A full product-dev pipeline for Claude Code: use cases, tech design, UX/UI design, dev plans, pre-commit checks, and commit workflows.
Create, continue, or execute a structured implementation plan. Breaks work into minimal, independently committable steps — each with its own doc — and tracks progress via a README.md. Use this skill when the user says /dev-plan, "create a plan", "continue the plan", "what's the plan status", "implement step X", or wants a structured approach before coding. Also trigger when the user references a plan folder by path (e.g., "continue with the plan under specs/plan-x/", "pick up from specs/plan-roadmap/"), wants to resume work, check progress, or execute the next step of an existing plan.
Create or align documentation with the current codebase. Takes a topic, finds matching docs, and updates them to reflect the actual code — or creates new docs if none exist. Use this skill when the user says /document, 'document the auth system', 'docs are stale', 'update docs to match the code', 'document how X works', or wants to ensure documentation reflects the current state of the codebase.
Orchestrate a full development cycle — from technical design through UI/UX design, implementation planning, and execution. Supports both new systems and features on existing systems. Only invoke via /end-to-end.
Run pre-commit quality gates (unit tests, build) before committing code. Use this skill whenever the user says /pre-commit, "check before commit", "run pre-commit checks", "ready to commit", or wants to validate their changes are PR-ready. Also trigger when the user asks to commit and there's no evidence checks have been run yet.
Analyze all available specs and propose an implementation order — either as a single dev-plan (small scope) or grouped into dependency-ordered domains (larger scope). Invoke via /create-implementation-order. Waits for approval before writing specs/implementation-order.md.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace — a workshop for plugins that shape how you build software with Claude Code.
/plugin marketplace add https://github.com/dorg-atsabari/forge
| Plugin | Description |
|---|---|
spec-driven-dev | Full product-dev pipeline — use cases, tech design, UX/UI design, dev plans, pre-commit, commit, document |
/plugin install <plugin-name>@forge
Example:
/plugin install spec-driven-dev@forge
To add a new plugin to this marketplace:
my-plugin/).claude-plugin/plugin.json inside it.claude-plugin/marketplace.json with "source": "./my-plugin"MIT — see LICENSE
npx claudepluginhub dorg-atsabari/forge --plugin spec-driven-devReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques