Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By kzytateishi
Automate end-to-end dev workflow from feature spec to PR: generate order.md/todo.md checklists, implement with TDD detecting tools/conventions, iteratively refactor git changes with test/lint rounds and reports, run parallel AI reviews on architecture/quality/security/performance, create PR summaries from diffs/templates.
npx claudepluginhub kzytateishi/spikeee-plugins-marketplace --plugin dev-workflowRun iterative refactoring on changed files (minimum 3 rounds). Round 1: structural improvements (DRY, method extraction). Round 2: readability (naming, nesting reduction). Round 3: convention compliance. Continues until no improvements found. Generates a before/after report. Use after implementation, before code review.
Generate a specification document and task list for a feature, bugfix, improvement, spike, or chore. Automatically detects the scenario type, analyzes existing codebase patterns, and produces an actionable spec (order.md) with a task checklist (todo.md). Use before starting implementation.
Run a comprehensive code review using available AI tools in parallel. Analyzes architecture, code quality, security, and test coverage. Dynamically detects and leverages available MCP servers for multi-perspective review. Use after implementation or refactoring, before creating a PR.
Run the full development workflow end-to-end: specify → implement → refactor → code-review → pr-summary. Pauses after specify for user confirmation before proceeding. Pass a feature description to start from specification, or a feature name to resume from implementation.
Start implementation based on a specification document (order.md). Processes tasks from todo.md sequentially. Supports TDD (Red-Green-Refactor) or standard implementation workflow. Auto-detects project's test framework, lint tools, and coding conventions. Use after /specify.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Autonomous spec-driven development workflow with multi-agent collaboration, specification management, and task orchestration
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive code review with dynamic multi-AI MCP integration.
Auto-generate pull request descriptions from git changes.
Perfect UI implementation from Figma with Playwright QA.
Design-perfect Flutter implementation from Figma designs.
Custom marketplace for Claude Code plugins by spikeee.
figma-to-page — Perfect UI implementation from Figma with Playwright QAfigma-to-flutter — Design-perfect Flutter implementation from Figma designsdev-workflow — Complete development workflow from specification to PR creationpr-summary — Auto-generate pull request descriptions from git changesmulti-ai-code-review — Comprehensive code review with dynamic multi-AI MCP integration/plugin marketplace add kzytateishi/spikeee-plugins-marketplace
/plugin install figma-to-page@spikeee-plugins
/plugin install figma-to-flutter@spikeee-plugins
/plugin install dev-workflow@spikeee-plugins
/plugin install pr-summary@spikeee-plugins
/plugin install multi-ai-code-review@spikeee-plugins
spikeee-plugins-marketplace/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ ├── dev-workflow/
│ ├── figma-to-flutter/
│ ├── figma-to-page/
│ ├── multi-ai-code-review/
│ └── pr-summary/
├── docs/
│ └── publish-checklist.md
├── .gitignore
├── LICENSE
└── README.md