Bootstrap .claude/ structure for any existing repo.
Run /claudify:init from the root of any repo and get a clean, well-structured .claude/ folder — generated from your actual codebase, not generic templates. Follows official Claude Code memory best practices.
Add the phucbm marketplace (once, ever):
/plugin marketplace add phucbm/skills
Install plugin:
/plugin install claudify@phucbm
Update all phucbm plugins:
/plugin marketplace update phucbm
Bootstrap .claude/ for a repo:
/claudify:init
Refresh CLAUDE.md to match the current codebase:
/claudify:update
/claudify:update delegates to claude-md-management@claude-plugins-official. If that plugin is not installed, it will tell you how to install it.
| File | Description |
|---|---|
.claude/CLAUDE.md | Entry point with @import directives, exact commands, and codebase-specific rules (≤ 80 lines) |
.claude/docs/architecture.md | Stack, structure, data flow, and key files (≤ 150 lines) |
.claude/docs/agents.md | AI/LLM layer details — only generated if your repo uses AI (≤ 150 lines) |
If .claude/ already exists with content, claudify shows you exactly what will change and asks for confirmation before writing anything.
/claudify:init writes a PostToolUse hook to .claude/settings.json that fires whenever Claude edits a .md file and reminds you to run /claudify:update.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimPersonal knowledge base — patterns and integrations across projects
Claude skills for managing a shadcn-compatible component registry
Scaffold, audit and manage custom ACF Gutenberg blocks for WordPress with Tailwind CSS integration.
npx claudepluginhub phucbm/claudify --plugin claudifyCLAUDE.md lifecycle toolkit: initialise, enhance, sync, and modularise CLAUDE.md files with a 150-line cap, automatic chaining, and Karpathy behavioural guardrails.
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Generate AI assistant configurations with environment detection, TDD options, local best-practices references, and multi-file sync
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Commands for loading context and priming Claude for specific tasks
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.