A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Claude Code skill that consolidates scattered project markdown files into a single canonical CLAUDE.md, with a pinned
A Claude Code plugin (also installable manually in Codex / OpenCode / etc.) that consolidates every scattered descriptive markdown file in a project (README.md, AGENTS.md, HANDOFF.md, docs/*) into a single canonical CLAUDE.md and reconciles it against the current code.
After one run, the next session — yours, a teammate's, or a fresh agent's — has exactly one entry point.
Working with AI coding agents tends to produce documentation sprawl: a HANDOFF.md from one session, an AGENTS.md from another, a half-stale README.md, a docs/ folder with three-week-old design notes. Each session's "context dump" creates a new file, and over time the project loses its single source of truth.
wrap does the opposite. Each invocation:
.md in the projectCLAUDE.md with a fixed structurePROGRESS block at the top answering: where are we now, what's the next concrete actionThis repo is a Claude Code plugin marketplace. From inside Claude Code:
/plugin marketplace add recomby-ai/wrap-skill
/plugin install wrap@wrap-skill
That's it — no git clone, no manual file copying. To update later, run /plugin marketplace update wrap-skill.
If you're using an agent that supports SKILL.md but not Claude Code's plugin system, copy the file manually:
mkdir -p ~/.claude/skills/wrap && curl -fsSL https://raw.githubusercontent.com/recomby-ai/wrap-skill/main/plugins/wrap/skills/wrap/SKILL.md -o ~/.claude/skills/wrap/SKILL.md
Adjust the destination path for Codex / OpenCode / Cursor / Gemini CLI as needed.
Just say one of these in any project:
wrap / wrap up / /wraptidy docs / sync docs / update docs / archivethis phase is done收尾 / 同步文档 / 整理文档 / 整理一下 / 更新文档 / 存档 / 梳理一下 / 这阶段做完了The agent will:
.md and cross-check it against the real codeCLAUDE.md with PROGRESS / Architecture / Run / API / Known Limits / Handoff sectionsCLAUDE.md follows a fixed skeleton:
# <project>
<one-line summary>
## PROGRESS
**Current**: ...
**Next**: ...
**Known outstanding**: ...
## Architecture
## Run
## API / Interfaces (skipped if project has no external interfaces)
## Known Limits
## Handoff
Soft cap of 250 lines. If a project genuinely needs more (multi-service runbooks, large credential tables), the skill applies for a documented exemption rather than padding or hand-waving.
CLAUDE.md.CLAUDE.md conflicts with the code, the code wins — always.Tested with Claude Code. Should work in any agent that supports the SKILL.md format (Codex, OpenCode, Cursor, Gemini CLI, etc.).
The skill only touches files inside the project directory. It does not interact with any agent's memory system — those are decoupled by design.
MIT — see LICENSE.
ML engineering — model training, deployment, MLOps, monitoring
DevOps practices — CI/CD, containers, monitoring, infrastructure automation
Professional skills marketplace with production-ready skills for enhanced development
Self-learning system that captures corrections and syncs them to CLAUDE.md and AGENTS.md