Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

craft

craft contient 11 skills collectées depuis agentpatterns, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
5
mis à jour
2026-03-09
Forks
1
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

craft
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs

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
Analystes des systèmes informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-07
refactor
Développeurs de logiciels

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
Développeurs de logiciels

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