ワンクリックで
docs-sync
Keep documentation in sync after code changes. Run after any change that alters module behaviour, APIs, env vars, or architecture.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Keep documentation in sync after code changes. Run after any change that alters module behaviour, APIs, env vars, or architecture.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Onboard a new client/company onto this platform's real Agentic OS: create the company record, scan its websites/repos, auto-provision specialist agents, activate its 24x7 agency runtime, and know exactly which "OS" building blocks (memory, integrations, dashboard) already exist versus which are roadmap gaps. ADAPTED FROM: a third-party giveaway skill ("agentic-os-installer" by Gennaro Santoro / Operations Heroes) that described a generic vault + Google-suite + skill-pack installer. That skill's product (Obsidian vault, Gmail/Calendar/ Drive wiring, "skill packs") does not exist in this repo and its promotional content (Skool community link) does not belong here. This is a clean-room rewrite that keeps the useful idea — "stand up a working agency OS for a client from a short checklist" — and maps every step to the real module that already implements it in this codebase, per CLAUDE.md architecture rules.
Agile sprint planning, velocity tracking, and burndown metrics for agent-managed projects
Initiative-level portfolio management with dependency tracking and milestone coordination
AI-assisted engineering impact analysis — productivity metrics and code quality insights
Cross-harness agent patterns — standardize agent execution across different coding assistants
Temporal context graph for agent memory — track entity relationships and state changes over time
| name | docs-sync |
| description | Keep documentation in sync after code changes. Run after any change that alters module behaviour, APIs, env vars, or architecture. |
| triggers | ["update the docs","sync documentation","after any new endpoint, model, env var, or agent capability","after any removal or deprecation"] |
| references | ["docs/","AGENTS.md","README.md"] |
Run this skill after any change that:
requirements.txt| Change | Docs to update |
|---|---|
| New endpoint | README.md, docs/configuration-reference.md |
| New env var | README.md, docs/configuration-reference.md, .env.example |
| New model or routing change | docs/model-routing.md, router/AGENTS.md |
| New agent capability | docs/features.md, agent/AGENTS.md |
| Admin dashboard change | docs/admin-dashboard.md |
| Telegram bot change | docs/telegram-bot.md |
| Architecture change | docs/architecture/overview.md, relevant ADR |
| New ADR decision | docs/adrs/ — write a new ADR |
| New dependency | docs/configuration-reference.md if setup-relevant |
| Breaking change | docs/changelog.md ### Changed or ### Removed |
AGENTS.md (root or module-level) if the operating instructions changed.Root AGENTS.md changes when:
Module AGENTS.md changes when:
Write a new ADR in docs/adrs/ when:
ADR filename: NNN-short-title.md where NNN is the next sequential number.
ADR template:
# ADR NNN: <title>
**Status:** Accepted | Superseded by ADR NNN
**Date:** YYYY-MM-DD
## Context
Why is this decision needed?
## Decision
What was decided?
## Consequences
### Positive
### Negative / Trade-offs
### Neutral