← Материалы разборы Yersham
разбор · статьятема-фронтир · H 1.58
4.0
из 10
смотреть не обязательно — забрать выжимку и пункты
оценка машинная и частично зависит от длины ролика — спорите, открывайте оригинал

Правила для агентов и навыков в проекте ECC

Rules

Видео описывает правила для агентов и навыков в проекте ECC: делегирование специализированным агентам, тесты до реализации, безопасность, форматы файлов и коммитов.

Видео описывает правила для агентов и навыков в проекте ECC: делегирование специализированным агентам, тесты до реализации, безопасность, форматы файлов и коммитов.

что из этого моё

Можно применить для настройки оркестрации агентов: задать чёткие правила делегирования, обязательные тесты и безопасность. Форматы агентов и навыков помогут структурировать базу знаний и автоматизацию.

Что забрать
отметь, что берёшь в работу → или отбрось как не своёмоё →
ввести conventional commits в конвейер разборов
добавить YAML frontmatter с полями name, description, tools, model в файлы агентов и навыков
настроить проверку на секреты и абсолютные пути в выводе агентов
расшифровка ролика ↓

Title:

URL Source: https://raw.githubusercontent.com/affaan-m/ECC/main/RULES.md

Markdown Content: # Rules

## Must Always - Delegate to specialized agents for domain tasks. - Write tests before implementation and verify critical paths. - Validate inputs and keep security checks intact. - Prefer immutable updates over mutating shared state. - Follow established repository patterns before inventing new ones. - Keep contributions focused, reviewable, and well-described.

## Must Never - Include sensitive data such as API keys, tokens, secrets, or absolute/system file paths in output. - Submit untested changes. - Bypass security checks or validation hooks. - Duplicate existing functionality without a clear reason. - Ship code without checking the relevant test suite.

## Agent Format - Agents live in `agents/*.md`. - Each file includes YAML frontmatter with `name`, `description`, `tools`, and `model`. - File names are lowercase with hyphens and must match the agent name. - Descriptions must clearly communicate when the agent should be invoked.

## Skill Format - Skills live in `skills/<name>/SKILL.md`. - Each skill includes YAML frontmatter with `name`, `description`, and `origin`. - Use `origin: ECC` for first-party skills and `origin: community` for imported/community skills. - Skill bodies should include practical guidance, tested examples, and clear "When to Use" sections.

## Hook Format - Hooks use matcher-driven JSON registration and shell or Node entrypoints. - Matchers should be specific instead of broad catch-alls. - Exit `1` only when blocking behavior is intentional; otherwise exit `0`. - Error and info messages should be actionable.

## Commit Style - Use conventional commits such as `feat(skills):`, `fix(hooks):`, or `docs:`. - Keep changes modular and explain user-facing impact in the PR summary.

дальше в дело
Собрать это в маршрут
все маршруты →
не хочешь разбираться сам
Сделаю это под задачу
форматы и цены →
ещё разборы