MadAppGang

143 mods across 5 repositories, 3.2k stars between them.

claude-code

25

MadAppGang/claude-code

Settings file Claude Code

Agent settings configuring enabledPlugins, enableAllProjectMcpServers, extraKnownMarketplaces, installedPluginVersions.

279 5mo ago A tokens not measured copy · 83% MIT

chrome-devtools

26

MadAppGang/claude-code

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.

279 5mo ago A tokens not measured original MIT

MadAppGang/claude-code

Instructions file

Instructions for MadAppGang/claude-code, covering project context for claude code, critical rules, project overview, plugins and key architecture decisions.

279 5mo ago A 2,947 tokens original MIT

architect

28

MadAppGang/claude-code

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)…

279 5mo ago A 81 tokens original MIT

developer

29

MadAppGang/claude-code

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…

279 5mo ago A 92 tokens original MIT

reviewer

30

MadAppGang/claude-code

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…

279 5mo ago A 92 tokens original MIT

debug-disable

31

MadAppGang/claude-code

Command

Disable debug mode for agentdev sessions. Stops recording tool invocations and agent delegations.

279 5mo ago D 21 tokens original MIT

debug-enable

32

MadAppGang/claude-code

Command

Enable debug mode for agentdev sessions. Records tool invocations, skill activations, and agent delegations to JSONL files.

279 5mo ago C 29 tokens original MIT

debug-status

33

MadAppGang/claude-code

Command

Check current debug mode status for agentdev sessions. Shows if enabled/disabled, debug level, and recent session files.

279 5mo ago B 27 tokens original MIT

develop

34

MadAppGang/claude-code

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…

279 5mo ago A 70 tokens original MIT

agentdev-help

35

MadAppGang/claude-code

Command

Show comprehensive help for the Agent Development Plugin - lists agents, commands, skills, and usage examples.

279 5mo ago A 23 tokens original MIT

debug-mode

36

MadAppGang/claude-code

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.

279 5mo ago D 51 tokens original MIT

patterns

37

MadAppGang/claude-code

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.

279 5mo ago A 36 tokens original MIT

schemas

38

MadAppGang/claude-code

Skill Claude CodeCodex

YAML frontmatter schemas for Claude Code agents and commands. Use when creating or validating agent/command files.

279 5mo ago A 24 tokens original MIT

xml-standards

39

MadAppGang/claude-code

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.

279 5mo ago A 33 tokens original MIT

yaml-agent-format

40

MadAppGang/claude-code

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".

279 5mo ago A 67 tokens original MIT

SessionStart

48

MadAppGang/claude-code

Hook

Runs when a session starts, executing check-linear-connection.sh and check-webhook-server.sh (2 commands). From MadAppGang/claude-code.

279 5mo ago A tokens not measured copy · 61% MIT