← all publishers

MadAppGang

@madappgang source repo

109 published skills · page 1 of 2

  1. Developer Detective · madappgang
    ⚡ 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.
    0
    installs
  2. Worktree Lifecycle · madappgang
    Use when starting isolated feature work or before executing implementation plans. Manages full worktree lifecycle from creation through cleanup with safety checks and error recovery.
    0
    installs
  3. Router Query Integration · madappgang
    Use when setting up route loaders or optimizing navigation performance. Integrates TanStack Router with TanStack Query for optimal data fetching. Covers route loaders with query prefetching, ensuring instant navigation, and eliminating request waterfalls.
    0
    installs
  4. Sequence Best Practices · madappgang
    Email sequence design and optimization best practices
    0
    installs
  5. Multi Model Validation · madappgang
    Run multiple AI models in parallel for 3-5x speedup with ENFORCED performance statistics tracking. Use when validating with Grok, Gemini, GPT-5, DeepSeek, MiniMax, Kimi, GLM, or Claudish proxy for code review, consensus analysis, or multi-expert validation. NEW in v3.2.0 - Direct API prefixes (mmax/, kimi/, glm/) for cost savings. Includes dynamic model discovery via `claudish --top-models` and `claudish --free`, session-based workspaces, and Pattern 7-8 for tracking model performance. Trigger keywords - "grok", "gemini", "gpt-5", "deepseek", "minimax", "kimi", "glm", "claudish", "multiple models", "parallel review", "external AI", "consensus", "multi-model", "model performance", "statistics", "free models".
    0
    installs
  6. Task Complexity Router · madappgang
    Complexity-based task routing for optimal model selection and cost efficiency. Use when deciding which model tier to use, analyzing task complexity, optimizing API costs, or implementing tiered routing. Trigger keywords - "routing", "complexity", "model selection", "tier", "cost optimization", "haiku", "sonnet", "opus", "task analysis".
    0
    installs
  7. Code Search Selector · madappgang
    💡 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'.
    0
    installs
  8. Ultrathink Detective · madappgang
    ⚡ 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.
    0
    installs
  9. Model Tracking Protocol · madappgang
    MANDATORY tracking protocol for multi-model validation. Creates structured tracking tables BEFORE launching models, tracks progress during execution, and ensures complete results presentation. Use when running 2+ external AI models in parallel. Trigger keywords - "multi-model", "parallel review", "external models", "consensus", "model tracking".
    0
    installs
  10. Systematic Debugging · madappgang
    Use when debugging failures, errors, or unexpected behavior. Covers root cause investigation, data flow tracing, hypothesis-driven debugging, and fix verification to prevent trial-and-error approaches.
    0
    installs
  11. Hierarchical Coordinator · madappgang
    Prevent goal drift in long-running multi-agent workflows using a coordinator agent that validates outputs against original objectives at checkpoints. Use when orchestrating 3+ agents, multi-phase features, complex implementations, or any workflow where agents may lose sight of original requirements. Trigger keywords - "hierarchical", "coordinator", "anti-drift", "checkpoint", "validation", "goal-alignment", "decomposition", "phase-gate", "shared-state", "drift detection".
    0
    installs
  12. Multi Agent Coordination · madappgang
    Coordinate multiple agents in parallel or sequential workflows. Use when running agents simultaneously, delegating to sub-agents, switching between specialized agents, or managing agent selection. Trigger keywords - "parallel agents", "sequential workflow", "delegate", "multi-agent", "sub-agent", "agent switching", "task decomposition".
    0
    installs
  13. Cross Plugin Detective · madappgang
    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.
    0
    installs
  14. Claudemem Orchestration · madappgang
    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.
    0
    installs
  15. Test Driven Development · madappgang
    Use when writing production code. Enforces RED-GREEN-REFACTOR cycle: write failing test, make it pass, improve design. Prevents test-after development and ensures verified behavior.
    0
    installs
  16. Agent Coordination Discipline · madappgang
    Use when deciding whether to launch an agent, selecting which agent to use, or coordinating multiple agents. Covers delegation criteria, external-model patterns, task isolation, and agent selection strategies.
    0
    installs
  17. Verification Before Completion · madappgang
    Use when claiming task completion or marking items as done. Covers completion evidence requirements, verification methods, and anti-rationalization patterns.
    0
    installs
  18. Test Skill · madappgang
    A test skill for validation testing. Use when testing skill parsing and validation logic.
    0
    installs
  19. React Typescript · madappgang
    Modern React 19+ patterns with TypeScript including function components, hooks, state management, TanStack Query integration, form handling with Zod, error boundaries, and performance optimization. Use when building React applications, implementing components, or setting up state management.
    0
    installs
  20. State Management · madappgang
    Use when choosing state management solutions, implementing global stores (Zustand, Pinia), managing server state (TanStack Query), or handling URL state in frontend applications across React and Vue.
    0
    installs
  21. Testing Frontend · madappgang
    Use when writing component tests, testing user interactions, mocking APIs, or setting up Vitest/React Testing Library/Vue Test Utils for frontend applications.
    0
    installs
  22. Performance Security · madappgang
    Use when optimizing performance or reviewing security. Covers code-splitting, React Compiler patterns, asset optimization, a11y testing, and security hardening for React apps.
    0
    installs
  23. Ab Testing Patterns · madappgang
    A/B testing methodology for cold email optimization
    0
    installs
  24. Task Orchestration · madappgang
    Track progress in multi-phase workflows with Tasks system. Use when orchestrating 5+ phase commands, managing iteration loops, tracking parallel tasks, or providing real-time progress visibility. Trigger keywords - "phase tracking", "progress", "workflow", "multi-step", "multi-phase", "tasks", "tracking", "status".
    0
    installs
  25. Claudemem Search · madappgang
    ⚡ 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.
    0
    installs
  26. Tester Detective · madappgang
    ⚡ 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.
    0
    installs
  27. Bunjs Architecture · madappgang
    Use when implementing clean architecture (routes/controllers/services/repositories), establishing camelCase conventions, designing Prisma schemas, or planning structured workflows for Bun.js applications. See bunjs for basics, bunjs-production for deployment.
    0
    installs
  28. Golang Performance · madappgang
    Use when profiling Go applications (pprof), running benchmarks, optimizing memory/CPU usage, or debugging performance bottlenecks in production Go code.
    0
    installs
  29. Browser Debugging · madappgang
    Systematically tests UI functionality, validates design fidelity with AI visual analysis, monitors console output, tracks network requests, and provides debugging reports using Chrome Extension MCP tools. Use after implementing UI features, for design validation, when investigating console errors, for regression testing, or when user mentions testing, browser bugs, console errors, or UI verification.
    0
    installs
  30. Email Deliverability · madappgang
    Email deliverability best practices and troubleshooting
    0
    installs
  31. Performance Tracking · madappgang
    Track agent, skill, and model performance metrics for optimization. Use when measuring agent success rates, tracking model latency, analyzing routing effectiveness, or optimizing cost-per-task. Trigger keywords - "performance", "metrics", "tracking", "success rate", "agent performance", "model latency", "cost tracking", "optimization", "routing metrics".
    0
    installs
  32. Proxy Mode Reference · madappgang
    Reference guide for using external AI models via claudish CLI. Use when running multi-model reviews, understanding how /team invokes external models, or debugging external model integration issues. Includes routing prefixes for MiniMax, Kimi, GLM direct APIs.
    0
    installs
  33. Task External Models · madappgang
    Quick-reference for using external AI models in orchestration workflows. External models are invoked via Bash+claudish CLI (deterministic, 100% reliable). Use when confused about how to run external models, "claudish with Bash", "external model in /team", or "how to specify external model". Trigger keywords - "external model", "claudish", "Bash claudish", "external LLM", "model parameter".
    0
    installs
  34. Debugger Detective · madappgang
    ⚡ 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.
    0
    installs
  35. Search Interceptor · madappgang
    💡 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.
    0
    installs
  36. Architect Detective · madappgang
    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.
    0
    installs
  37. Testing Strategies · madappgang
    Use when writing tests, setting up test frameworks, implementing mocking strategies, or establishing testing best practices (unit, integration, E2E) across any technology stack.
    0
    installs
  38. Universal Patterns · madappgang
    Use when implementing language-agnostic patterns like layered architecture, dependency injection, error handling, or code organization principles across any technology stack.
    0
    installs
  39. UI Design Review · madappgang
    Prompting patterns and review templates for UI design analysis with Gemini multimodal capabilities. Use when conducting design reviews, accessibility audits, or design system validation.
    0
    installs
  40. Documentation Standards · madappgang
    Use when writing README files, API documentation, user guides, or technical documentation following industry standards from Google, Microsoft, and GitLab style guides.
    0
    installs
  41. Vue Typescript · madappgang
    Use when building Vue 3 applications with TypeScript, implementing Composition API components, setting up Pinia stores, or working with Vue Router. Covers script setup, composables, and reactive state.
    0
    installs
  42. Keyword Cluster Builder · madappgang
    Techniques for expanding seed keywords and clustering by topic and intent. Use when building keyword lists, planning content calendars, or identifying topic clusters for pillar content strategy.
    0
    installs
  43. Performance Correlation · madappgang
    Correlate content attributes with GA4 and GSC metrics to identify performance drivers
    0
    installs
  44. Transcription · madappgang
    Audio/video transcription using OpenAI Whisper. Covers installation, model selection, transcript formats (SRT, VTT, JSON), timing synchronization, and speaker diarization. Use when transcribing media or generating subtitles.
    0
    installs
  45. Linear Integration · madappgang
    Linear API patterns and examples for autopilot. Includes authentication, webhooks, issue CRUD, state transitions, file attachments, and comment handling.
    0
    installs
  46. Bunjs Production · madappgang
    Use when deploying Bun.js to production, containerizing with Docker, setting up AWS ECS/Fargate, implementing Redis caching, hardening security, or configuring CI/CD pipelines. See bunjs for basics, bunjs-architecture for patterns.
    0
    installs
  47. Design References · madappgang
    Predefined design system references for UI reviews. Includes Material Design 3, Apple Human Interface Guidelines, Tailwind UI, Ant Design, and Shadcn/ui. Use when conducting design reviews against established design systems.
    0
    installs
  48. Tanstack Router · madappgang
    TanStack Router patterns for type-safe, file-based routing. Covers installation, route configuration, typed params/search, layouts, and navigation. Use when setting up routes, implementing navigation, or configuring route loaders.
    0
    installs
  49. Agent Enforcement · madappgang
    Multi-agent orchestration enforcement for /team command. Provides claudish CLI validation, validates session directory paths, and ensures /team internal Tasks use dev:researcher. Use when debugging /team orchestration failures.
    0
    installs
  50. Batching Patterns · madappgang
    Batch all related operations into single messages for maximum parallelism and performance. Use when launching multiple agents, reading multiple files, running parallel searches, optimizing workflow speed, or avoiding sequential execution bottlenecks. Trigger keywords - "batching", "parallel", "single message", "golden rule", "concurrent", "performance", "sequential bottleneck", "speed optimization".
    0
    installs
  51. Session Isolation · madappgang
    Use when orchestrating workflows that generate multiple files (designs, reviews, reports) to prevent file collisions across concurrent or sequential sessions with unique session directories.
    0
    installs
  52. Analytics Interpretation · madappgang
    Interpret GA4 and GSC data with benchmarks, status indicators, and actionable insights
    0
    installs
  53. Data Extraction Patterns · madappgang
    Common patterns for extracting analytics data from GA4 and GSC with API handling
    0
    installs
  54. Tag Command Mapping · madappgang
    How tag-to-command routing works in autopilot. Defines default mappings, precedence rules, and customization patterns.
    0
    installs
  55. Debugging Strategies · madappgang
    Use when troubleshooting bugs, analyzing stack traces, using debugging tools (breakpoints, loggers), or applying systematic debugging methodology across any technology stack.
    0
    installs
  56. Plugin Sdk Patterns · madappgang
    Unified patterns and templates for creating consistent Claude Code plugins. Use when creating new plugins, designing plugin architecture, implementing builder patterns, or standardizing plugin structure. Trigger keywords - "plugin SDK", "plugin template", "plugin pattern", "builder pattern", "plugin structure", "new plugin", "plugin architecture".
    0
    installs
  57. React Patterns · madappgang
    Use when implementing React 19 features, optimizing components, or choosing between Actions vs TanStack Query for mutations. Covers React Compiler optimization, Server Actions, Forms, and new hooks.
    0
    installs
  58. Tanstack Query · madappgang
    Use when managing server state with TanStack Query v5. Covers query key factories, data transformation, mutations, optimistic updates, authentication, testing with MSW, and best practices for async state management.
    0
    installs
  59. Hooks System · madappgang
    Comprehensive lifecycle hook patterns for Claude Code workflows. Use when configuring PreToolUse, PostToolUse, UserPromptSubmit, Stop, or SubagentStop hooks. Covers hook matchers, command hooks, prompt hooks, validation, metrics, auto-formatting, and security patterns. Trigger keywords - "hooks", "PreToolUse", "PostToolUse", "lifecycle", "tool matcher", "hook template", "auto-format", "security hook", "validation hook".
    0
    installs
  60. Style Format · madappgang
    Style template format specification. Single markdown files that describe artistic direction.
    0
    installs
  61. Bunjs Apidog · madappgang
    Use when creating OpenAPI specs for Bun.js APIs, integrating with Apidog, documenting endpoints with schemas, or automating API specification imports via Apidog REST API. See bunjs for basics.
    0
    installs
  62. CSS Modules · madappgang
    CSS Modules with Lightning CSS and PostCSS for component-scoped styling. Covers *.module.css patterns, TypeScript integration, Vite configuration, and composition. Use when building complex animations, styling third-party components, or migrating legacy CSS.
    0
    installs
  63. Tailwindcss · madappgang
    TailwindCSS v4 patterns with CSS-first configuration using @theme, @source, and modern CSS features. Covers design tokens, CSS variables, container queries, dark mode, and Vite integration. Use when configuring Tailwind, defining design tokens, or leveraging modern CSS with Tailwind utilities.
    0
    installs
  64. API Integration · madappgang
    Use when integrating Apidog + OpenAPI specifications with your React app. Covers MCP server setup, type generation, and query layer integration. Use when setting up API clients, generating types from OpenAPI, or integrating with Apidog MCP.
    0
    installs
  65. Core Principles · madappgang
    Use when planning new projects, onboarding, or reviewing architectural decisions. Core principles and project structure for React 19 SPA development. Covers stack overview, project organization, agent execution rules, and authoritative sources.
    0
    installs
  66. Quality Gates · madappgang
    Implement quality gates, user approval, iteration loops, and test-driven development. Use when validating with users, implementing feedback loops, classifying issue severity, running test-driven loops, or building multi-iteration workflows. Trigger keywords - "approval", "user validation", "iteration", "feedback loop", "severity", "test-driven", "TDD", "quality gate", "consensus".
    0
    installs
  67. Investigate · madappgang
    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.
    0
    installs
  68. Auth Patterns · madappgang
    Use when implementing authentication (JWT, sessions, OAuth), authorization (RBAC, ABAC), password hashing, MFA, or security best practices for backend services.
    0
    installs
  69. Ffmpeg Core · madappgang
    FFmpeg fundamentals for video/audio manipulation. Covers common operations (trim, concat, convert, extract), codec selection, filter chains, and performance optimization. Use when planning or executing video processing tasks.
    0
    installs
  70. YAML Agent Format · madappgang
    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".
    0
    installs
  71. Error Handling · madappgang
    Use when implementing custom error classes, error middleware, structured logging, retry logic, or graceful shutdown patterns in backend applications.
    0
    installs
  72. UI Style Format · madappgang
    UI design style file format specification with reference image support. Defines the schema for .claude/design-style.md and .claude/design-references/. Use when creating, validating, or parsing project design styles.
    0
    installs
  73. Brainstorming · madappgang
    Collaborative ideation and planning with resilient multi-model exploration, consensus scoring, and adaptive confidence-based validation
    0
    installs
  74. Campaign Metrics · madappgang
    Cold email campaign KPIs, benchmarks, and diagnostic patterns
    0
    installs
  75. Audit · madappgang
    On-demand security and code quality audit. Use when checking for vulnerabilities, security issues, code smells, or compliance problems. Trigger keywords - "audit", "security check", "vulnerability scan", "code quality", "compliance", "security audit".
    0
    installs
  76. Optimize · madappgang
    On-demand performance and optimization analysis. Use when identifying bottlenecks, improving build times, reducing bundle size, or optimizing code performance. Trigger keywords - "optimize", "performance", "bottleneck", "bundle size", "build time", "speed up".
    0
    installs
  77. Claudish Usage · madappgang
    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 mandatory sub-agent delegation patterns, agent selection guide, file-based instructions, and strict rules to prevent context window pollution.
    0
    installs
  78. Help · madappgang
    Get help with Conductor - commands, usage examples, and best practices
    0
    installs
  79. Setup · madappgang
    Setup
    0
    installs
  80. Phase Enforcement · madappgang
    Evidence-based phase completion enforcement for /dev:feature. Use when orchestrating 8-phase feature development to ensure artifacts exist before phase completion, validation criteria are addressed, outer loops are enforced, and show-your-work requirements are met.
    0
    installs
  81. Schemas · madappgang
    YAML frontmatter schemas for Claude Code agents and commands. Use when creating or validating agent/command files.
    0
    installs
  82. Revert · madappgang
    Git-aware logical undo at track, phase, or task level with confirmation gates
    0
    installs
  83. Status · madappgang
    Show active tracks, progress, current tasks, and blockers
    0
    installs
  84. Rust · madappgang
    Use when building Axum applications, implementing type-safe handlers, working with SQLx, setting up error handling with thiserror, or writing Rust backend services.
    0
    installs
  85. Task Routing · madappgang
    Use BEFORE delegating any complex task to a subagent. Contains the routing table that maps task patterns to the correct specialized agent. MUST be consulted before using the Task tool for delegation decisions. Trigger keywords - "delegate", "subagent", "agent", "research", "implement", "investigate", "debug", "architect".
    0
    installs
  86. Patterns · madappgang
    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.
    0
    installs
  87. Bunjs · madappgang
    Use when building Bun.js/Hono applications, implementing HTTP endpoints, setting up Prisma/SQLite, writing Zod validation, or using Bun's test runner. See bunjs-architecture for layered patterns, bunjs-production for deployment.
    0
    installs
  88. Dingo · madappgang
    Use when working with Dingo meta-language for Go, implementing optionals/results, using generics shortcuts, or transpiling .dingo files to .go while maintaining Go compatibility.
    0
    installs
  89. Test Coverage · madappgang
    On-demand test coverage analysis. Use when identifying untested code, finding test gaps, measuring coverage metrics, or improving test quality. Trigger keywords - "test coverage", "coverage report", "untested code", "test gaps", "missing tests", "coverage metrics".
    0
    installs
  90. Content Brief · madappgang
    Content brief template and creation methodology for SEO-optimized content. Use when preparing briefs for writers or planning new content pieces.
    0
    installs
  91. Link Strategy · madappgang
    Internal linking strategy and anchor text optimization patterns. Use when planning internal links or optimizing site structure.
    0
    installs
  92. Schema Markup · madappgang
    Schema.org markup implementation patterns for rich results. Use when adding structured data to content for enhanced SERP appearances.
    0
    installs
  93. Serp Analysis · madappgang
    SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.
    0
    installs
  94. Golang · madappgang
    Use when building Go backend services, implementing goroutines/channels, handling errors idiomatically, writing tests with testify, or following Go best practices for APIs/CLI tools.
    0
    installs
  95. Python · madappgang
    Use when building FastAPI applications, implementing async endpoints, setting up Pydantic schemas, working with SQLAlchemy, or writing pytest tests for Python backend services.
    0
    installs
  96. Shadcn UI · madappgang
    Use when implementing UI components with shadcn/ui. Covers component installation, configuration with Vite/TanStack Router, CLI commands, and integration with Tailwind CSS.
    0
    installs
  97. Implement · madappgang
    Execute tasks from track plan with TDD workflow and git commit integration
    0
    installs
  98. New Track · madappgang
    Create development track with spec and hierarchical plan through interactive Q&A
    0
    installs
  99. Technical Audit · madappgang
    Technical SEO audit methodology including crawlability, indexability, and Core Web Vitals analysis. Use when auditing pages or sites for technical SEO issues.
    0
    installs
  100. Context Detection · madappgang bundle
    Use when detecting project technology stack from files/configs/directory structure, auto-loading framework-specific skills, or analyzing multi-stack fullstack projects (e.g., React + Go).
    0
    installs