Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

ai

ai contiene 53 skills recopiladas de anutron, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
53
Stars
7
actualizado
2026-06-20
Forks
1
Cobertura ocupacional
7 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

bugbash
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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

2026-06-01
bash-style
Desarrolladores de software

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
Desarrolladores de software

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

2026-06-01
handoff
Desarrolladores de software

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
Desarrolladores de software

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

2026-06-01
kickoff
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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

2026-05-25
guard
Analistas de seguridad de la información

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

2026-05-25
merge
Desarrolladores de software

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

2026-05-25
pr
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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

2026-05-25
unstaged
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

A personal skill matching the airon-* exclude pattern.

2026-05-23
brainstorm
Desarrolladores de software

Explore ideas and design solutions collaboratively before building.

2026-05-23
bugbash
Analistas de garantía de calidad de software y probadores

Interactive QA session for reporting and fixing bugs in parallel.

2026-05-23
guard
Analistas de seguridad de la información

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

2026-05-23
personal-only
Desarrolladores de software

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

2026-05-23
pr
Desarrolladores de software

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

2026-05-23
untagged
Desarrolladores de software

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

2026-05-23
brainstorm
Desarrolladores de software

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
Analistas de gestión

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

2026-05-23
doitright
Especialistas en gestión de proyectos

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
Redactores técnicos

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
Mostrando las 40 principales de 53 skills recopiladas en este repositorio.