Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

claude-code

claude-code에는 MadAppGang에서 수집한 skills 129개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
129
Stars
280
업데이트
2026-02-15
Forks
32
직업 범위
직업 카테고리 20개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

worktree-lifecycle
소프트웨어 개발자

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.

2026-02-15
statusline-customization
소프트웨어 개발자웹 개발자

Configuration reference and troubleshooting for the statusline plugin — sections, themes, bar widths, and script architecture

2026-02-15
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.

2026-02-12
claudish-usage
컴퓨터 네트워크 아키텍트

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-02-12
claudish-usage
소프트웨어 개발자

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-02-12
ui-design-review
그래픽 디자이너

Prompting patterns and review templates for UI design analysis with Gemini multimodal capabilities. Use when conducting design reviews, accessibility audits, or design system validation.

2026-02-12
agent-coordination-discipline
컴퓨터 시스템 분석가

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.

2026-02-12
systematic-debugging
소프트웨어 개발자

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.

2026-02-12
claudish-usage
컴퓨터 시스템 분석가

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-02-12
agent-enforcement
소프트웨어 개발자

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.

2026-02-12
model-tracking-protocol
컴퓨터 시스템 분석가

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".

2026-02-12
multi-agent-coordination
컴퓨터·정보 시스템 관리자

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".

2026-02-12
multi-model-validation
소프트웨어 품질 보증 분석가·테스터

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".

2026-02-12
proxy-mode-reference
소프트웨어 개발자컴퓨터 네트워크 아키텍트

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.

2026-02-12
task-complexity-router
소프트웨어 개발자

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".

2026-02-12
task-external-models
소프트웨어 개발자

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".

2026-02-12
task-routing
컴퓨터 시스템 분석가

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".

2026-02-10
session-isolation
컴퓨터 시스템 분석가

Use when orchestrating workflows that generate multiple files (designs, reviews, reports) to prevent file collisions across concurrent or sequential sessions with unique session directories.

2026-02-09
phase-enforcement
소프트웨어 품질 보증 분석가·테스터

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.

2026-02-04
context-detection
소프트웨어 개발자

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).

2026-02-03
investigate
컴퓨터 사용자 지원 전문가

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.

2026-01-31
schemas
소프트웨어 개발자

YAML frontmatter schemas for Claude Code agents and commands. Use when creating or validating agent/command files.

2026-01-31
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.

2026-01-31
implement
소프트웨어 개발자

Execute tasks from track plan with TDD workflow and git commit integration

2026-01-31
new-track
소프트웨어 개발자

Create development track with spec and hierarchical plan through interactive Q&A

2026-01-31
revert
네트워크·컴퓨터 시스템 관리자

Git-aware logical undo at track, phase, or task level with confirmation gates

2026-01-31
setup
소프트웨어 개발자

Initialize Conductor with product.md, tech-stack.md, and workflow.md

2026-01-31
status
컴퓨터 시스템 분석가

Show active tracks, progress, current tasks, and blockers

2026-01-31
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

Use when claiming task completion or marking items as done. Covers completion evidence requirements, verification methods, and anti-rationalization patterns.

2026-01-31
react-typescript
소프트웨어 개발자

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.

2026-01-31
tanstack-query
소프트웨어 개발자

Comprehensive TanStack Query v5 patterns for async state management. Covers breaking changes, query key factories, data transformation, mutations, optimistic updates, authentication, testing with MSW, and anti-patterns. Use for all server state management, data fetching, and cache invalidation tasks.

2026-01-31
brainstorming
총괄·운영 관리자

Collaborative ideation and planning with resilient multi-model exploration, consensus scoring, and adaptive confidence-based validation

2026-01-31
api-integration
웹 개발자

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.

2026-01-31
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.

2026-01-31
tanstack-query
소프트웨어 개발자

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.

2026-01-31
ui-implementer
그래픽 디자이너

Implements UI components from scratch based on design references (Figma, screenshots, mockups) with intelligent validation and adaptive agent switching. Use when user provides a design and wants pixel-perfect UI implementation with design fidelity validation. Triggers automatically when user mentions Figma links, design screenshots, or wants to implement UI from designs.

2026-01-31
batching-patterns
소프트웨어 개발자

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".

2026-01-31
hierarchical-coordinator
컴퓨터 시스템 분석가

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".

2026-01-31
task-orchestration
컴퓨터·정보 시스템 관리자

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".

2026-01-31
bad-skill
소프트웨어 개발자

This skill has invalid YAML in frontmatter

2026-01-29
이 저장소에서 수집된 skills 129개 중 상위 40개를 표시합니다.