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

claude-code-plugins

claude-code-plugins contiene 47 skills recopiladas de dryvist, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
47
Stars
4
actualizado
2026-07-19
Forks
1
Cobertura ocupacional
6 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

pr-standards
Desarrolladores de software

Use when creating PRs, linking issues, managing PR comments, or creating GitHub issues

2026-07-19
shared-workflow-org-refs
Desarrolladores de software

Use when creating or editing GitHub Actions workflows that call reusable workflows (uses: OWNER/repo/.github/workflows/...) — org owner references must be the literal current org, and shared-CI homes are under dryvist.

2026-07-19
handoff
Desarrolladores de software

Emit a paste-ready two-part handoff for a fresh session: a `## Goal statement` hard-capped under 4000 characters (measured with wc -c, never estimated) that pastes straight into Claude Code's /goal Stop hook, plus an unbounded `## Full prompt` carrying cwd, ordered reading list, hard rules, pitfalls, and deliverables. Use when forking work to a new session, spinning up an orchestrator, or when wrap-up needs a next-session prompt with a real goal and not just a task list.

2026-07-18
session-status
Desarrolladores de software

Analyzes current session state and repository status without any cleanup. Full mode (default): resolves the active plan file, reads plan checklist + TaskList, gathers unfinished work/issues from conversation history, checks git status, and emits a /handoff-built next-session prompt. Mid-session mode (`/session-status mid`): a fast plain-language 'done vs remaining' snapshot for mid-flight orientation, skipping the history scan, triage, and handoff.

2026-07-18
wrap-up
Desarrolladores de software

End-of-session handler that first checks whether the current session's plan is actually complete. If complete: refresh repo, run quick retrospective, clean gone branches, and emit a forward-looking follow-up prompt. If incomplete: skip cleanup and emit one or more `cd`-into-worktree blocks paired with ready-to-paste resume prompts so the unfinished work can be picked up cold in a new session.

2026-07-18
finalize-pr
Desarrolladores de software

Automatically finalize pull requests for merge by resolving CodeQL violations, review threads, merge conflicts, and CI failures. Handles single PR (current branch or by number), all open PRs in the repo, or all open PRs across the org. Includes bot-authored PRs in all modes.

2026-07-18
git-flow-next
Desarrolladores de software

Work with repositories using the git-flow-next branching model (default branch is `develop`, production branch is `main`). Covers branch creation, worktree setup, atomic commits, PR targeting, validation on `develop`, and mandatory end-of-session promotion to `main`.

2026-07-17
sync-inventory
Administradores de redes y sistemas informáticos

Verify or refresh the OpenTofu-to-Ansible inventory distribution (RustFS-published; apply is the publish boundary)

2026-07-17
ship
Desarrolladores de software

Commit, push, create PR(s), and auto-finalize — full automation pipeline. Handles uncommitted changes and recently created PRs.

2026-07-17
openbao-secrets
Analistas de seguridad de la información

How to obtain and handle secrets under an OpenBao-backed access model: pick the right store tier, prefer engine-minted ephemeral credentials over static secrets, read with the pre-authorized tier, and route write/apply through the human-gated wrapped single-use secret_id. Use before fetching any credential, wiring a service to a secret, converging a publisher, or when tempted to paste a token — and whenever a task needs a credential and you are unsure whether you may just take it.

2026-07-17
gh-cli-patterns
Desarrolladores de software

Canonical reference for all gh CLI command shapes used by skills in this plugin. Defines the placeholder convention, default-branch (trunk vs git-flow) detection, allowed --json fields, GraphQL fallback rules, -f/-F/--raw-field flag semantics, the PR-readiness gate, code-scanning alert query, review-thread fetch/count/resolve mutations, and heredoc bodies. Prevents Unknown JSON field errors and divergent query shapes.

2026-07-17
pr-sweep
Desarrolladores de software

Drive open PRs toward zero across one or many repos by risk-ranking every open PR, auto-merging the low-risk mergeable ones, and surfacing the rest with the exact reason each is held. Use when open PRs have piled up and you want them triaged and cleared in one pass. Batches over the existing /squash-merge-pr and /finalize-pr per PR — it decides which PRs are safe to merge and delegates the merge, it does not reimplement merging.

2026-07-17
replan
Desarrolladores de software

Rebuild a plan from live git, gh, and repo state when the existing plan file no longer matches reality — items silently done, approach superseded, or facts drifted. Use when a plan has gone stale mid-effort or when resuming reveals contradictions. Re-derives ground truth first, never trusting the plan's own prose, then rewrites the plan to match what is actually true and what actually remains.

2026-07-17
resume
Desarrolladores de software

Pick up unfinished work cold in a fresh session by re-deriving state from live git, gh, the plan file, and TaskList — never from remembered or pasted claims. Use at the start of a new session that continues prior work, or when handed a resume prompt. Verifies what is actually merged, open, committed, and checked-off right now, reconciles it against the plan, then states exactly where things stand and what the next action is before touching anything.

2026-07-17
native-first
Desarrolladores de software

Stack-agnostic discovery playbook for finding the native, non-custom way to do something before writing any script or wrapper. Use when tempted to write a shell/python/glue script, add a dependency, or build a custom helper — and whenever a script-guards hook blocks a script write. Climbs a fixed ladder (tool's own config/flag/module, native platform feature, official docs via Context7, package registry, issue tracker) and ends with a hard rule: if no native path exists, output the evidence you checked, never a silent script fallback.

2026-07-17
promote-release
Desarrolladores de software

Open and merge a develop-to-main promotion PR on a git-flow repo. Merge commit only, never squash or rebase — main accepts merge commits only. Every merge to main triggers release-please, which takes over tagging and release notes from there. Refuses on trunk repos (default branch main) — use /squash-merge-pr instead.

2026-07-17
squash-merge-pr
Desarrolladores de software

Squash-merge a PR into its base branch. Invoke only when the user explicitly requests a squash merge. Single PR by number or current branch. Refuses on git-flow repos when the base is main — use /promote-release there instead.

2026-07-17
premium-agent-orchestration
Otras ocupaciones informáticas

Use when the session runs a premium top-tier/SOTA model (any vendor, current or future — the session's model IS the premium lead). Keeps premium reasoning on judgment (intent, architecture, tradeoffs, final review) and delegates checkable labor to cheaper agents or local/free LLMs.

2026-07-16
git-workflow-standards
Desarrolladores de software

Use when managing branches, resolving merge conflicts, syncing with the default branch, or working with worktrees. Covers both trunk repos (main) and git-flow repos (develop) — see gh-cli-patterns (github-workflows) for default-branch detection.

2026-07-14
homelab-runbooks
Administradores de redes y sistemas informáticos

Use when powering on a sleeping DR node, converging DNS records for a new ingress vhost, or bringing up OpenBao/Terrakube JWT identity — homelab operational runbooks for power management, DNS, and secrets-engine bring-up.

2026-07-14
pre-commit-architecture
Desarrolladores de software

Use when adding or editing .pre-commit-config.yaml, wiring pre-commit hooks into a repo, scaffolding a new repo's lint/hook setup, or deciding where a hook or shared lint config should live. Covers the canonical nix-devenv/dryvist-.github architecture, profiles, and consumer patterns.

2026-07-13
orchestrate-infra
Administradores de redes y sistemas informáticos

Master orchestrator for cross-repo infrastructure with dependency graph dispatch

2026-07-13
test-e2e
Administradores de redes y sistemas informáticos

End-to-end infrastructure pipeline validation across Terraform and Ansible repos

2026-07-13
sync-main
Desarrolladores de software

Update the repo's default branch from remote and merge it into the current branch, or all open PR branches. Despite the name (kept for continuity), this syncs whatever the repo's default branch actually is — main on trunk repos, develop on git-flow repos — and on git-flow repos also fast-forwards local main from origin/main.

2026-07-09
troubleshoot-rebase
Desarrolladores de software

Diagnose and recover from git rebase failures

2026-07-09
troubleshoot-worktree
Desarrolladores de software

Troubleshoot git worktree, branch, and refname issues

2026-07-09
rebase-pr
Desarrolladores de software

Local rebase-merge workflow for pull requests with signed commits, pushed directly to the PR's base branch. Refuses on git-flow repos when the base is main — direct pushes to main are banned there; use /promote-release.

2026-07-09
refresh-repo
Desarrolladores de software

Check PR merge readiness, sync local repo, cleanup stale worktrees; optional cross-repo sweep and stale-branch prune modes

2026-07-09
skills-registry
Otras ocupaciones informáticas

Use when looking up available tools, skills, commands, agents, or plugins

2026-07-08
claude-skill-authoring
Otras ocupaciones informáticas

Use when authoring or editing skills, agents, rules, or CLAUDE.md/AGENTS.md — token budgets, progressive disclosure, the self-contained-skill rule, the safety-reminder carve-out, and where each component belongs

2026-07-04
workspace-standards
Desarrolladores de software

Use when setting up or managing multi-repo workspaces

2026-07-04
auto-maintain
Desarrolladores de software

Autonomous maintenance orchestrator that continuously finds and dispatches work

2026-07-03
delegate-to-ai
Otras ocupaciones informáticas

Route a task to the right model — a native Claude subagent, Codex, or local MLX — based on task type

2026-07-03
quick-add-permission
Desarrolladores de software

DEPRECATED — permissions moved to nix-claude-code; edit data/permissions/*.nix there instead of this repo's JSON

2026-06-12
sync-permissions
Desarrolladores de software

DEPRECATED — permission sync is retired; permissions now live in nix-claude-code and are governed by the auto-mode classifier

2026-06-12
code-quality-standards
Desarrolladores de software

Use when writing or reviewing code and documentation

2026-06-10
troubleshoot-precommit
Desarrolladores de software

Troubleshoot pre-commit hook failures and auto-fixes

2026-06-10
nix-tool-policy
Desarrolladores de software

Use when installing or choosing CLI tools in a Nix flake repo, editing flake.nix or home-manager config, or when tempted to pip/pipx/uv/brew/npm install anything. Tools come from the dev shell or nix shell — never ad-hoc package managers.

2026-06-10
infrastructure-standards
Desarrolladores de software

Use when editing Proxmox/Terraform/Ansible inventory — VMID/IP assignment ranges and the Terraform-to-Ansible inventory contract.

2026-05-24
codeql-permission-classification
Desarrolladores de software

Permission requirements for GitHub Actions

2026-04-29
Mostrando las 40 principales de 47 skills recopiladas en este repositorio.