Skip to main content
Dépôt GitHub

primer

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

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

Skills dans ce dépôt

mao-plan
Développeurs de logiciels

Decomposes complex tasks into a DAG of atomic subtasks with model routing and dependency mapping. Use when the user wants to plan a multi-file feature, refactor, or system build without executing it yet. Triggers on "plan", "break down", "decompose", "task graph", or when the user wants to understand the work before committing to execution.

2026-03-16
mao-review
Analystes en assurance qualité des logiciels et testeurs

Performs structured code review across five dimensions: maintainability, security, performance, design, and completeness. Fixes issues before presenting code to the user — the review loop runs automatically, making every output a second draft, not a first. Triggers on "review", "code review", "check my code", or automatically after implementation tasks complete.

2026-03-16
mao-tdd
Développeurs de logiciels

Enforces strict test-driven development via a RED-GREEN-REFACTOR state machine with a context whiteboard and deterministic validation gates. Use before writing any implementation code — write the failing test first, watch it fail, then implement. Triggers on "implement", "build", "fix", "add feature", or any task that produces code changes. Also use when the user says "test first", "TDD", or "red green refactor".

2026-03-16
mao-worktree
Développeurs de logiciels

Sets up and manages isolated git worktrees for parallel agent work. Use when you need to run multiple agents on independent tasks simultaneously, or when any work benefits from branch isolation. Triggers on "worktree", "parallel", "isolate", or when dispatching concurrent agents.

2026-03-16
multi-agent-orchestrator
Développeurs de logiciels

Orchestrates multi-agent workflows with intelligent model tiering (Opus/Sonnet/Haiku), git worktrees for parallelism, DAG-based task scheduling, and self-correction loops. Use this skill whenever the user asks to implement a complex feature, build a system, refactor a large codebase, or any task that benefits from decomposition into parallel subtasks. Also trigger when the user mentions "multi-agent", "orchestrate", "parallelize", "decompose", "plan and execute", or wants to optimize Claude Code usage costs. Even if the user just says "implement X" where X is clearly multi-file or multi-concern, use this skill to decompose and coordinate efficiently.

2026-03-16
mao-pentest
Analystes en sécurité de l'information

Autonomous penetration testing via Shannon — a white-box security testing framework that executes real attacks and reports only confirmed exploits. Pairs with mao-security (static analysis) to provide full security coverage: static review on every PR, dynamic pentest before major releases. Requires Docker and Shannon installed: npx skills add unicodeveloper/shannon

2026-03-16