Browse Skills

44358 skills found

claudish-usage.md
193
1 export claudish-usage
2 MadAppGang from "MadAppGang/claude-code"
3 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.
2026-01-09
tooling-setup.md
193
1 export tooling-setup
2 MadAppGang from "MadAppGang/claude-code"
3 Configure Vite, TypeScript, Biome, and Vitest for React 19 projects. Covers build configuration, strict TypeScript setup, linting/formatting, and testing infrastructure. Use when setting up new projects or updating tool configurations.
2026-01-09
xml-standards.md
193
1 export xml-standards
2 MadAppGang from "MadAppGang/claude-code"
3 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.
2026-01-09
debugger-detective.md
193
1 export debugger-detective
2 MadAppGang from "MadAppGang/claude-code"
3 ⚡ PRIMARY TOOL for: 'why is X broken', 'find bug source', 'root cause analysis', 'trace error', 'debug issue', 'find where X fails'. Uses claudemem v0.3.0 AST with context command for call chain analysis. GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-09
quality-gates.md
193
1 export quality-gates
2 MadAppGang from "MadAppGang/claude-code"
3 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".
2026-01-09
architect-detective.md
193
1 export architect-detective
2 MadAppGang from "MadAppGang/claude-code"
3 ⚡ PRIMARY TOOL for: 'what's the architecture', 'system design', 'how are layers organized', 'find design patterns', 'audit structure', 'map dependencies'. Uses claudemem v0.3.0 AST structural analysis with PageRank. GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-09
router-query-integration.md
193
1 export router-query-integration
2 MadAppGang from "MadAppGang/claude-code"
3 Integrate TanStack Router with TanStack Query for optimal data fetching. Covers route loaders with query prefetching, ensuring instant navigation, and eliminating request waterfalls. Use when setting up route loaders or optimizing navigation performance.
2026-01-09
deep-analysis.md
193
1 export deep-analysis
2 MadAppGang from "MadAppGang/claude-code"
3 ⚡ 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.
2026-01-09
todowrite-orchestration.md
193
1 export todowrite-orchestration
2 MadAppGang from "MadAppGang/claude-code"
3 Track progress in multi-phase workflows with TodoWrite. 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", "todo", "tracking", "status".
2026-01-09
tanstack-router.md
193
1 export tanstack-router
2 MadAppGang from "MadAppGang/claude-code"
3 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.
2026-01-09
cross-plugin-detective.md
193
1 export cross-plugin-detective
2 MadAppGang from "MadAppGang/claude-code"
3 Integration guide for using detective skills across plugins. Maps agent roles from frontend, bun, and other plugins to appropriate detective skills. Developer agents should use developer-detective, architect agents should use architect-detective, etc.
2026-01-09
schemas.md
193
1 export schemas
2 MadAppGang from "MadAppGang/claude-code"
3 YAML frontmatter schemas for Claude Code agents and commands. Use when creating or validating agent/command files.
2026-01-09
claudemem-orchestration.md
193
1 export claudemem-orchestration
2 MadAppGang from "MadAppGang/claude-code"
3 Multi-agent code analysis orchestration using claudemem. Share claudemem output across parallel agents. Enables parallel investigation, consensus analysis, and role-based command mapping.
2026-01-09
error-recovery.md
193
1 export error-recovery
2 MadAppGang from "MadAppGang/claude-code"
3 Handle errors, timeouts, and failures in multi-agent workflows. Use when dealing with external model timeouts, API failures, partial success, user cancellation, or graceful degradation. Trigger keywords - "error", "failure", "timeout", "retry", "fallback", "cancelled", "graceful degradation", "recovery", "partial success".
2026-01-09
keyword-cluster-builder.md
193
1 export keyword-cluster-builder
2 MadAppGang from "MadAppGang/claude-code"
3 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.
2026-01-09
slack-memory-store.md
193
1 export slack-memory-store
2 krafton-ai from "krafton-ai/KIRA"
3 Comprehensive memory storage system for AI employees in IT companies who communicate via Slack. Automatically classifies and stores diverse information types (Slack messages, Confluence docs, emails, meetings, projects, decisions, feedback) in an organized folder structure with efficient indexing and retrieval. Use when managing or searching employee memory, storing conversations, documenting decisions, tracking projects, or organizing any work-related information.
2026-01-09
serp-analysis.md
193
1 export serp-analysis
2 MadAppGang from "MadAppGang/claude-code"
3 SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.
2026-01-09
code-search-selector.md
193
1 export code-search-selector
2 MadAppGang from "MadAppGang/claude-code"
3 ⚡ AUTO-INVOKE when user asks: 'audit', 'investigate', 'how does X work', 'find all', 'where is', 'trace', 'understand', 'map the codebase', 'comprehensive'. MUST run BEFORE Read/Glob when planning to read 3+ files. Prevents tool familiarity bias toward native tools.
2026-01-09
api-spec-analyzer.md
193
1 export api-spec-analyzer
2 MadAppGang from "MadAppGang/claude-code"
3 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.
2026-01-09
browser-debugger.md
193
1 export browser-debugger
2 MadAppGang from "MadAppGang/claude-code"
3 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.
2026-01-09
openrouter-trending-models.md
193
1 export openrouter-trending-models
2 MadAppGang from "MadAppGang/claude-code"
3 Fetch trending programming models from OpenRouter rankings. Use when selecting models for multi-model review, updating model recommendations, or researching current AI coding trends. Provides model IDs, context windows, pricing, and usage statistics from the most recent week.
2026-01-09
link-strategy.md
193
1 export link-strategy
2 MadAppGang from "MadAppGang/claude-code"
3 Internal linking strategy and anchor text optimization patterns. Use when planning internal links or optimizing site structure.
2026-01-09
slack-memory-retrieval.md
193
1 export slack-memory-retrieval
2 krafton-ai from "krafton-ai/KIRA"
3 Retrieve and utilize stored memories for AI employees in Slack environments. Efficiently searches and loads relevant context (channels, users, projects, decisions, meetings) from organized memory storage to inform responses. Use this when answering questions that require historical context, user preferences, project status, or any previously stored information. Works with slack-memory-store storage system.
2026-01-09
proxy-mode-reference.md
193
1 export proxy-mode-reference
2 MadAppGang from "MadAppGang/claude-code"
3 Reference guide for using PROXY_MODE with external AI models. Use when running multi-model reviews, understanding which agents support PROXY_MODE, or debugging external model integration issues. Includes routing prefixes for MiniMax, Kimi, GLM direct APIs.
2026-01-09