align-project-documents/SKILL.md
整理及維護項目文檔。當你需要管理項目說明文檔時,使用此技能。
npx skillsauth add laitszkin/apollo-toolkit align-project-documentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
以整個生產repo為唯一主證據,建立或維護標準化的 docs/features/、docs/architecture/、docs/principles/,清理已失效或重複的舊文檔,並在完成後同步刷新根目錄約束文件。
docs/features/、docs/architecture/、docs/principles/,以及同步後的 AGENTS.md / CLAUDE.md。閱讀項目現有文檔,建立對repo的初步理解,並將其作為對repo的基線認知,制定後續的閱讀策略
按照上一步建立的閱讀策略,全面搜索、查找整個repo,驗證並確保現有項目文檔的描述正確、無遺漏。 如果外部環境存在 subagents 功能,建議通過並行調度 subagents 完成對repo的閱讀。
根據上一步找到的所有遺漏或項目文檔與實際代碼脫節之處,制定文檔更新策略。將所有項目文檔更新為符合模板格式的標準化文檔,並移除除必要文檔(如 CHANGELOG.md, CONTRIBUTION.md )外的舊有說明文檔。
AGENTS.md / CLAUDE.md。"docs/features/、docs/architecture/、docs/principles/,移除重複或失效文件。"references/templates/standardized-docs-template.md - 三類文檔的目標結構、分類規則與清理檢查表。development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Review a pull request — interactive PR selection via `gh`, 4-dimension code review (hallucinated code, architecture, performance, test validity), then post severity-graded comments with fix suggestions on the PR. Not for spec-based review — use `review` instead.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。