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

claude-kit

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

수집된 skills
9
Stars
45
업데이트
2026-07-17
Forks
2
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

design-rules
소프트웨어 개발자

Design phase rules for /designer command. Load at /designer startup (step 0). Covers spec quality, design checklist, approach evaluation criteria.

2026-07-17
planner-rules
소프트웨어 개발자

Task analysis and planning rules for /planner command. Load at /planner startup (step 0) or when /workflow enters Phase 1. Covers: task classification (7 types), S/M/L/XL complexity routing, code-researcher delegation (L/XL), plan documentation with full code examples.

2026-07-17
workflow-protocols
소프트웨어 개발자

Orchestration protocols for /workflow pipeline. Load at /workflow startup (step 0.1), then load individual protocols on-demand per event triggers. Covers: handoff contracts (4 phase-to-phase contracts + narrative casting), checkpoint format (session recovery), re-routing (complexity mismatch), pipeline metrics (completion tracking).

2026-07-17
caveman
소프트웨어 개발자

Project-local terse-output mode for /workflow pipeline. Cuts Messages token cost via concise prose. Loaded only at SessionStart by .claude/scripts/caveman-activate.sh — not auto-invoked on user prompts.

2026-07-17
code-review-rules
소프트웨어 품질 보증 분석가·테스터

Review standards for code-reviewer agent. Loaded by explicit Read in the code-reviewer STARTUP step (disable-model-invocation blocks subagent preload). Covers: severity classification (BLOCKER/MAJOR/MINOR/NIT), decision matrix (APPROVED/APPROVED_WITH_COMMENTS/CHANGES_REQUESTED), auto-escalation rules, grep search patterns for automated checks.

2026-06-14
coder-rules
소프트웨어 개발자

Implementation rules and patterns for /coder command. Load at /coder startup (step 0) or when /workflow enters Phase 3. Covers: 5 CRITICAL rules (plan-only, import matrix, clean domain, no log+return, tests pass), evaluate protocol (PROCEED/REVISE/RETURN), dependency-ordered implementation.

2026-06-14
plan-review-rules
소프트웨어 품질 보증 분석가·테스터

Review standards for plan-reviewer agent. Loaded by explicit Read in the plan-reviewer STARTUP step (disable-model-invocation blocks subagent preload). Covers: architecture compliance (import matrix, domain purity), required plan sections validation, severity classification (BLOCKER/MAJOR/MINOR/NIT), decision matrix (APPROVED/NEEDS_CHANGES/REJECTED).

2026-06-14
tdd-rules
소프트웨어 품질 보증 분석가·테스터

Test-Driven Development workflow for any language. Enforces Red-Green-Refactor cycle (failing test first, minimal implementation, then refactor). Loaded UNCONDITIONALLY by /coder at startup — TDD is the default Phase 2 cycle, no plan-level opt-in required. Per-language test idioms live in tdd-shapes/<LANGUAGE>.md (resolved from PROJECT-KNOWLEDGE.md → LANGUAGE; falls back to tdd-shapes/_default.md).

2026-04-28
systematic-debugging
소프트웨어 개발자

Systematic 4-phase debugging process with Iron Law: Root Cause Investigation → Pattern Analysis → Hypothesis & Testing → Implementation. Use when encountering any bug, test failure, unexpected behavior, or build failure — BEFORE proposing fixes. Auto-trigger: load when /coder VERIFY fails 3x consecutively. Keywords: bug, test failing, stuck, not working, can't fix, root cause, 3x fail, test loop, flaky test, unexpected behavior, debugging, investigate. Do NOT use for pre-implementation planning (that is /planner territory).

2026-04-27