From forge-keeper
Keeps CLAUDE.md, rules, exemplars, and project documentation in sync. Activates explicitly with /forge-keeper:sync, or when the user says "update context", "sync docs", "session handoff", or "save progress". Also triggers automatically before /compact or /clear via hook, capturing context before it's lost.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge-keeper:forge-keeperThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Keeps project context synchronized across Claude Code sessions.
Keeps project context synchronized across Claude Code sessions.
/compact or /clear (via PreCompact hook)Run sync as a subagent or teammate to avoid polluting the user's working context. The analysis happens in an isolated context. Only the structured proposal returns to the main conversation for review.
The user sees only: brief announcement → structured proposal → confirmation.
For detailed criteria on each step, read the corresponding references.
git diff --name-only to identify files, classify by zonereferences/claudemd-guide.mddocs/exemplars.md exists, check if
exemplars are still the best reference. See references/exemplar-evaluation.mddocs/, README.md, docs/adr/references/proposal-format.mdDO NOT apply changes without explicit human confirmation.
/forge-keeper:update-check — check plugins for upstream updates and apply themreferences/claudemd-guide.mdreferences/monorepo-patterns.mdreferences/exemplar-evaluation.mdreferences/proposal-format.mdProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
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.
npx claudepluginhub dmedina-dev/dev-forge --plugin forge-keeper