Manage Codebase Rebuild
Rebuild all codebase documentation from scratch
By catlog22
How to install
Skill (folder)A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.
Claude Code (project or global):
# per-project mkdir -p .claude/skills/manage-codebase-rebuild # ...or for all projects mkdir -p ~/.claude/skills/manage-codebase-rebuild # copy SKILL.md and any supporting files into that folder
Claude.ai / Claude Desktop:
Customize β Skills β β+β β Browse skills β Install. (Installed skills are view-only; download a copy to customise.)
Claude auto-detects skills in that folder β no restart needed.
Exact steps can vary per project β always double-check the original source. New to this? Read the full install guide β
Source
More in Writing & Content
View all βAstro
Astro framework helper for Claude Code. Scaffold content collections, create islands, add integrations, and work with MDX and Markdown β with framework-aware code completion for .astro files.
Notion
Notion workspace integration. Search pages, create and update content, manage databases, and sync documentation with your development workflow.
Doc Updater
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
Docs Lookup
When the user asks how to use a library, framework, or API or needs up-to-date code examples, use Context7 MCP to fetch current documentation and return answers with examples. Invoke for docs/API/setup questions.