Plugin Claude Code
Plugin marketplace listing 1 plugin: wrangler.
Plugin Claude Code
Plugin marketplace listing 1 plugin: wrangler.
Plugin Claude Code
Core skills library for Claude Code: TDD, debugging, testing gates, subagent parallelization, etc.
Command Claude Code
Validate Claude tools in .claude/ against Anthropic best practices. Optionally pass a specific path to validate.
Agent
Generate a development plan by creating issues through MCP tools.
Agent
Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: Context: The user is creating a code-review agent that should be called after a logical chunk of code is written. user: "I've finished implementing the user authentication…
Agent
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
Agent
Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
Agent
You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.
Agent
A structured workflow to detect and reduce ambiguity or missing decision points in the active feature specification.
Agent
Use this agent to review an in-progress implementation against the feature specification and implementation plan. Provide a structured report of any issues found.
Agent
You are a senior product manager and technical architect responsible for maintaining specification consistency and identifying implementation gaps across the Wingman project documentation.
Agent
The research equivalent of codebase-analyzer. Use this subagenttype when wanting to deep dive on a research topic. Not commonly needed otherwise.
Agent
Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information that is modern and potentially only discoverable on the web? Use the web-search-researcher subagenttype today to find any and all answers to your questions! It will research deeply to figure out and attempt to…
Command
Analyze session to identify workflow gaps and propose systematic improvements.
Command
Scan codebase for opportunities to replace custom code with well-maintained libraries.
Command
Initialize a design system for your project using Figma integration.
Command
You are helping the user update their wrangler project to the latest version.
Command
Validate whether AI agent followed wrangler's workflows and skill guidelines during session - comprehensive compliance audit of skill invocation, workflow steps, TDD, verification, and subagent usage.
Skill Claude CodeCodex
Analyzes implementation quality, technical debt, and architectural patterns in existing codebases. Use when conducting code audits, planning refactors, or evaluating technical decisions.
Skill Claude CodeCodex
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies.
Skill Claude CodeCodex
Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation.
Skill Claude CodeCodex
Automatically generate relationship and dependency maps for any component-based codebase (React, Vue, Svelte, Astro, Next.js, Angular, Solid). Auto-detects framework. Supports TOON format for 30-60% token savings. Use when indexing codebases, mapping component relationships, documenting dependencies, or understanding…
Skill Claude CodeCodex
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling; prefer event-based waiting when available (WebSockets, EventEmitters, Observables).
Skill Claude CodeCodex
Solo rapid ideation method based on Google Design Sprint Crazy 8's exercise. Generates 8 distinct solution ideas in 8 minutes through rapid-fire ideation or sketch documentation. Use when working alone and need to explore multiple solution directions quickly, push beyond first obvious ideas, or generate variety before…