Synchronize human-facing documentation such as README and CHANGELOG using existing agent-generated documentation as the source of truth.
From claude-dev-ecosystemnpx claudepluginhub oiranca/claude-dev-ecosystemThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Use this skill to update human-facing documentation after a cycle that produced or changed repository documentation.
This skill does not generate documentation from scratch. It only summarizes and synchronizes information from existing agent-generated docs.
Keep the following documentation aligned with the latest validated repository state:
README.md.CHANGELOG.md.As context is isolated, the agent must be provided with the paths to the source of truth artifacts:
AGENT_STATE.json.docs/STACK_PROFILE.md.docs/INVENTORY.md.docs/ARCHITECTURE.md.docs/DECISIONS.md.README.md.CHANGELOG.md.Only update agent-managed sections when the following markers are present:
/./././.If markers are absent: Append a new ## Agent-managed project summary section at the end of README.md.
CHANGELOG.md only with a minimal new entry for the current cycle.CHANGELOG.md is missing, create a minimal one.README.md with agent-managed sections only.docs/DECISIONS.md.Upon execution, the agent must:
README.md and CHANGELOG.md (when relevant).docs/DECISIONS.md recording the documentation sync.The skill is successful if:
README.md existing content was preserved.