Context-Driven Development plugins for Claude Code
npx claudepluginhub mayurpise/draftContext-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Ship fast. Ship right.
Context-Driven Development for AI-powered software engineering.
Website · Docs · Methodology · Watch (8 min) · All Videos
AI agents for every stage of the software development lifecycle — architected around human decision-making. Draft drives collaborative design through structured requirements gathering, trade-off analysis, and specification review before execution begins. It then delivers implementation, testing, code review, and validation — all grounded in deep codebase context with full traceability.
Works with Claude Code, Cursor, GitHub Copilot, and Gemini.
/plugin marketplace add mayurpise/draft
/plugin install draft
/draft:init # Set up project context
/draft:new-track "Add user auth" # Create spec + plan
/draft:implement # Build it
Cursor natively supports the .claude/ plugin structure. Add via:
Cursor > Settings > Rules, Skills, Subagents > Rules > New > Add from Github:
https://github.com/mayurpise/draft.git
Then use: @draft init, @draft new-track, @draft implement
Draft integrates with your AI pair programmer by providing context-optimized instructions. These instructions tell the AI how to follow the Draft methodology and where to find the detailed skills.
Draft is used globally with Antigravity IDE by installing the skills to a central location.
~/.gemini/antigravity/skills/draft~/.gemini.md (bootstrap) to point to the global skills:**Skill Locations:**
The authoritative Draft implementation skills are located at:
`/Users/mayurpise/.gemini/antigravity/skills/draft/skills`
For Copilot in VS Code, Draft uses a .github/copilot-instructions.md file.
# Add bootstrap to your project
mkdir -p .github && curl -o .github/copilot-instructions.md https://raw.githubusercontent.com/mayurpise/draft/main/integrations/copilot/.github/copilot-instructions.md
For Gemini, Draft uses a .gemini.md file.
# Add bootstrap to your project
curl -o .gemini.md https://raw.githubusercontent.com/mayurpise/draft/main/integrations/gemini/.gemini.md