Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
performance-security
Use when optimizing performance or reviewing security. Covers code-splitting, React Compiler patterns, asset optimization, a11y testing, and security hardening for React apps.
MadAppGang/claude-code 248
-
react-patterns
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.
MadAppGang/claude-code 248
-
tooling-setup
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.
MadAppGang/claude-code 248
-
dependency-check
Check for required dependencies (Chrome DevTools MCP, OpenRouter API) before running commands that need them. Use at the start of /implement, /review, /validate-ui commands to provide helpful setup guidance.
MadAppGang/claude-code 248
-
browser-debugger
Systematically tests UI functionality, validates design fidelity with AI visual analysis, monitors console output, tracks network requests, and provides debugging reports using Chrome DevTools MCP. 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.
MadAppGang/claude-code 248
-
tanstack-router
Use when setting up routes, implementing navigation, or configuring route loaders. TanStack Router patterns for type-safe, file-based routing. Covers installation, route configuration, typed params/search, layouts, and navigation.
MadAppGang/claude-code 248
-
router-query-integration
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.
MadAppGang/claude-code 248
-
api-spec-analyzer
Analyzes API documentation from OpenAPI specs to provide TypeScript interfaces, request/response formats, and implementation guidance. Use when implementing API integrations, debugging API errors (400, 401, 404), replacing mock APIs, verifying data types, or when user mentions endpoints, API calls, or backend integration.
MadAppGang/claude-code 248
-
statusline-customization
Configuration reference and troubleshooting for the statusline plugin — sections, themes, bar widths, and script architecture
MadAppGang/claude-code 248
-
gemini-api
Google Gemini 3 Pro Image API reference. Covers text-to-image, editing, reference images, aspect ratios, and error handling.
MadAppGang/claude-code 248
-
style-format
Style template format specification. Single markdown files that describe artistic direction.
MadAppGang/claude-code 248
-
state-machine
Task lifecycle state transitions with validation gates. Defines states, triggers, and required proofs.
MadAppGang/claude-code 248
-
proof-of-work
Proof artifact generation patterns for task validation. Covers screenshots, test results, deployments, and confidence scoring.
MadAppGang/claude-code 248
-
tag-command-mapping
How tag-to-command routing works in autopilot. Defines default mappings, precedence rules, and customization patterns.
MadAppGang/claude-code 248
-
linear-integration
Linear API patterns and examples for autopilot. Includes authentication, webhooks, issue CRUD, state transitions, file attachments, and comment handling.
MadAppGang/claude-code 248
-
yaml-agent-format
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".
MadAppGang/claude-code 248
-
debug-mode
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.
MadAppGang/claude-code 248
-
patterns
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.
MadAppGang/claude-code 248
-
xml-standards
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.
MadAppGang/claude-code 248
-
schemas
YAML frontmatter schemas for Claude Code agents and commands. Use when creating or validating agent/command files.
MadAppGang/claude-code 248
-
implement
Execute tasks from track plan with TDD workflow and git commit integration
MadAppGang/claude-code 248
-
revert
Git-aware logical undo at track, phase, or task level with confirmation gates
MadAppGang/claude-code 248
-
help
Get help with Conductor - commands, usage examples, and best practices
MadAppGang/claude-code 248
-
status
Show active tracks, progress, current tasks, and blockers
MadAppGang/claude-code 248