MadAppGang/claude-code

claude code plugins marketplace

279Stars on the repository
61Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

debug-mode

01

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

02

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

03

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

04

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

05

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

linear-integration

06

MadAppGang/claude-code

Skill Claude CodeCodex

Linear API patterns and examples for autopilot. Includes authentication, webhooks, issue CRUD, state transitions, file attachments, and comment handling.

279 5mo ago A 32 tokens original MIT

proof-of-work

07

MadAppGang/claude-code

Skill Claude CodeCodex

Proof artifact generation patterns for task validation. Covers screenshots, test results, deployments, and confidence scoring.

279 5mo ago A 24 tokens original MIT

state-machine

08

MadAppGang/claude-code

Skill Claude CodeCodex

Task lifecycle state transitions with validation gates. Defines states, triggers, and required proofs.

279 5mo ago A 20 tokens original MIT

tag-command-mapping

09

MadAppGang/claude-code

Skill Claude CodeCodex

How tag-to-command routing works in autopilot. Defines default mappings, precedence rules, and customization patterns.

279 5mo ago A 26 tokens original MIT

claudish-usage

10

MadAppGang/claude-code

Skill Claude CodeCodex

CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with OpenRouter models (Grok, GPT-5, Gemini, MiniMax). NEVER run Claudish directly in main context unless user explicitly requests it. Use when user mentions external AI models, Claudish, OpenRouter, or alternative models. Includes…

279 5mo ago C 100 tokens original MIT

architect-detective

11

MadAppGang/claude-code

Skill Claude CodeCodex

Use when analyzing architecture and system design. Find design patterns, map layers, identify core abstractions via PageRank. Uses claudemem AST structural analysis for efficient architecture investigation.

279 5mo ago A 40 tokens original MIT

MadAppGang/claude-code

Skill Claude CodeCodex

Use when orchestrating multi-agent code analysis with claudemem. Run claudemem once, share output across parallel agents. Enables parallel investigation, consensus analysis, and role-based command mapping.

279 5mo ago C 45 tokens original MIT

claudemem-search

13

MadAppGang/claude-code

Skill Claude CodeCodex

⚡ PRIMARY TOOL for semantic code search AND structural analysis. NEW: AST tree navigation with map, symbol, callers, callees, context commands. PageRank ranking. Recommended workflow: Map structure first, then search semantically, analyze callers before modifying.

279 5mo ago A 56 tokens original MIT

MadAppGang/claude-code

Skill Claude CodeCodex

💡 Tool selector for code search tasks. Helps choose between semantic search (claudemem) and native tools (Grep/Glob) based on query type. Semantic search recommended for: 'how does X work', 'find all', 'audit', 'investigate', 'architecture'.

279 5mo ago A 62 tokens original MIT

MadAppGang/claude-code

Skill Claude CodeCodex

Use when integrating detective skills across plugins. Maps agent roles to appropriate detective skills (developer → developer-detective, architect → architect-detective). Reference this to connect agents with claudemem investigation capabilities.

279 5mo ago A 48 tokens original MIT

debugger-detective

16

MadAppGang/claude-code

Skill Claude CodeCodex

⚡ Debugging skill. Best for: 'why is X broken', 'find bug source', 'root cause analysis', 'trace error', 'debug issue'. Uses claudemem AST with context command for efficient call chain analysis.

279 5mo ago A 53 tokens original MIT

deep-analysis

17

MadAppGang/claude-code

Skill Claude CodeCodex

⚡ PRIMARY SKILL for: 'how does X work', 'investigate', 'analyze architecture', 'trace flow', 'find implementations'. PREREQUISITE: code-search-selector must validate tool choice. Launches codebase-detective with claudemem INDEXED MEMORY.

279 5mo ago A 62 tokens original MIT

developer-detective

18

MadAppGang/claude-code

Skill Claude CodeCodex

⚡ Implementation analysis skill. Best for: 'how does X work', 'find implementation of', 'trace data flow', 'where is X defined', 'find all usages'. Uses claudemem AST with callers/callees for efficient code tracing.

279 5mo ago A 56 tokens original MIT

investigate

19

MadAppGang/claude-code

Skill Claude CodeCodex

Unified entry point for code investigation. Auto-routes to specialized detective based on query keywords. Use when investigation type is unclear or for general exploration.

279 5mo ago A 32 tokens original MIT

search-interceptor

20

MadAppGang/claude-code

Skill Claude CodeCodex

💡 Bulk file read optimizer. Suggests semantic search alternatives when reading multiple files. Helps reduce token usage by using claudemem's ranked results instead of sequential file reads.

279 5mo ago A 39 tokens original MIT

tester-detective

21

MadAppGang/claude-code

Skill Claude CodeCodex

⚡ Test analysis skill. Best for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases'. Uses claudemem AST with callers analysis for efficient test discovery.

279 5mo ago A 50 tokens original MIT

MadAppGang/claude-code

Skill Claude CodeCodex

⚡ Comprehensive analysis skill. Best for: 'comprehensive audit', 'deep analysis', 'full codebase review', 'multi-perspective investigation', 'complex questions'. Combines all perspectives (architect+developer+tester+debugger). Uses Opus model with full claudemem AST analysis.

279 5mo ago A 68 tokens original MIT

help

23

MadAppGang/claude-code

Skill Claude CodeCodex

Get help with Conductor - commands, usage examples, and best practices.

279 5mo ago A 16 tokens original MIT

implement

24

MadAppGang/claude-code

Skill Claude CodeCodex

Execute tasks from track plan with TDD workflow and git commit integration.

279 5mo ago A 15 tokens original MIT