بنقرة واحدة
docs
Генерация документации. Use when creating README, docstrings, API docs, or onboarding materials.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Генерация документации. Use when creating README, docstrings, API docs, or onboarding materials.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Git операции и коммиты. Use when creating commits, branches, or pull requests. Follows Conventional Commits and project git workflow.
Полная оркестрация для /workflow-feature. Use when coordinating complex features: planner decomposes, worker/refactor implement, test-runner and debugger verify, reviewer and senior-reviewer check, security-auditor audits, documenter reports.
Базовый workflow для /workflow-scaffold. Use when executing simple implementation tasks: worker creates code and tests, test-runner verifies, documenter adds documentation.
Управление задачами и планами. Use when decomposing work, tracking subtasks, or delegating to subagents with structured task IDs and dependencies.
Use when implementing features. Analyze task complexity and choose workflow-scaffold/workflow-implement/workflow-feature. Apply when user asks to add, create, or implement something.
Архитектурные паттерны для senior-reviewer. Use when evaluating design decisions, edge cases, performance, and maintainability.
| name | docs |
| description | Генерация документации. Use when creating README, docstrings, API docs, or onboarding materials. |
Стандарты и шаблоны для документации.
/**
* Краткое описание.
* @param {Type} name - описание
* @returns {Type} описание
* @example
* fn(arg) // => result
*/
| Workflow | Scope documenter | Пути |
|---|---|---|
| scaffold, implement | docstrings, README-секция, API-описание | Локально в коде и проекте. Не создавать ai_docs/. |
| feature | План, итоговый отчёт | План → ai_docs/develop/plans, отчёт → ai_docs/develop/reports (из config.json). |