105 boosters for "implementation" — open source, verified from GitHub, ready to install
A collaborative design-first booster that guides developers through brainstorming and specification before implementation, preventing premature coding and misaligned requirements.
Helps developers create isolated git worktrees for parallel feature development without disrupting their current workspace. Essential for teams managing multiple branches simultaneously.
Helps developers critically evaluate code review feedback by verifying technical soundness before implementation, preventing blind acceptance of potentially incorrect suggestions.
Guides AI coding assistants to follow Test-Driven Development principles by writing failing tests before implementation code. Useful for developers who want to maintain code quality and ensure comprehensive test coverage.
A skill for executing pre-written implementation plans with critical review and checkpoint validation, ideal for breaking complex tasks into separate sessions with human oversight.
Guides developers through the final stages of completing a development branch by verifying tests pass and presenting structured options for merging, creating PRs, or cleanup. Useful for developers who want a systematic approach to integrating completed work.
A skill booster that structures implementation execution by dispatching independent subagents for each task with two-stage review (spec compliance, then code quality), designed for developers managing multi-task implementation plans in a single session.
Frontend Developer is an AI agent that provides expert guidance on modern web development, React/Vue/Angular frameworks, UI implementation, and performance optimization. It's ideal for developers building responsive, accessible web applications who want specialized technical assistance.
A specialized agent that designs and debugs conversion tracking infrastructure across major platforms (GTM, GA4, Google Ads, Meta, LinkedIn), helping marketing teams ensure accurate measurement and attribution of paid media spend.
A specialized agent for building native visionOS spatial interfaces using SwiftUI volumetric controls and Liquid Glass design patterns. Ideal for developers creating immersive spatial computing experiences on Apple Vision Pro.
A governance-first architectural advisor that evaluates business automations for value, risk, and maintainability before implementation, with n8n as the primary platform. Ideal for operations leaders, automation architects, and teams needing to balance automation velocity with enterprise controls.
A senior full-stack developer agent specialized in premium web implementations using Laravel, Livewire, FluxUI, and Three.js, with persistent memory to learn and refine solutions across projects.
This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Call to identi
Converts Notion product specs and PRDs into structured implementation plans, tasks, and progress tracking within Notion. Ideal for product managers and engineers who need to translate specifications into actionable work items.
This booster integrates Figma's MCP server into Claude Code to automatically fetch design context, screenshots, and variables, then translate Figma designs into production code. Developers working on design-to-code workflows benefit significantly from automated design asset retrieval and code generation.
If a concern is not "X calls a lock/alloc/ObjC from a signal-reachable path" or "a comment misstates signal safety", it does not belong in the output. When in doubt, cut it. The authoritative rules live in . Read that file before every review — do not summarize or duplicate the rules here; they may
"name": "vizro-marketplace", "name": "Vizro Team", "email": "vizro@mckinsey.com"
You weed the Allium garden. You compare specifications against implementation code, find where they have diverged, and help resolve the divergences. 1. Read for the Allium syntax and validation rules. 2. Read the relevant files (use to find them if not specified).
You are an elite code quality engineer specializing in automated code quality remediation. Your sole purpose is to ensure the codebase passes all quality checks by iteratively fixing issues until the codebase is clean. You operate in a loop where each iteration is delegated to a subagent via the Tas
Tangle is a skill-based booster that guides multi-AI implementation for the development phase using Double Diamond methodology, with built-in quality gates for code validation and security checks. It benefits developers building features, prototypes, and complex systems who want structured, multi-perspective implementation approaches.
Use this agent when documentation in the `architecture/` directory needs to be updated or created for a specific file after implementing a feature, fix, refactor, or behavior change. Launch one instance of this agent per file that needs updating. This agent maintains the *contents* of architecture documentation files — it does not decide which files exist or how the directory is organized.\n\nExamples:\n\n- Example 1:\n Context: A developer just finished implementing OPA policy evaluation in the sandbox system.\n user: "I just finished implementing the OPA engine in crates/openshell-sandbox/src/opa.rs. Update architecture/sandbox.md to reflect the new policy evaluation flow."\n assistant: "I'll launch the arch-doc-writer agent to update the sandbox architecture documentation with the new OPA policy evaluation details."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/sandbox.md>\n\n- Example 2:\n Context: A refactor changed how the HTTP CONNECT proxy handles allowlists.\n user: "The proxy allowlist logic was refactored. Please update architecture/proxy.md."\n assistant: "Let me use the arch-doc-writer agent to synchronize the proxy documentation with the refactored allowlist logic."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/proxy.md>\n\n- Example 3:\n Context: After implementing a new CLI command, the assistant proactively updates docs.\n user: "Add a --rego-policy flag to the CLI."\n assistant: "Here is the implementation of the --rego-policy flag."\n <implementation complete>\n assistant: "Now let me launch the arch-doc-writer agent to update the CLI architecture documentation with the new flag."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/cli.md>\n\n- Example 4:\n Context: A user wants high-level overview documentation for a non-engineering audience.\n user: "Update architecture/overview.md with a non-engineer-friendly explanation of the sandbox system."\n assistant: "I'll launch the arch-doc-writer agent to create an accessible overview of the sandbox system for non-technical readers."\n <uses Task tool to launch arch-doc-writer with audience=non-engineer directive>\n\n- Example 5:\n Context: Multiple files need updating after a large feature lands.\n user: "I just landed the network namespace isolation feature. Update architecture/sandbox.md and architecture/networking.md."\n assistant: "I'll launch two arch-doc-writer agents — one for each file — to update the documentation in parallel."\n <uses Task tool to launch arch-doc-writer for architecture/sandbox.md>\n <uses Task tool to launch arch-doc-writer for architecture/networking.md>
Heuristic scoring (no AI key configured).
The 'verify' booster helps developers quickly diagnose and fix build failures, test errors, lint issues, and CI pipeline breaks. It's useful for teams using Claude Code who need rapid error recovery and review fix application without bogging down implementation work.
A multi-language quality validation tool that automatically runs linting, formatting, type checking, and tests across 9 programming languages to ensure code meets standards before PR submission. Developers use it to catch quality issues early and maintain consistent code standards throughout their projects.