con un clic
agents
agents contiene 47 skills recopiladas de nirecom, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Conduct a decision-tree interview with the user to lock in requirements, motivation, scope, and non-goals before planning.
Stage 3 of three-stage planning pipeline. Produce a file-level implementation plan via detail-planner/detail-reviewer loop, then get user approval. Inputs are confirmed intent (<session-id>-intent.md) and outline (<session-id>-outline.md) from prior stages.
Edit source code for the current task. Delegates editing and lint/typecheck/self-repair to a subagent.
Plan and write test cases with high reasoning effort. Test iteration runs in a subagent to minimize confirmations.
Explore the codebase to understand existing patterns, constraints, and relevant files before planning.
Investigate git history, docs/history.md, and GitHub issue/PR timeline since the relevant issue opened, to surface changes that may invalidate the issue's premises.
Orchestrate session close — Phase 2 issue close + Final Report. Replaces CLAUDE.md WF-CODE-12. Handles both ENFORCE_WORKTREE on (worktree path) and off (branch/main path).
Create a task GitHub Issue with the type:task label and add it to Projects v2, after surveying existing issues for duplicates, parents, and siblings.
Sync the target repo's labels and create/link its Projects v2 board to make it ready for GitHub Issues.
Suspend workflow and worktree enforcement for the current session (subsumes WORKTREE_OFF).
Restore workflow and worktree enforcement for the current session.
Propose 2-3 mutually-exclusive high-level approaches via outline-planner + outline-reviewer, then get user sign-off. Stage 2 of the three-stage planning pipeline. Outputs <session-id>-outline.md.
Codex-primary single-round security review of the implementation plan across three axes before implementation.
Codex-primary single-round test coverage review
Commit and push changes, then create or reuse a PR with optional merge
Routing entry point for the Claude Code workflow. Inspects
Research external information (APIs, libraries, best practices, existing solutions) via web search before planning or implementation.
Detect a mid-workflow interruption and resume the right skill (workflow state in_progress step or pending worktree-end cleanup). Interactive sessions only.
Inventory gitignored state, merge PR, and clean up a git worktree after task completion
Migrate a repo from docs/history.md + docs/todo.md to GitHub Issues with canary gates.
Update all project documentation to reflect recent changes
Phase 2 of the 2-phase issue-close split. Runs from the main worktree AFTER the PR is merged. Closes the issue, updates parent body if applicable, and posts the resolved-by + appended sentinels. `docs/history.md` is written by `/worktree-end` Step WE-21 — not by this skill.
Phase 1 of the 2-phase issue-close split. Runs INSIDE the linked worktree BEFORE the PR is merged. Sub-issue gate, pending sentinel, sentinel promote, parent body update.
Backfill docs/history.md for issues that were closed outside the /issue-close-stage + /issue-close-finalize path (web UI, mobile, another shell). Best-effort scan + interactive confirmation.
Set up a git worktree for a parallel-session task and copy required gitignored state
Close an issue as status:migrated or status:cancelled with --reason not_planned. Applies label, posts comment, and closes.
Reclaim merged-but-undeleted local and remote branches. Dry-run by default; --apply to delete.
Reclaim stale ~/.workflow-plans/ session artifacts
Reclaims zombie linked worktrees (and their branches) that /worktree-end could not remove due to Windows CWD lock or similar.
Scan implemented code for concrete security anti-patterns. Companion to /review-plan-security.
Retroactively scan a GitHub repo's issues and comments for offensive content and optionally redact matches.
Map application-layer AWS resources (ECS, Lambda, ALB, API Gateway) and write a topology to AWS_STATE_DIR.
Query current AWS billing data and identify top cost drivers using Cost Explorer.
Enumerate AWS compute, storage, network, and IAM resources and write a structured inventory to AWS_STATE_DIR.
Evaluate IAM posture, public exposure, and security service status of the current AWS account.
Orchestrate a full AWS infrastructure scan across resources, security, cost, and applications.
Generate or update a Mermaid diagram in a subagent to keep the main context clean. Dark-mode-safe colors and accessibility built in.
Invokes the test-runner subagent and emits the run_tests workflow sentinel. Used by Workflow Step 6.
Save useful research findings to ai-specs research-results for future reference.
Periodic maintenance sweep hub. Dispatches to /sweep-worktrees, /sweep-branches (and future /sweep-wip, /sweep-logs).