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

craft

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

수집된 skills
11
Stars
5
업데이트
2026-03-09
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

craft
소프트웨어 개발자

Implement phase of RPI methodology. Executes a task-graph-driven implementation using isolated agents with strict RED/GREEN/VALIDATE gate enforcement. Use when executing an implementation plan from the draft skill.

2026-03-09
draft
소프트웨어 개발자

Draft phase of RPI methodology. Consumes research artifact or topic and produces compact implementation plan with test specs and Agent Context blocks. Activates naturally inside plan mode for non-trivial work, or invoke explicitly with /draft. Use after research or to start planning a non-trivial feature.

2026-03-09
reflect
소프트웨어 개발자

Post-session skill to reflect on what was built and produce improvement proposals. Reads recent git history, artifacts, and context files to extract learnings for skills, CLAUDE.md, hooks, and plan templates. Use after any substantive session as a post-mortem or retrospective.

2026-03-09
research
소프트웨어 개발자

Research phase of RPI methodology. Spawns parallel subagents for codebase exploration AND web/pattern research, then synthesizes findings for user review. Produces a temporary research artifact at .crafter/scratch/ and transitions into plan mode. Use before implementing non-trivial features to understand what already exists.

2026-03-09
tdd
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터

Boundary-focused TDD workflow enforcing L3/L4 altitude testing, property-based tests, and red-green-refactor phase separation. Use when starting a new module or feature with test-first discipline.

2026-03-07
adr
컴퓨터 시스템 분석가

Guides writing minimal Architecture Decision Records (ADRs). Use when recording architectural decisions, documenting design choices, capturing technical decisions with context and alternatives, or when user mentions ADR, architecture decision, or decision record.

2026-03-07
diagram
소프트웨어 개발자

Creates architecture diagrams using LikeC4 (structural C4, dynamic flows) or Mermaid (data flow diagrams). Use when creating C4 diagrams, architecture diagrams, sequence diagrams, data flow diagrams, or any system visualization.

2026-03-07
hexagonal-architecture
소프트웨어 개발자

Architectural guidance for hexagonal (ports and adapters) patterns. Does not generate files — use scaffold for project generation. Use when designing application structure, separating domain from infrastructure, creating testable boundaries, or when user mentions ports, adapters, hexagonal, or clean architecture.

2026-03-07
pair
소프트웨어 개발자

Guided pair-programming mode where Claude teaches rather than writes code, ensuring engineers learn while building.

2026-03-07
refactor
소프트웨어 개발자

Refactoring process with test safety. Invoke immediately when user or document mentions refactoring, or proactively when code gets too complex or messy.

2026-03-07
scaffold
소프트웨어 개발자

Scaffold a DDD project from Gherkin feature files. Supports TypeScript via subtype dispatch (extensible to other languages). Use when scaffolding projects, creating domain-driven design structures, or generating project boilerplate from acceptance tests.

2026-03-07