← Back to list

docs-sync
by valuecodes
Monorepo template for agent-assisted development: reusable packages, strict TypeScript, CI checks, and agent workflows.
⭐ 0🍴 0📅 Jan 11, 2026
SKILL.md
name: docs-sync description: Synchronize and update documentation across the monorepo. Use when you need to "update docs", "propagate" changes, run "pnpm test" docs validation, or modify "README", "AGENTS.md", "CLAUDE.md", or ".codex" files consistently.
Docs Sync
Keep documentation consistent and up-to-date across the Turborepo monorepo. When updating commands, configs, or patterns, propagate changes to all relevant doc files to avoid stale references.
Scope
Documentation files to consider:
README*(root and workspace READMEs)docs/**(dedicated documentation directory)**/AGENTS.md(agent-specific guidance in root, apps, and packages)**/CLAUDE.md(Claude Code instructions in root, apps, and packages).codex/**(Codex agent configs and skills).claude/**(Claude Code settings, hooks, and skills).cursor/**(Cursor editor configs).github/**(GitHub workflows and templates, includingcopilot-instructions.md)- App/package-specific docs (e.g.,
apps/*/README.md,packages/*/README.md)
Workflow
- Find doc files: Scan for all documentation files listed in Scope.
- Update references consistently: When changing a command, path, or pattern, update ALL occurrences across all doc files. Never partially update.
- Add/update explanations: When changing a command or config, add or update a short explanation of what it does and why.
- Run formatter: Execute
pnpm formatto ensure consistent formatting. - Run validation: Execute
pnpm turbo lint typecheckto catch any issues. If a docs build exists, run it too. - Summarize changes: Report files changed and flag anything that needs human review.
Guidelines
- Keep docs concise and scannable
- Use consistent terminology across all files
- Prefer examples over lengthy explanations
- Update version numbers/dates if present
- Remove obsolete sections rather than leaving stale content
- When adding new commands, include both the command and a brief explanation
Output Requirements
Always finish with a summary:
- Files changed: List of documentation files modified
- What to review: Any changes that need human verification (e.g., explanations that may need refinement, removed sections)
- Validation status: Results of
pnpm formatandpnpm turbo lint typecheck
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon



