← all publishers

MadAppGang

@madappgang source repo

160 published skills · page 2 of 2

  1. 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".
    1
    install
  2. 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.
    1
    install
  3. Analytics Interpretation · madappgang
    Interpret GA4 and GSC data with benchmarks, status indicators, and actionable insights
    1
    install
  4. Data Extraction Patterns · madappgang
    Common patterns for extracting analytics data from GA4 and GSC with API handling
    1
    install
  5. Tag Command Mapping · madappgang
    How tag-to-command routing works in autopilot. Defines default mappings, precedence rules, and customization patterns.
    1
    install
  6. Debugging Strategies · madappgang
    Use when troubleshooting bugs, analyzing stack traces, using debugging tools (breakpoints, loggers), or applying systematic debugging methodology across any technology stack.
    1
    install
  7. 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".
    1
    install
  8. 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.
    1
    install
  9. 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.
    1
    install
  10. 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".
    1
    install
  11. Style Format · madappgang
    Style template format specification. Single markdown files that describe artistic direction.
    1
    install
  12. 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.
    1
    install
  13. 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.
    1
    install
  14. 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.
    1
    install
  15. 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.
    1
    install
  16. 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.
    1
    install
  17. 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".
    1
    install
  18. 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.
    1
    install
  19. Auth Patterns · madappgang
    Use when implementing authentication (JWT, sessions, OAuth), authorization (RBAC, ABAC), password hashing, MFA, or security best practices for backend services.
    1
    install
  20. 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.
    1
    install
  21. 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".
    1
    install
  22. Error Handling · madappgang
    Use when implementing custom error classes, error middleware, structured logging, retry logic, or graceful shutdown patterns in backend applications.
    1
    install
  23. 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.
    1
    install
  24. Brainstorming · madappgang
    Collaborative ideation and planning with resilient multi-model exploration, consensus scoring, and adaptive confidence-based validation
    1
    install
  25. Campaign Metrics · madappgang
    Cold email campaign KPIs, benchmarks, and diagnostic patterns
    1
    install
  26. 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".
    1
    install
  27. 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".
    1
    install
  28. 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.
    1
    install
  29. Help · madappgang
    Get help with Conductor - commands, usage examples, and best practices
    1
    install
  30. Setup · madappgang
    Setup
    1
    install
  31. 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.
    1
    install
  32. Schemas · madappgang
    YAML frontmatter schemas for Claude Code agents and commands. Use when creating or validating agent/command files.
    1
    install
  33. Revert · madappgang
    Git-aware logical undo at track, phase, or task level with confirmation gates
    1
    install
  34. Status · madappgang
    Show active tracks, progress, current tasks, and blockers
    1
    install
  35. 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.
    1
    install
  36. 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".
    1
    install
  37. 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.
    1
    install
  38. 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.
    1
    install
  39. 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.
    1
    install
  40. 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".
    1
    install
  41. Content Brief · madappgang
    Content brief template and creation methodology for SEO-optimized content. Use when preparing briefs for writers or planning new content pieces.
    1
    install
  42. Link Strategy · madappgang
    Internal linking strategy and anchor text optimization patterns. Use when planning internal links or optimizing site structure.
    1
    install
  43. Schema Markup · madappgang
    Schema.org markup implementation patterns for rich results. Use when adding structured data to content for enhanced SERP appearances.
    1
    install
  44. Serp Analysis · madappgang
    SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.
    1
    install
  45. 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.
    1
    install
  46. 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.
    1
    install
  47. 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.
    1
    install
  48. Implement · madappgang
    Execute tasks from track plan with TDD workflow and git commit integration
    1
    install
  49. New Track · madappgang
    Create development track with spec and hierarchical plan through interactive Q&A
    1
    install
  50. 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.
    1
    install
  51. 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).
    1
    install
  52. UI Analyse · madappgang
    UI visual analysis patterns using Gemini 3 Pro Preview multimodal capabilities. Analysis-only - no code changes. Use dev:ui-implement for applying improvements. Includes provider detection, prompting patterns, and severity guidelines.
    1
    install
  53. Gemini API · madappgang
    Google Gemini 3 Pro Image API reference. Covers text-to-image, editing, reference images, aspect ratios, and error handling.
    1
    install
  54. Content Optimizer · madappgang
    On-page SEO optimization techniques including keyword density, meta tags, heading structure, and readability. Use when optimizing existing content or validating new content against SEO requirements.
    1
    install
  55. XML Standards · madappgang
    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.
    1
    install
  56. API Design · madappgang
    Use when designing REST or GraphQL APIs, defining endpoints, implementing pagination/filtering, handling API versioning, or establishing API documentation with OpenAPI/Swagger.
    1
    install
  57. Tooling Setup · madappgang
    Use when setting up new projects or updating tool configurations. Configures Vite, TypeScript, Biome, and Vitest for React 19 projects. Covers build configuration, strict TypeScript setup, linting/formatting, and testing infrastructure.
    1
    install
  58. Proof Of Work · madappgang
    Proof artifact generation patterns for task validation. Covers screenshots, test results, deployments, and confidence scoring.
    1
    install
  59. State Machine · madappgang
    Task lifecycle state transitions with validation gates. Defines states, triggers, and required proofs.
    1
    install
  60. UI Implement · madappgang
    Patterns for implementing UI improvements based on design analysis. Works with review documents from dev:ui-analyse or /dev:ui command. Includes Anti-AI design rules and visual verification.
    1
    install