一键导入
documentation
Keep the repository's documentation accurate, honest, and synchronized with the code. Use when editing docs, README, AGENTS.md, or ADRs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Keep the repository's documentation accurate, honest, and synchronized with the code. Use when editing docs, README, AGENTS.md, or ADRs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guard the project's architecture invariants. Use to evaluate any change affecting layers, boundaries, lifecycles, or contracts, and to decide whether an ADR is required.
Senior-level code review for the agent platform — architecture and boundaries first, then correctness, security, testability, and simplicity. Outputs a structured review.
Work safely with Git — keep changes scoped and reviewable, never overwrite the user's work, and produce clear history. Use before editing, branching, staging, or committing.
Working on Python plugin tools, MCP server connections, tool invocation, or tool tracing. Primary task is tasks/0007-mcp-tools-and-permissions.md.
Foundational rules and layout for the declarative agent platform. Read this before any change, regardless of area; it anchors every other skill.
Working on prompt templates, template loading/caching, or per-request rendering. Primary task is tasks/0005-prompt-rendering.md.
| name | documentation |
| description | Keep the repository's documentation accurate, honest, and synchronized with the code. Use when editing docs, README, AGENTS.md, or ADRs. |
| generated | true |
| source | .ai/skills/documentation.md |
Keep the repository's documentation accurate, honest, and synchronized with the code, so future agents and users can trust it.
docs/, the README.md, or AGENTS.md.AGENTS.mddocs/README.md (reading order and index)..ai/skills/skill-authoring.md if the doc is a skill.docs/ = design.docs/adr/NNNN-title.md using the
existing ADR format (Status, Context, Decision, Consequences, Alternatives,
Enforcement).docs/README.md,
.ai/README.md) and any links.make check.AGENTS.md, README, docs, and ADRs.make check passes.State: which docs/ADRs were created or changed and why; confirmation that no
unimplemented feature is claimed as working; any new ADR added; which indexes
and cross-references were updated; and the make check result.