From init-claude-md
Initialize a language-specific CLAUDE.md in the current working directory by copying from a prebuilt template. Use when the user types `/lang <lang_name>` (e.g. `/lang python`, `/lang test`).
How this skill is triggered — by the user, by Claude, or both
Slash command
/init-claude-md:langThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When invoked with `/lang <lang_name>`, copy the template `templates/<lang_name>.md` (relative to this SKILL.md) to `./CLAUDE.md` in the current working directory.
templates/astro.mdtemplates/chrome-extension-mv3.mdtemplates/cli-node.mdtemplates/cli-python.mdtemplates/cloudflare-workers.mdtemplates/cpp.mdtemplates/django-drf.mdtemplates/django-htmx.mdtemplates/express-mongodb.mdtemplates/fastapi-postgres.mdtemplates/fastapi-react.mdtemplates/flask.mdtemplates/github-action.mdtemplates/go.mdtemplates/java.mdtemplates/kotlin.mdtemplates/mcp-server-ts.mdtemplates/nextjs-app-router.mdtemplates/nextjs-pages-router.mdtemplates/nextjs-supabase.mdWhen invoked with /lang <lang_name>, copy the template templates/<lang_name>.md (relative to this SKILL.md) to ./CLAUDE.md in the current working directory.
<this-skill-dir>/templates/<lang_name>.md. The skill directory is the directory containing this SKILL.md file.<lang_name> was not provided, list the available templates (filenames in templates/ without the .md extension) and ask the user which one to use.<lang_name> is not available yet../CLAUDE.md already exists in the current working directory, ask the user before overwriting it../CLAUDE.md (use the cp shell command or read+write).<lang_name> — the language name. Must match a template filename in templates/ without the .md extension. Examples: test, python, rust.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub bularond/init_claude_md_plugin --plugin init-claude-md