MadAppGang
- 160 skills
- 0 followers
- 1 day ago last updated
- ▌ Batching Patterns · madappgangBatch 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".
- ▌ Session Isolation · madappgangUse when orchestrating workflows that generate multiple files (designs, reviews, reports) to prevent file collisions across concurrent or sequential sessions with unique session directories.
- ▌ Analytics Interpretation · madappgangInterpret GA4 and GSC data with benchmarks, status indicators, and actionable insights
- ▌ Data Extraction Patterns · madappgangCommon patterns for extracting analytics data from GA4 and GSC with API handling
- ▌ Tag Command Mapping · madappgangHow tag-to-command routing works in autopilot. Defines default mappings, precedence rules, and customization patterns.
- ▌ Debugging Strategies · madappgangUse when troubleshooting bugs, analyzing stack traces, using debugging tools (breakpoints, loggers), or applying systematic debugging methodology across any technology stack.
- ▌ Plugin Sdk Patterns · madappgangUnified 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".
- ▌ React Patterns · madappgangUse 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.
- ▌ Tanstack Query · madappgangUse 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.
- ▌ Hooks System · madappgangComprehensive 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".
- ▌ Style Format · madappgangStyle template format specification. Single markdown files that describe artistic direction.
- ▌ Bunjs Apidog · madappgangUse 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.
- ▌ CSS Modules · madappgangCSS 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.
- ▌ Tailwindcss · madappgangTailwindCSS 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.
- ▌ API Integration · madappgangUse 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.
- ▌ Core Principles · madappgangUse 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.
- ▌ Quality Gates · madappgangImplement 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".
- ▌ Investigate · madappgangUnified entry point for code investigation. Auto-routes to specialized detective based on query keywords. Use when investigation type is unclear or for general exploration.
- ▌ Auth Patterns · madappgangUse when implementing authentication (JWT, sessions, OAuth), authorization (RBAC, ABAC), password hashing, MFA, or security best practices for backend services.
- ▌ Ffmpeg Core · madappgangFFmpeg 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.
- ▌ YAML Agent Format · madappgangYAML 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".
- ▌ Error Handling · madappgangUse when implementing custom error classes, error middleware, structured logging, retry logic, or graceful shutdown patterns in backend applications.
- ▌ UI Style Format · madappgangUI 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.
- ▌ Brainstorming · madappgangCollaborative ideation and planning with resilient multi-model exploration, consensus scoring, and adaptive confidence-based validation
- ▌
- ▌ Audit · madappgangOn-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".
- ▌ Optimize · madappgangOn-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".
- ▌ Claudish Usage · madappgangCRITICAL - 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.
- ▌
- ▌
- ▌ Phase Enforcement · madappgangEvidence-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.
- ▌ Schemas · madappgangYAML frontmatter schemas for Claude Code agents and commands. Use when creating or validating agent/command files.
- ▌
- ▌
- ▌ Rust · madappgangUse when building Axum applications, implementing type-safe handlers, working with SQLx, setting up error handling with thiserror, or writing Rust backend services.
- ▌ Task Routing · madappgangUse 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".
- ▌ Patterns · madappgangCommon 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.
- ▌ Bunjs · madappgangUse 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.
- ▌ Dingo · madappgangUse when working with Dingo meta-language for Go, implementing optionals/results, using generics shortcuts, or transpiling .dingo files to .go while maintaining Go compatibility.
- ▌ Test Coverage · madappgangOn-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".
- ▌ Content Brief · madappgangContent brief template and creation methodology for SEO-optimized content. Use when preparing briefs for writers or planning new content pieces.
- ▌ Link Strategy · madappgangInternal linking strategy and anchor text optimization patterns. Use when planning internal links or optimizing site structure.
- ▌ Schema Markup · madappgangSchema.org markup implementation patterns for rich results. Use when adding structured data to content for enhanced SERP appearances.
- ▌ Serp Analysis · madappgangSERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.
- ▌ Golang · madappgangUse when building Go backend services, implementing goroutines/channels, handling errors idiomatically, writing tests with testify, or following Go best practices for APIs/CLI tools.
- ▌ Python · madappgangUse when building FastAPI applications, implementing async endpoints, setting up Pydantic schemas, working with SQLAlchemy, or writing pytest tests for Python backend services.
- ▌ Shadcn UI · madappgangUse when implementing UI components with shadcn/ui. Covers component installation, configuration with Vite/TanStack Router, CLI commands, and integration with Tailwind CSS.
- ▌
- ▌ New Track · madappgangCreate development track with spec and hierarchical plan through interactive Q&A
- ▌ Technical Audit · madappgangTechnical SEO audit methodology including crawlability, indexability, and Core Web Vitals analysis. Use when auditing pages or sites for technical SEO issues.
- ▌ Context Detection · madappgang bundleUse 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).
- ▌ UI Analyse · madappgangUI 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.
- ▌ Gemini API · madappgangGoogle Gemini 3 Pro Image API reference. Covers text-to-image, editing, reference images, aspect ratios, and error handling.
- ▌ Content Optimizer · madappgangOn-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.
- ▌ XML Standards · madappgangXML tag structure patterns for Claude Code agents and commands. Use when designing or implementing agents to ensure proper XML structure following Anthropic best practices.
- ▌ API Design · madappgangUse when designing REST or GraphQL APIs, defining endpoints, implementing pagination/filtering, handling API versioning, or establishing API documentation with OpenAPI/Swagger.
- ▌ Tooling Setup · madappgangUse 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.
- ▌ Proof Of Work · madappgangProof artifact generation patterns for task validation. Covers screenshots, test results, deployments, and confidence scoring.
- ▌ State Machine · madappgangTask lifecycle state transitions with validation gates. Defines states, triggers, and required proofs.
- ▌ UI Implement · madappgangPatterns 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.