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

ai

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

skills collectés
53
Stars
7
mis à jour
2026-06-20
Forks
1
Couverture métier
7 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

bugbash
Analystes en assurance qualité des logiciels et testeurs

Use when the user wants to do a QA session or report multiple bugs — interactive session where bugs are reported conversationally and agents fix them in parallel

2026-06-20
agent-driven-development
Développeurs de logiciels

Use when executing implementation plans with independent tasks — orchestration pattern for worktree isolation, TDD discipline, and two-stage review. Referenced by execute-plan, fixit, and bugbash.

2026-06-20
fixit
Développeurs de logiciels

Use when the user reports a bug or issue that can be fixed without blocking their current work — backgrounds an agent in a worktree to fix and merge back without breaking stride

2026-06-20
ralph-review
Analystes en assurance qualité des logiciels et testeurs

Use after implementing changes in an OpenSpec project to review implementation against the active change's deltas — auto-fixes confident issues, parks questions for the user

2026-06-20
anutron-install
Développeurs de logiciels

Install the anutron (claude-skills) kit into the current project — symlinks or copies skills, registers hooks, compiles CLAUDE.md from snippets.

2026-06-01
anutron-uninstall
Développeurs de logiciels

Uninstall the anutron (claude-skills) kit from the current project — reverses everything /anutron-install did.

2026-06-01
bash-style
Développeurs de logiciels

Reference for bash patterns that trigger Claude Code permission guardrails (static-analysis flags that allowlist rules cannot silence). Load when about to run bash with `cd <repo> && git ...`, `$(...)`, backticks, heredocs, inline `python3 -c` / `node -e` / `ruby -e` / `perl -e`, multi-line shell logic with variables/conditionals, or before allowlisting a new script path. Also covers always-prompt verbs and the `git -C` known gap.

2026-06-01
debug
Développeurs de logiciels

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes — multi-agent competing hypotheses debugging

2026-06-01
handoff
Développeurs de logiciels

Generate a handoff prompt to pass context to another agent thread. Use when switching repos, handing off work, or sharing context between agents.

2026-06-01
improve
Développeurs de logiciels

Use at the end of a session to run a retrospective — upgrades skills, fixes codebase gaps, and captures durable knowledge

2026-06-01
kickoff
Développeurs de logiciels

Use when starting a brand new project from scratch -- runs discovery, picks a tech stack tier, then hands off to brainstorm and build. Guides non-technical and technical users alike.

2026-06-01
migrate-to-openspec
Développeurs de logiciels

Use when a project has legacy AI-RON specs (a `.specs` file or top-level `specs/*.md`) but no `openspec/` directory and the user wants spec work. Convert a legacy AI-RON spec project (`.specs` file + `specs/*.md`) to OpenSpec layout with verifiable fidelity. One-time per project. Translator + verifier agents preserve every Given/When/Then case as an OpenSpec scenario, archive originals at `.workflow/legacy-specs/`, and install the new pre-commit hook + CLAUDE.md snippets.

2026-06-01
plannotator-specs
Analystes en assurance qualité des logiciels et testeurs

Interactive spec review via Plannotator. Use after writing a spec document (design doc, SPEC file) to let the user review it with inline annotations before committing. Auto-detects the most recently written spec file.

2026-06-01
upload-notion-image
Développeurs de logiciels

Upload local images to Notion pages natively via the Notion API file upload flow. No external hosting needed — images live inside Notion. Use when embedding images in Notion pages.

2026-06-01
close-worktree
Développeurs de logiciels

Use when done working in a git worktree and ready to merge it back to the main branch — asks whether to merge or squash

2026-05-26
execute-plan
Développeurs de logiciels

Use when an OpenSpec change is approved and ready to implement — executes the change's tasks.md with agent-driven development, worktree isolation, TDD discipline, two-stage review, native Task dependencies for parallel execution, and `openspec archive` at the end.

2026-05-25
changelog
Développeurs de logiciels

Use when the user asks for a changelog, release notes, or summary of recent changes

2026-05-25
guard
Analystes en sécurité de l'information

Use before any git commit to check for secrets, security antipatterns, and test breakage

2026-05-25
merge
Développeurs de logiciels

Use when the user wants to merge the current branch to master — merges via GitHub PR

2026-05-25
pr
Développeurs de logiciels

Use when code is ready to ship — opens a PR, waits for CI to pass, fixes failures, addresses review comments, and loops until fully green

2026-05-25
rereview
Développeurs de logiciels

Use when a previous review missed something or the user wants a thorough second pass — re-review with fresh eyes, zero regressions, go slow and analyze everything

2026-05-25
save-w-specs
Développeurs de logiciels

Use when ready to commit completed work — saves progress and verifies that behavioral code changes are accompanied by deltas in an active OpenSpec change (but never derives specs from code)

2026-05-25
spec-audit
Développeurs de logiciels

Audit codebase spec coverage – inventory OpenSpec capabilities, map them to code, dispatch agents to find behavioral gaps. Use when the user wants to check spec health or find coverage holes.

2026-05-25
spec-recommender
Développeurs de logiciels

Use when code exists without spec coverage to detect gaps, infer intent, and recommend OpenSpec capabilities + requirements. Output points the user at `openspec instructions specs` to scaffold the right structure.

2026-05-25
spec-todo
Développeurs de logiciels

List, pick, and execute deferred work items from .workflow/todo/. Use when the user asks about backlog, deferred work, or what needs doing.

2026-05-25
spec-writer
Développeurs de logiciels

Use whenever writing or updating OpenSpec artifact text — thin orchestrator around `openspec instructions <artifact>`. Returns enriched templates plus project context per artifact (proposal, design, tasks, specs).

2026-05-25
test
Analystes en assurance qualité des logiciels et testeurs

Use after writing or modifying code to run targeted tests and identify coverage gaps, before claiming code works

2026-05-25
unstaged
Développeurs de logiciels

Use when the user wants to see what's changed or plan commits — shows uncommitted/unstaged changes grouped by logical commit themes

2026-05-25
write-skill
Développeurs de logiciels

Use when creating a new skill or improving an existing one — applies best practices for structure, dynamic context, and safety

2026-05-25
airon-excluded
Développeurs de logiciels

A personal skill matching the airon-* exclude pattern.

2026-05-23
brainstorm
Développeurs de logiciels

Explore ideas and design solutions collaboratively before building.

2026-05-23
bugbash
Analystes en assurance qualité des logiciels et testeurs

Interactive QA session for reporting and fixing bugs in parallel.

2026-05-23
guard
Analystes en sécurité de l'information

Pre-commit quality gate — checks for secrets and test failures.

2026-05-23
personal-only
Développeurs de logiciels

A personal skill that should not appear in non-full scopes.

2026-05-23
pr
Développeurs de logiciels

Open a PR, wait for CI, fix failures, address review, loop until green.

2026-05-23
untagged
Développeurs de logiciels

A skill with no tags field — only installable under scope=full.

2026-05-23
brainstorm
Développeurs de logiciels

You MUST use this before any creative work -- creating features, building components, adding functionality, or modifying behavior. Explores intent, designs the solution, scaffolds an OpenSpec change folder (proposal + design + delta specs + tasks), and hands off to execution.

2026-05-23
devils-advocate
Analystes en gestion

Use when the user wants to stress-test an idea, plan, or approach — challenges assumptions and finds weaknesses before committing

2026-05-23
doitright
Spécialistes en gestion de projets

Pick the long-term-correct option from the choices you just presented. Use when the user types /doitright in response to a multi-option recommendation, meaning "go with the proper long-term fix unless there's a real downside beyond effort."

2026-05-23
eli5
Rédacteurs techniques

Restate your prior response in plain, non-technical language and orient the user around the decision they need to make. Use when the user types /eli5 or asks to have something explained simply.

2026-05-23
Affichage des 40 principaux skills collectés sur 53 dans ce dépôt.