claude-code
25Settings file Claude Code
Agent settings configuring enabledPlugins, enableAllProjectMcpServers, extraKnownMarketplaces, installedPluginVersions.
Settings file Claude Code
Agent settings configuring enabledPlugins, enableAllProjectMcpServers, extraKnownMarketplaces, installedPluginVersions.
MCP server Claude CodeCodexCursor +2
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package. Needs 1 environment variable to run.
Instructions file
Instructions for MadAppGang/claude-code, covering project context for claude code, critical rules, project overview, plugins and key architecture decisions.
Agent
Expert agent designer for Claude Code agents and commands. Use when planning new agents, improving existing agents, or designing slash commands. Examples: (1) "Design a GraphQL reviewer agent" - creates comprehensive design plan. (2) "Plan improvements to backend-developer" - analyzes and designs enhancements. (3)…
Agent
Expert agent implementer for Claude Code agents and commands. Use when you have an approved design plan and need to create the actual agent/command file. Examples: (1) "Implement agent from ai-docs/agent-design-graphql-reviewer.md" - creates the agent file. (2) "Create the /deploy command from design" - implements…
Agent
Expert agent quality reviewer for Claude Code agents and commands. Use when validating implemented agents for quality, completeness, and standards compliance. Examples: (1) "Review .claude/agents/graphql-reviewer.md" - validates YAML, XML, completeness. (2) "Check plugins/bun/agents/backend-developer.md" - reviews…
Command
Disable debug mode for agentdev sessions. Stops recording tool invocations and agent delegations.
Command
Enable debug mode for agentdev sessions. Records tool invocations, skill activations, and agent delegations to JSONL files.
Command
Check current debug mode status for agentdev sessions. Shows if enabled/disabled, debug level, and recent session files.
Command
Full-cycle agent/command development with multi-model validation and performance tracking. Orchestrates design (architect) -> plan review -> implementation (developer) -> quality review (reviewer) -> iteration. Tracks model performance to ai-docs/llm-performance.json for shortlist optimization. Enable debug mode with…
Command
Show comprehensive help for the Agent Development Plugin - lists agents, commands, skills, and usage examples.
Skill Claude CodeCodex
Enable, disable, and manage debug mode for agentdev sessions. Records all tool invocations, skill activations, hook triggers, and agent delegations to JSONL. Use when debugging agent behavior, optimizing workflows, or analyzing session performance.
Skill Claude CodeCodex
Common agent patterns and templates for Claude Code. Use when implementing agents to follow proven patterns for Tasks integration, quality checks, and external model invocation via claudish CLI.
Skill Claude CodeCodex
YAML frontmatter schemas for Claude Code agents and commands. Use when creating or validating agent/command files.
Skill Claude CodeCodex
XML tag structure patterns for Claude Code agents and commands. Use when designing or implementing agents to ensure proper XML structure following Anthropic best practices.
Skill Claude CodeCodex
YAML format for Claude Code agent definitions as alternative to markdown. Use when creating agents with YAML, converting markdown agents to YAML, or validating YAML agent schemas. Trigger keywords - "YAML agent", "agent YAML", "YAML format", "agent schema", "YAML definition", "convert to YAML".
Agent
Handles Linear comment feedback and triggers iterative refinement.
Agent
Generates proof-of-work artifacts for task validation.
Agent
Main agent that executes picked-up Linear tasks using ReAct pattern.
Command
Configure Linear integration settings for autopilot.
Command
Create a Linear task from CLI and assign to autopilot for execution.
Command
Manually trigger execution of a specific Linear task.
Command
Check autopilot status, queue, and task progress.
Hook
Runs when a session starts, executing check-linear-connection.sh and check-webhook-server.sh (2 commands). From MadAppGang/claude-code.