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

claude-plugins

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

skills recopiladas
383
Stars
41
actualizado
2026-06-26
Forks
7
Cobertura ocupacional
20 categorías ocupacionales · 66% clasificado
explorador de repositorios

Skills en este repositorio

foundryvtt-module-scaffold
sin clasificar

Scaffold a new FoundryVTT v13 module repo (Vite + TS + bun + biome, CI, release-please) with basic/app/libwrapper variants. Use when bootstrapping or init-ing a foundry module.

2026-06-26
foundryvtt-module
sin clasificar

FoundryVTT module idea to gitops-adopted repo: scaffold, create + seed the repo, open the gitops adoption PR. Use when releasing or spinning up a new foundry module.

2026-06-26
configure-repo
sin clasificar

Repo onboarding driver: .claude/ directory, SessionStart hook, install_pkgs.sh. Use when onboarding any repo to Claude Code with the claude-plugins marketplace.

2026-06-25
session-end
sin clasificar

End-of-session orchestrator. Previews which of wrap/distill/feedback/taskwarrior-sync qualify, single confirm, then sequence. Use when winding down a session.

2026-06-25
task-add
sin clasificar

Add a taskwarrior task with blueprint linkage and optional GitHub issue. Use when adding coordination tasks, linking a blueprint WO, or mirroring a GitHub issue locally.

2026-06-25
configure-worktreeinclude
sin clasificar

Generate a .worktreeinclude so Claude Code copies gitignored env/secret/config files into new worktrees. Use when worktrees miss .env or local config.

2026-06-25
install-native-hooks
sin clasificar

Install opt-in taskwarrior native on-add/on-modify hooks that auto-stamp project and warn on mis-parsed tags. Use when hardening a local taskwarrior store.

2026-06-25
configure-gitignore
sin clasificar

Manage .gitignore's Claude Code block — worktrees, scheduled-task lock, local settings. Use when onboarding a repo or .gitignore lacks Claude entries.

2026-06-24
session-spinup
sin clasificar

Read-only session-start briefing of open tasks, git state, journal todos. Use when user says spin up, what was I doing, or pick up where I left off.

2026-06-24
session-wrap
sin clasificar

End-of-session capture to taskwarrior, optional journal, GitHub issues. Use when user says wrap up, session wrap, or done for now.

2026-06-24
configure-release-please
sin clasificar

release-please workflow setup and auditing. Use when configuring release-please, upgrading release-please-action, or adding a package to a monorepo config.

2026-06-24
release-please-standards
sin clasificar

release-please standards and configuration reference. Use when configuring release workflows, checking automation compliance, or working with version bumps.

2026-06-24
configure-mise
sin clasificar

mise runtime/tool version manager - mise.toml, backends (pipx/aqua/npm/cargo/go), tasks, env, lockfile. Use when setting up, pinning runtimes/CLI tools, or migrating from asdf/nvm/pyenv/brew/Make.

2026-06-24
evaluate-improve
sin clasificar

Suggest improvements to SKILL.md content, descriptions, or tool config from eval results. Use when raising pass rates, fixing triggering, or iterating on a skill after evaluation.

2026-06-23
adversarial-review
sin clasificar

Adversarial second-pass review that tries to break code, designs, plans, or ADRs. Use when stakes are high and a normal review already ran.

2026-06-23
execution-grounded-review
sin clasificar

Execution-grounded review: run tests first, trace each acceptance criterion to execution evidence. Use when verifying an implementation meets spec.

2026-06-23
design-by-contract
sin clasificar

Design with explicit contracts — preconditions, postconditions, invariants, guard clauses. Use when designing a function/class, hardening a boundary, or adding assertions.

2026-06-23
design-deep-modules
sin clasificar

Judge interface depth — deep modules hide complexity behind small interfaces. Use when designing a module/API, reviewing a class boundary, or reducing complexity.

2026-06-23
design-legacy-seams
sin clasificar

Get legacy code under test before changing it — find seams, write characterization tests. Use when changing untested code, breaking dependencies, or taming legacy.

2026-06-23
design-patterns
sin clasificar

Select a design pattern from a symptom — strategy, observer, factory, adapter, decorator. Use when a structure resists change, or choosing between Gang-of-Four patterns.

2026-06-23
design-pseudocode
sin clasificar

Design a routine by stepwise refinement — pseudocode the intent before coding, then promote it to comments. Use when designing a complex function or non-trivial algorithm.

2026-06-23
workflow-checkpoint-refactor
sin clasificar

Multi-phase refactoring with checkpoint files that survive context limits. Use when refactoring spans 10+ files, needs phased rollout, or risks running out of context mid-session.

2026-06-23
agent-teams
sin clasificar

Configure Claude Code agent teams (implicit team, SendMessage, TaskUpdate). Use when running parallel agents, coordinating with messaging, or setting up a lead/teammate architecture.

2026-06-23
custom-agent-definitions
sin clasificar

Write and configure custom agent definitions in Claude Code agents/ directory. Use when creating an agent .md file, defining a specialized agent, or configuring agent tools.

2026-06-23
parallel-agent-dispatch
sin clasificar

Dispatch contract for spawning parallel agents covering worktree collisions, scope overflow, and silent exits. Use when fanning out concurrent agents or authoring a lead prompt.

2026-06-23
workflow-wave-dispatch
sin clasificar

Sequential-wave dispatch for multi-agent work with cross-task dependencies. Use when planning multi-step work, fixing parallel-dispatch order, or gating waves on verification.

2026-06-23
changelog-review
sin clasificar

Claude Code changelog analysis for plugin impact. Use when checking new features, breaking changes, or upgrade opportunities from a Claude Code release.

2026-06-23
configure-gitattributes
sin clasificar

Configure .gitattributes: union-merge for append-only tables, linguist-generated for build output, LF normalization. Use when setting up .gitattributes or taming append-only merge conflicts.

2026-06-22
configure-web-session
sin clasificar

SessionStart hook for Claude Code web sessions to install tools (helm, terraform, gitleaks, just). Use when CI tools fail in remote sessions due to missing binaries.

2026-06-22
git-coworker-check
sin clasificar

Detect coworker Claude agents in a shared checkout. Use when starting a session in a shared clone, before destructive git ops (stash, reset, checkout), or before bulk-edit / commit-loop workflows.

2026-06-22
blueprint-init
sin clasificar

Initialize Blueprint Development structure. Use when bootstrapping docs/blueprint/ with manifest, PRD/ADR/PRP directories, and feature tracking for the first time.

2026-06-22
project-test-loop
sin clasificar

Automated TDD test-fix-refactor cycle until tests pass. Use when looping on failing tests, running a TDD cycle, or driving RED/GREEN/REFACTOR until green.

2026-06-22
macos-disk-usage
sin clasificar

macOS disk-usage forensics and space recovery on APFS. Use when df reports a disk near-full, hunting what's eating space, reclaiming OrbStack/Docker, or pruning caches and local snapshots.

2026-06-22
git-pr-feedback
sin clasificar

Address PR review comments and resolve threads. Use when CHANGES_REQUESTED is set, working through unresolved review threads, or replying to reviewer feedback.

2026-06-22
blueprint-derive-tests
sin clasificar

Derive test regression plans from git history by finding commits lacking tests. Use when finding untested bug fixes, coverage gaps, or generating a test backlog.

2026-06-20
blueprint-feature-tracker-sync
Desarrolladores de software

Sync feature tracker with TODO.md, taskwarrior sidecars, and PRDs. Use when reconciling TODO.md vs tracker, draining WO entries, or recalculating stats.

2026-06-20
git-derive-docs
sin clasificar

Derive ADRs, rules, PRDs from git commit history. Use when finding doc gaps, detecting unrecorded decisions, deriving conventions from commits, or generating skeleton docs.

2026-06-20
git-fork-workflow
Desarrolladores de software

Fork management and upstream sync. Use when working with forks, syncing with upstream, detecting divergence, or preparing commits for contribution.

2026-06-20
git-pr
Desarrolladores de software

Create pull requests with descriptions, labels, and issue references. Use when user says "create PR", "open pull request", or "submit for review". From pushed branches.

2026-06-20
git-pr-sync-check
sin clasificar

Checks whether the current PR branch is still live and in sync (merged/behind/changes-requested). Use when continuing work on a PR branch before adding commits.

2026-06-20
Mostrando las 40 principales de 383 skills recopiladas en este repositorio.