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

syntaxninja-dojo

syntaxninja-dojo contient 21 skills collectées depuis thesyntaxninja, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
21
Stars
2
mis à jour
2026-03-04
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

prd-generator
Développeurs de logiciels

Use when a structured PRD document is needed for the ralph loop — generates prd.json and progress.txt

2026-03-04
ralph-loop
Développeurs de logiciels

Use when task scope exceeds one context window and decomposes into independent pass/fail stories with clean iteration boundaries

2026-03-04
finishing-a-development-branch
Développeurs de logiciels

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work — merge, PR, or cleanup

2026-03-04
using-git-worktrees
Développeurs de logiciels

Use when starting feature work that needs isolation from the current workspace or before executing plans that could leave the branch in a broken state

2026-03-04
compound-docs
Développeurs de logiciels

Use when a hard problem was just solved and the solution should be captured as a learning for future reference

2026-03-04
propose-skill-update
Spécialistes en gestion de projets

Use when 3+ distinct occurrences suggest a skill should be updated with a new trigger, anti-pattern, or verification step

2026-03-04
writing-skills
Développeurs de logiciels

Use when creating a new skill or pattern for the dojo — guides the SKILL.md and PATTERN.md format, CSO lint rules, and index registration

2026-03-04
receiving-code-review
Analystes en assurance qualité des logiciels et testeurs

Use when receiving code review feedback — requires technical verification of each suggestion before implementing, not blind agreement

2026-03-04
requesting-code-review
Analystes en assurance qualité des logiciels et testeurs

Use when implementation is complete and a comprehensive code review is needed — dispatches parallel review agents and merges findings

2026-03-04
story-decomposition
Spécialistes en gestion de projets

Use when a large task needs to be broken into independent, verifiable stories with pass/fail acceptance criteria

2026-03-04
brainstorming
Spécialistes en gestion de projets

Use when requirements are unclear, ambiguous, or have multiple valid interpretations — before planning or implementing

2026-03-04
dispatching-parallel-agents
Développeurs de logiciels

Use when facing 2+ independent tasks that can be researched or implemented by agents without shared state or sequential dependencies

2026-03-04
executing-plans
Développeurs de logiciels

Use when an approved plan exists and implementation should begin — executes steps sequentially with verification checkpoints

2026-03-04
subagent-driven-development
Spécialistes en gestion de projets

Use when executing an implementation plan with independent tasks that can be delegated to subagents within the current session

2026-03-04
test-driven-development
Analystes en assurance qualité des logiciels et testeurs

Use when implementing any feature or bugfix where tests can be written first — write the test, see it fail, make it pass, refactor

2026-03-04
writing-plans
Spécialistes en gestion de projets

Use when a task requires multiple steps and benefits from a structured plan before implementation begins

2026-03-04
dojo-charter
Développeurs de logiciels

Use when starting any session — establishes how to find and use skills, requiring Skill tool invocation before ANY response

2026-03-04
scope-control
Développeurs de logiciels

Use when any task is received — silently enforces smallest viable change set and proposes decomposition for large tasks

2026-03-04
self-review
Analystes en assurance qualité des logiciels et testeurs

Use when implementation is complete and verification has passed — dispatches the sensei agent for fresh-context quality review

2026-03-04
systematic-debugging
Développeurs de logiciels

Use when encountering any bug, test failure, unexpected behavior, or error message — before proposing any fix

2026-03-04
verification-before-completion
Analystes en assurance qualité des logiciels et testeurs

Use when about to claim work is complete, fixed, or passing — requires running verification commands and confirming output before making any success claims

2026-03-04