원클릭으로
context-generate-docs-index
Internal documentation-index generation workflow for direct invocation from context maintenance tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Internal documentation-index generation workflow for direct invocation from context maintenance tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
This skill should be used when the user asks to "lint AI assistant config", "check AGENTS.md", "validate SKILL.md", "agnix lint", or wants to detect and fix best-practice violations in Claude Code / agent configuration files.
This skill is the mandatory reference for all Claude Code hook creation. Use cc-hooks-ts for every hook. This skill should be used when the user asks to "create a hook", "add a hook", "write a hook", "implement a hook", "rewrite hooks in TypeScript", "use cc-hooks-ts", or needs to build any Claude Code hook — cc-hooks-ts is always required regardless of whether explicitly mentioned.
Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, enhances prompts with context, executes via `ccs {profile} -p "task"` or `ccs {profile}:continue`, and reports results. Triggers on "use ccs [task]" patterns, typo/test/refactor keywords. Excludes complex architecture, security-critical code, performance optimization, breaking changes.
This skill should be used when the user asks to "handoff from CCS", "Claude Codeの作業を引き継ぐ", "rate limit handoff", "context overflow", or wants to resume interrupted work from another CCS profile session.
This skill should be used when the user asks for "code review", "レビューして", "review this diff", "実装をレビュー", or wants rigorous review of recently created artifacts.
Direct utility reference for code-review PR scripts. Documents unresolved-thread, comment, CI-status, and CI-log helpers used by higher-level PR workflows.
| name | context:generate-docs-index |
| disable-model-invocation | true |
| description | Internal documentation-index generation workflow for direct invocation from context maintenance tasks. |
Auto-generate docs/index.md as a table of contents for the docs/ directory.
From devkit:standards — "Make documentation auto-generatable — hand-maintained docs always go stale."
docs/index.md must be fully derivable from the file system. Never hand-edit it.
Glob docs/**/*.md excluding docs/index.md itself and any node_modules/.
For each file:
docs/api/mutils.md)# heading in the file. If none, use the filename without extensionGroup files by their parent directory under docs/:
docs/*.md → top-level (no group header)docs/api/*.md → "API Reference" (derive display name from directory: kebab-case → Title Case)docs/guides/*.md → "Guides"Sort groups alphabetically. Within each group, sort files alphabetically.
Write the file with this structure:
# Documentation Index
> Auto-generated. Do not edit manually.
## [Group Name]
| Document | Description |
| ------------------------- | ---------------------------------------------------- |
| [Title](relative/path.md) | First non-heading paragraph (truncated to ~80 chars) |
docs/) appear first, without a group header... if longer. If no description found, leave emptydocs/ (e.g. api/mutils.md, not docs/api/mutils.md)Compare generated content with existing docs/index.md. Write only if different. Report whether the file was updated or already in sync.
This skill should be invoked:
refactor-project-context if docs were modified