Help us improve
Share bugs, ideas, or general feedback.
From forgebee
Initializes ForgeBee framework: creates CLAUDE.md from template, TASKS.md, PM system files (state.yaml, index.md, decisions.md), session directories, and lists commands like /plan, /review, /debug.
npx claudepluginhub forbee-dev/forgebee --plugin forgebeeHow this skill is triggered — by the user, by Claude, or both
Slash command
/forgebee:forgebee-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Initialize ForgeBee for a project: CLAUDE.md, PM system, hook configuration. The user should have a working setup in under 5 minutes.
Bootstraps new projects from scratch: gathers requirements for frontend SPAs, full-stack apps, APIs, CLI tools, libraries; researches latest best practices via WebSearch; creates blueprint; confirms; initializes with official CLI; sets up Claude Code agent system.
Universal project workflow guide that reads the existing codebase, keeps changes small, and explains technical decisions in plain language. Use when starting, modifying, debugging, or deploying software projects.
Refines vague Claude Code prompts into structured, project-context-aware instructions by scanning package.json, CLAUDE.md, imports, and directory structure.
Share bugs, ideas, or general feedback.
Initialize ForgeBee for a project: CLAUDE.md, PM system, hook configuration. The user should have a working setup in under 5 minutes.
Initialize and configure the ForgeBee development framework for any project. Walk the user through setting up project memory, task tracking, and the project management system.
When the user wants to initialize ForgeBee for their project:
Create CLAUDE.md from the template at ${CLAUDE_PLUGIN_ROOT}/skills/forgebee-setup/references/claude-md-template.md
Create TASKS.md if it doesn't exist
Initialize PM system by copying templates:
docs/pm/state.yaml from ${CLAUDE_PLUGIN_ROOT}/templates/docs/pm/state.yamldocs/pm/index.md from ${CLAUDE_PLUGIN_ROOT}/templates/docs/pm/index.mddocs/pm/decisions.md from ${CLAUDE_PLUGIN_ROOT}/templates/docs/pm/decisions.mddocs/pm/features/ directorydocs/planning/briefs/, docs/planning/requirements/, docs/planning/stories/Create session directories
.claude/sessions/.claude/session-cache/context-backups/.claude/learnings/learnings.md/plan — Phased planning: Brief → Requirements → Architecture → Sprint Stories/review — Code review (structural, security, performance)/debug — Systematic debugging (reproduce, isolate, fix)/architect — Architecture decisions with trade-off analysis/refactor — Safe refactoring with test verification/test — Test generation (unit, integration, e2e)/docs — Documentation writing (API, guides, ADRs)/security — Security audit (OWASP, secrets, dependencies)/perf — Performance optimization (profile, optimize, measure)/migrate — Version/framework migrations with rollback plans/deploy — Deployment with pre-flight checks and rollback/browser-debug — Client-side debugging (console, network, rendering)/codemaps — Token-lean architecture documentation for AI context consumption/growth — 9-phase Growth OS with adversarial debate (18 agents)/content — Quick content production without full pipeline/gtm — Go-to-market planning with launch checklists/seo — SEO audit, keyword research, and optimization/social — Social media strategy and content calendars/launch — Product launch (Product Hunt, HN, press)/competitive — Competitive intelligence and battlecards/landing — Conversion-optimized landing page builder/payments — Stripe/LemonSqueezy/Paddle integration/analytics — Event tracking, dashboards, and metrics/learn — Analyze session observations and extract patterns as instincts/evolve — Cluster related instincts into skills, commands, or agents/instinct-status — Show all learned instincts with confidence scores/instinct-export — Export instincts to a shareable file/instinct-import — Import instincts from a file/workflow — Full pipeline orchestrator with adversarial debate/team — Lightweight multi-agent orchestration/idea — Idea-to-product validation and MVP planning/pm — Automated project management dashboards/audit — Governance audit trail: permissions, debates, verificationsFor Agent Teams delegation:
Development: frontend, backend, database, security, testing, devops, perf, debug, research, content, seo, supabase, ios, flutter, n8n, session-librarian, ux-designer, scrum-master, delivery-agent, dashboard-generator, verification-enforcer, tdd-enforcer, contract-validator
Dev Debate: requirements-advocate, requirements-skeptic, requirements-judge, code-advocate, code-skeptic, code-judge
Strategy Debate: strategy-advocate, strategy-skeptic, strategy-judge
Growth OS: brand-strategist, market-intel, audience-architect, content-architect, hook-engineer, idea-machine, engagement-strategist, content-creator, growth-hacker, calendar-builder, performance-analyst, conversion-optimizer, email-strategist
WordPress: wordpress-backend, wordpress-frontend, wordpress-content, wordpress-security, wordpress-seo, phpunit-engineer, woocommerce-cro
Next.js: nextjs-frontend, nextjs-content, nextjs-seo
CRO: saas-cro
references/claude-md-template.md — Full CLAUDE.md template for project memoryreferences/pm-overview.md — Project management system documentation