Startup founding & operations toolkit for Claude Code — 53 plugins across CTO, CPO, COO, CMO domains
npx claudepluginhub dokkabei97/forged-claude-codeStartup founding & operations toolkit for Claude Code — 53 plugins across CTO, CPO, COO, CMO domains covering MVP to growth
Claude Code plugin collection for founding and running startups.
While hardened-claude-code is a shield for enterprise-scale systems, forged-claude-code is a sword — tools forged for building from zero to one.
A curated set of agents, skills, commands, and hooks for Claude Code that covers the entire startup lifecycle: from incorporation to fundraising, from MVP to growth, from hiring to operations.
53 plugins across 4 C-level domains
├── 9 Agents — autonomous analysis & review
├── 29 Skills — knowledge & templates
├── 14 Commands — action-oriented workflows
└── 1 Hook — automated safeguards
# Add marketplace (one-time)
/plugin marketplace add Dokkabei97/claude-plugins
# Install forged-claude-code
/plugin install forged-claude-code
# Install from GitHub
/plugin install Dokkabei97/forged-claude-code
| Plugin | Type | Phase | Description |
|---|---|---|---|
tech-stack-advisor | Agent | 1 | Recommends optimal tech stacks based on requirements, team, and budget |
security-audit | Agent | 2 | OWASP Top 10 vulnerability scanning and dependency CVE detection |
cost-optimizer | Agent | 3 | Cloud infrastructure cost analysis and right-sizing recommendations |
code-review-guide | Agent | 3 | PR code review for bugs, performance, readability, and test coverage |
mvp-scaffold | Skill | 1 | Full project scaffolding (Next.js, FastAPI, Spring Boot) with auth, DB, CI/CD |
deploy-pipeline | Skill | 2 | GitHub Actions / GitLab CI pipeline generation |
db-schema-designer | Skill | 2 | ERD generation, migration scripts, and index strategy from domain models |
test-generator | Skill | 2 | Auto-generates unit and integration tests from existing code |
ai-integration | Skill | 2 | LLM API integration (OpenAI, Anthropic, Google) with streaming and RAG |
infra-as-code | Skill | 3 | Terraform/Pulumi templates for AWS/GCP/Azure |
monitoring-setup | Skill | 3 | APM, logging, and alerting configuration (Sentry, Datadog, CloudWatch) |
api-first-design | Skill | 3 | OpenAPI/GraphQL schema-first design with stub generation |
rapid-prototype | Command | 2 | Generates working prototypes (API + UI) from feature descriptions |
tech-debt-tracker | Command | 3 | Scans for TODO/FIXME, complexity, outdated deps, and suppressed warnings |
| Plugin | Type | Phase | Description |
|---|---|---|---|
ux-reviewer | Agent | 2 | Nielsen's 10 heuristics evaluation and WCAG accessibility checks |
feedback-analyzer | Agent | 3 | Classifies user feedback by theme, sentiment, and urgency |
prd-writer | Skill | 1 | Lightweight PRD templates with hypothesis, metrics, and scope |
scope-cutter | Skill | 1 | MVP scoping — separates must-haves from nice-to-haves |
user-interview-guide | Skill | 2 | Discovery, validation, and usability interview scripts |
metrics-tracker | Skill | 2 | AARRR pirate metrics and North Star Metric frameworks by stage |
experiment-designer | Skill | 3 | A/B test design with sample size calculation and result interpretation |
user-story-gen | Command | 1 | Generates INVEST-compliant user stories with acceptance criteria |
feature-prioritizer | Command | 2 | RICE/ICE/MoSCoW scoring with visual priority tiers |
roadmap-builder | Command | 3 | Now-Next-Later roadmaps with Mermaid Gantt visualization |
analytics-scaffold | Command | 3 | Type-safe event tracking code for GA4/Mixpanel/Amplitude |
release-noter | Command | 3 | Git-based release notes with audience-specific tone (users/team/investors) |