Code documentation agent — write/update docs with /docs write, check status with /docs check. Minimal code blocks, reference pointer based.
Workflow полного health check проекта. Architecture → Security → Quality → Report → (Fix). Use before major release or onboarding.
Skills for orchestrating tasks across multiple AI providers and execution environments. Parent skill category containing native-invoke and related delegation patterns.
Базовый workflow для /workflow-scaffold. Use when executing simple implementation tasks: worker creates code and tests, test-runner verifies, documenter adds documentation.
Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.
Assists with git workflows, commit messages, branch strategies, and resolving common git issues
Code quality standards including SOLID principles, design patterns, code smells, refactoring techniques, naming conventions, and technical debt management.
Core architecture principles (SSOT, DRY, Anti-Spaghetti) for maintainable code design. Use when planning features, implementing code, or reviewing architecture to prevent…
Workflow безопасного рефакторинга. Analyze → Refactor → Verify → Docs. Use when improving code structure without changing behavior.
Workflow проверки кода перед коммитом. Review → (Fix) → Verify. Use when checking staged changes or specific files.