From forge-init
Project bootstrapper for Claude Code. Runs the native /init interview, then layers opinionated conventions: CLAUDE.md quality audit, per-directory context files, discovery and wiring of existing .md documentation, path-scoped rules, code exemplars, and documentation scaffolding. Use when bootstrapping a new project, adding Claude Code to an existing project, or when the user mentions "initialize", "bootstrap", "setup project", "forge init". Also use /forge-init:install-all to install all dev-forge working plugins. Uninstall after use.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge-init:forge-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guided bootstrapper: runs /init then layers conventions on top.
Guided bootstrapper: runs /init then layers conventions on top.
Guide the human to run:
/init
This interviews the developer and generates base configuration (CLAUDE.md,
skills, hooks, .claude/).
Audit what /init produced and layer on top. For detailed criteria, read
references/claudemd-conventions.md.
.claude/rules/ for proper frontmatter (description + globs)..claude/rules/ with globs. If a doc is too large
(>200 lines), suggest segmentation via /forge-keeper:segment-doc.
See references/claudemd-conventions.md § "Discover and connect existing documentation"..claude/rules/ with globs for cross-cutting
conventions (testing, security, style)docs/sessions/ as personal session
log (bitácora), docs/adr/ with ADR templatereferences/code-exemplars.md for the process.references/agentsmd-guide.md for the format.docs/sessions/YYYY-MM-DD-forge-init.md
documenting what was discovered, decided, and configuredPresent complete summary to the human. DO NOT write files until confirmed.
After approval:
To uninstall forge-init (no longer needed):
/plugin → Manage and uninstall plugins → forge-init → Uninstall
forge-keeper is active for ongoing maintenance.
Run /forge-keeper:status to check context health anytime.
references/claudemd-conventions.mdreferences/code-exemplars.mdreferences/knowledge-principles.mdFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub dmedina-dev/dev-forge --plugin forge-init