@skills · Owner
Agent skills by laurigates
532 skills indexed from github.com/laurigates. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .claude · Collection · 49 stars
- accessibility-implementation · Skill · 49 stars
WCAG 2.1/2.2 compliance, ARIA patterns, keyboard nav, focus management, a11y testing. Use when implementing accessible components or user mentions WCAG/ARI
- accessibility-plugin · Collection · 49 stars
- adapters · Collection · 49 stars
- adr-relationships · Skill · 49 stars
Domain analysis, conflict detection, and relationship validation for Architecture Decision Records. Use when creating or validating ADRs to ensure consiste
- adversarial-review · Skill · 49 stars
Adversarial second-pass review that tries to break code, designs, plans, or ADRs. Use when stakes are high and a normal review already ran.
- agent-patterns-plugin · Collection · 49 stars
- agent-teams · Skill · 49 stars
Configure Claude Code agent teams (implicit team, SendMessage, TaskUpdate). Use when running parallel agents, coordinating with messaging, or setting up a
- agents-analyze · Skill · 49 stars
Audit plugins for sub-agent opportunities — verbose skills, coverage gaps, over-permissions. Use when reviewing where sub-agents would help or auditing age
- agents-plugin · Collection · 49 stars
- alpha-plugin · Collection · 49 stars
- api-plugin · Collection · 49 stars
- api-testing · Skill · 49 stars
HTTP API testing with Supertest (TS) and httpx/pytest (Python). Use when the user mentions API testing, Supertest, httpx, REST/GraphQL validation, or HTTP
- argocd-login · Skill · 49 stars
ArgoCD CLI auth with SSO and gRPC-Web. Use when the user mentions ArgoCD login, argocd authentication, SSO auth, or accessing ArgoCD applications and clust
- ast-grep-search · Skill · 49 stars
Find and replace code patterns structurally with ast-grep. Use when matching code by AST structure, finding functions with specific signatures, or detectin
- attributes-collect · Skill · 49 stars
Collect codebase health attributes as structured JSON. Use when assessing project health before routing to specialized agents via attributes-route.
- attributes-dashboard · Skill · 49 stars
Codebase health dashboard with scores and severity for docs, testing, security, and CI/CD. Use when wanting a health overview or terminal-style summary wit
- attributes-route · Skill · 49 stars
Route to specialized agents (security, test, refactor, docs) based on codebase health attributes by severity. Use when the user has attribute data and want
- basedpyright-type-checking · Skill · 49 stars
Basedpyright static type checker for Python. Use when setting up type checking, configuring LSP, or comparing type checkers (basedpyright, pyright, mypy al
- bases · Skill · 49 stars
Obsidian Bases (database-over-notes): list base files/views, create items, run view queries with json/csv/tsv/md output. Use when user mentions Bases or .b
- beta-plugin · Collection · 49 stars
- bevy-ecs-patterns · Skill · 49 stars
Advanced Bevy ECS: complex queries, system scheduling, change detection, and performance tuning. Use when optimizing Bevy architecture or implementing comp
- bevy-game-engine · Skill · 49 stars
Bevy game engine: ECS, rendering, input, and asset management. Use when building Bevy games, working with entities/components/systems, or mentioning Rust g
- bevy-plugin · Collection · 49 stars
- binary-analysis · Skill · 49 stars
Binary analysis: strings, binwalk, hexdump, xxd, file, objdump. Use when identifying unknown files, extracting strings, hunting credentials, or entropy ana
- biome-tooling · Skill · 49 stars
Biome all-in-one JS/TS formatter and linter, 15-20x faster than ESLint/Prettier. Use when setting up formatting/linting or migrating from ESLint+Prettier.
- black-to-ruff-format · Skill · 49 stars
Migrate Python formatting from black to ruff-format. Use when psf/black is in .pre-commit-config.yaml or [tool.black] exists in pyproject.toml.
- blog-plugin · Collection · 49 stars
- blog-post · Skill · 49 stars
Create a blog post via guided prompts with git context auto-populated. Use when writing a quick update, retrospective, tutorial, deep dive, or devlog entry
- blog-post-writing · Skill · 49 stars
Style guide for technical blog posts — updates, retrospectives, tutorials, deep dives. Use when writing about work done, documenting a project, or mentioni
- blueprint-adr-list · Skill · 49 stars
List ADRs as a markdown table with title, status, date, domain. Use when generating an ADR index, auditing ADR status, or reviewing all architecture decisi
- blueprint-adr-validate · Skill · 49 stars
Validate ADR relationships, domain consistency, and duplicate ADR numbers. Use when auditing ADRs before release, finding broken supersedes/extends links,
- blueprint-autonomy-level3 · Skill · 49 stars
Install blueprint autonomy level 3 (ADR-0020): scheduled-autorun + approved-work-order-execution GitHub workflows. Use when enabling out-of-band blueprint
- blueprint-autopilot · Skill · 49 stars
Run due blueprint maintenance ambiently at autonomy level 2+. Use when a drift nudge reports blueprint tasks due or suggests /blueprint:autopilot.
- blueprint-claude-md · Skill · 49 stars
Generate or update CLAUDE.md from blueprint artifacts. Use when adding team instructions, converting inline content to @imports, or setting up CLAUDE.local
- blueprint-curate-docs · Skill · 49 stars
Curate library gotchas and project patterns into .claude/rules/ entries for AI context. Use when documenting library knowledge for PRP reuse.
- blueprint-derive-plans · Skill · 49 stars
Derive PRDs, ADRs, PRPs from git history, docs, and codebase. Use when onboarding a project to blueprint, generating a PRD or ADRs retroactively, or extrac
- blueprint-derive-rules · Skill · 49 stars
Derive Claude rules from git commit history. Use when extracting implicit decisions from commits or codifying code-style, testing, and API-design rules.
- blueprint-derive-tests · Skill · 49 stars
Derive test regression plans from git history by finding commits lacking tests. Use when finding untested bug fixes, coverage gaps, or generating a test ba
- blueprint-development · Skill · 49 stars
Generate project-specific rules from PRDs for Blueprint Development. Use when generating architecture, testing, or quality rules from requirements document
- blueprint-docs-currency · Skill · 49 stars
Enforce same-commit landing of code and docs (APIs, formats, ADRs). Use when committing API/format changes, promoting research to docs/, or landing an ADR
- blueprint-docs-list · Skill · 49 stars
List blueprint documents (ADRs, PRDs, PRPs) with frontmatter metadata. Use when listing docs, auditing statuses, or generating an index for project documen
- blueprint-execute · Skill · 49 stars
Blueprint meta command: determine and execute the next logical action. Use when asked 'what's next?', 'continue blueprint', or 'run blueprint' without a su
- blueprint-feature-tracker-status · Skill · 49 stars
Display feature tracker stats, phase progress, and completion summary. Use when checking feature status, viewing blocked features, or seeing ready-to-start
- blueprint-feature-tracker-sync · Skill · 49 stars
Sync feature tracker with TODO.md, taskwarrior sidecars, and PRDs. Use when reconciling TODO.md vs tracker, draining WO entries, or recalculating stats.
- blueprint-generate-rules · Skill · 49 stars
Generate project-specific rules from PRDs with path-scoped frontmatter. Use when auto-creating architecture, testing, or quality rules from docs/prds/.
- blueprint-init · Skill · 49 stars
Initialize Blueprint Development structure. Use when bootstrapping docs/blueprint/ with manifest, PRD/ADR/PRP directories, and feature tracking for the fir
- blueprint-migration · Skill · 49 stars
Versioned migration procedures for blueprint format upgrades (v1.x to v3.3). Use when blueprint-upgrade needs version-specific logic, content hashing, or r
- blueprint-plugin · Collection · 49 stars
- blueprint-promote · Skill · 49 stars
Move generated artifact to custom layer to preserve manual edits. Use when promoting a generated rule, preserving .claude/rules/ changes, or stopping sync
- blueprint-prp-create · Skill · 49 stars
Create a PRP (Product Requirement Prompt) with research, context, and validation gates. Use when planning a feature packet for subagent execution with TDD
- blueprint-prp-execute · Skill · 49 stars
Execute a PRP with validation loop, TDD, and quality gates. Use when asked to execute a PRP, run a planned feature from docs/prps/, or delegate a PRP to su
- blueprint-rules · Skill · 49 stars
Manage modular rules in .claude/rules/ with path-specific globs. Use when adding or listing rules, syncing with CLAUDE.md, or validating path frontmatter.
- blueprint-status · Skill · 49 stars
Show blueprint version, config, PRD/ADR/PRP counts, and feature tracker progress. Use when auditing traceability, orphan docs, or stale generated content.
- blueprint-story-audit · Skill · 49 stars
Audit user stories against codebase and tests for tier-ranked coverage gaps. Use when running story audit, PRD reconciliation, or surfacing PRD-code drift.
- blueprint-story-reconcile · Skill · 49 stars
Reconcile PRD requirements with a story-audit drift report. Use when marking PRD entries implemented/partial/missing, or promoting code-only stories into t
- blueprint-sync · Skill · 49 stars
Check for stale generated content and offer regeneration or promotion. Use when syncing blueprint after PRD changes, or reconciling .claude/rules/ drift.
- blueprint-sync-ids · Skill · 49 stars
Scan blueprint docs and assign missing PRD/ADR/PRP/WO IDs. Use when assigning IDs to docs; --dry-run to preview, --link-issues to create GitHub issues for
- blueprint-upgrade · Skill · 49 stars
Upgrade blueprint structure to the latest format version. Use when migrating between format versions, enabling monorepo workspaces, or batch upgrading repo
- blueprint-work-order · Skill · 49 stars
Create a work-order for isolated subagent execution, optionally linked to a GitHub issue. Use when breaking a PRP into delegatable tasks or spawning from a
- blueprint-workspace-scan · Skill · 49 stars
Discover child blueprint workspaces and refresh the manifest. Use when adding/removing a child blueprint or when status shows stale portfolio data.
- bookmarks · Skill · 49 stars
Obsidian bookmarks: list and add file/folder/heading/saved-search/URL bookmarks. Use when starring or saving notes for quick access.
- bulk-sweep-classify · Skill · 49 stars
Classify every regex match before a bulk find-replace/syntax-modernization sweep — four match categories, scoped transform, allowlist-aware verification. U
- bun-add · Skill · 49 stars
Bun add: install a package, add dev dependency, pin exact version, or target a workspace. Use when the user wants to add/install a specific package with bu
- bun-build · Skill · 49 stars
Bun build: bundle or compile JS/TS to production bundle or standalone binary. Use when the user wants to bundle, compile, or build for browser/bun/node tar
- bun-debug · Skill · 49 stars
Bun debugger via --inspect. Use when the user wants to debug a TS/JS file interactively, break at first line, wait for attach, or debug tests with --inspec
- bun-development · Skill · 49 stars
Bun runtime workflows for running scripts, testing, building, and initializing projects with agent-optimized flags. Use when running a TS file, watch/hot r
- bun-install · Skill · 49 stars
Bun install: install all deps from package.json. Use when bootstrapping a checkout, running a reproducible CI install (--frozen-lockfile), or deploying (--
- bun-lockfile-update · Skill · 49 stars
Bun lockfile update (bun.lock): bun update, regeneration, security audits. Use when updating dependencies, resolving lockfile conflicts, or regenerating bu
- bun-outdated · Skill · 49 stars
Bun outdated: check which deps have newer versions. Use when auditing freshness, spotting major updates, or deciding between bun update and bun update --la
- bun-package-manager · Skill · 49 stars
Fast JavaScript package management with Bun — install, add, remove, update. Use when installing all deps, adding/removing packages, running `bun update`/`o
- bun-publish · Skill · 49 stars
Bun publish to npm. Use when the user wants to release to npm, preview with --dry-run, publish a scoped package with --access public, or enable --provenanc
- bun-publishing · Skill · 49 stars
Publish npm packages built with Bun: package.json config, CLI tool packaging, provenance signing, release automation. Use when setting up `publishConfig`/`
- bun-test · Skill · 49 stars
Bun test runner with compact agent-friendly output. Use when running bun tests, targeting a pattern, collecting --coverage, watching, or emitting JUnit XML
- cargo-generate · Skill · 49 stars
cargo-generate: scaffold a project from a git template repo. Use when bootstrapping a Rust or Bevy project from a template, or authoring one.
- cargo-llvm-cov · Skill · 49 stars
cargo-llvm-cov: Rust code coverage with LLVM instrumentation. Use when measuring coverage, enforcing thresholds, generating reports, or integrating codecov
- cargo-machete · Skill · 49 stars
cargo-machete: detect unused Rust dependencies. Use when auditing Cargo.toml, optimizing build times, or cleaning up dependency bloat.
- cargo-nextest · Skill · 49 stars
cargo-nextest: fast Rust test runner with parallel execution and advanced filtering. Use when running tests, setting up CI, or diagnosing flaky/slow tests.
- cargo-worktree-builds · Skill · 49 stars
Share one CARGO_TARGET_DIR across parallel git-worktree agents so Rust deps compile once. Use when running cargo/clippy/test in several worktrees concurren
- cc-only-skill · Skill · 49 stars
Configure Claude Code hooks in settings.json. Use when authoring PreToolUse hooks.
- changelog-review · Skill · 49 stars
Claude Code changelog analysis for plugin impact. Use when checking new features, breaking changes, or upgrade opportunities from a Claude Code release.
- ci-workflows · Skill · 49 stars
GitHub Actions workflow standards. Use when checking CI/CD compliance, referencing canonical workflow shapes, or another skill needs workflow structure gui
- claude-blog-sources · Skill · 49 stars
Fetch Claude Blog and official Claude Code docs. Use when researching Claude Code capabilities, CLAUDE.md optimization, memory hierarchy, or @import patter
- claude-code-github-workflows · Skill · 49 stars
Claude Code GitHub Actions workflow patterns — PR reviews, issue triage, CI/CD integration. Use when creating or modifying workflows that integrate Claude
- claude-plugins · Collection · 49 stars
- claude-security-settings · Skill · 49 stars
Claude Code security settings: permission wildcards, shell operator protections, project-level allowlists. Use when auditing or hardening .claude/settings.
- cli-smoke-recipes · Skill · 49 stars
CLI smoke recipes: expose pure-function modules via subcommands with a bulk-smoke justfile recipe. Use when designing data-transform modules or authoring s
- clippy-advanced · Skill · 49 stars
Advanced Clippy configuration for Rust — custom rules, pedantic/nursery lints, clippy.toml, IDE and CI integration. Use when configuring or enforcing lint
- code-antipatterns · Skill · 49 stars
Analyze a codebase for anti-patterns using ast-grep. Use when finding magic numbers, console.logs, var usage, excessive any, eval/innerHTML security issues
- code-complexity · Skill · 49 stars
Analyze code complexity metrics (cyclomatic, cognitive, function length, coupling). Use when identifying refactoring targets, tracking codebase health, or
- code-dead-code · Skill · 49 stars
Detect dead code, unused exports, unreachable branches, and orphaned files. Use when reducing maintenance burden, cleaning up after refactors, or auditing
- code-dep-audit · Skill · 49 stars
Audit dependencies for security vulnerabilities, outdated packages, and license compliance. Use when checking supply chain security, preparing releases, or
- code-docs-quality · Skill · 49 stars
Analyze docs quality across PRDs, ADRs, PRPs, CLAUDE.md, .claude/rules/. Use when auditing documentation, checking for stale ADRs/PRDs, or validating rule
- code-hidden-failures · Skill · 49 stars
Scan for hidden failures: swallowed errors (empty catch, || true, 2>/dev/null) and silent degradation (success on zero results). Use when failures vanish o
- code-lint · Skill · 49 stars
Universal linter that auto-detects ruff/eslint/clippy/gofmt for the project language. Use when linting code, auto-fixing, formatting, or running pre-commit
- code-quality-plugin · Collection · 49 stars
- code-refactor · Skill · 49 stars
Refactor toward pure functions, immutability, composition. Use when extracting pure functions, removing side effects, replacing loops with map/filter/reduc
- code-review · Skill · 49 stars
Code review for quality, security, performance, and architecture. Use when reviewing code, auditing OWASP, checking SOLID, or finding perf bottlenecks and
- code-review-checklist · Skill · 49 stars
Checklist for security, correctness, and performance review. Use when reviewing PRs, checking for secrets/injection, verifying error handling, or auditing
- code-test-quality · Skill · 49 stars
Analyze test quality: smells, empty assertions, flaky patterns, coverage gaps. Use when tests are unreliable, coverage is misleading, or after major refact
- codebase-attributes-plugin · Collection · 49 stars
- cold-read-gate · Skill · 49 stars
Gate outward-bound text (upstream issues, docs, PR bodies) through isolated haiku fresh-reader critique before publishing. Use when an artifact must surviv
- comfy-cli · Skill · 49 stars
The `comfy` CLI for ComfyUI: install/update/bisect custom nodes, snapshot/restore state, publish to the registry, run workflows headlessly. Use when the us
- comfy-conditionals · Skill · 49 stars
ComfyUI predicate/boolean nodes: compare, AND/OR/XOR/NOT, ternary, null/empty/type probes, ExecutionBlocker. Use when forming the boolean that drives a wor
- comfy-corpus-validation · Skill · 49 stars
Verify ComfyUI sampler/scheduler facts: source-of-truth ladder, measured sigma curves, coverage gaps. Use when writing or auditing sampler corpus metadata.
- comfy-debug-preview · Skill · 49 stars
ComfyUI debug/preview nodes: show text/numbers/JSON/tensor shapes, image previews, counts, VRAM/CPU telemetry, timing. Use when inspecting a value mid-grap
- comfy-flow-control · Skill · 49 stars
ComfyUI routing nodes: typed switches, index switches, broadcast (Anything Everywhere), pipe/context bundles, for/while loops, ExecutionBlocker gates. Use
- comfy-image-utils · Skill · 49 stars
ComfyUI non-inference image ops: resize/crop/pad/tile/batch/mask utilities, plus image-to-text captioners (Florence-2, WD14, BLIP, DeepDanbooru). Use when
- comfy-math-strings · Skill · 49 stars
ComfyUI compute/string nodes: constants, sliders, math expressions, string concat/split/replace/regex, type conversion, JSON/list utilities. Use when compu
- comfy-metadata · Skill · 49 stars
Extract/analyze ComfyUI metadata embedded in output files - PNG tEXt, WebP EXIF, MP4/WebM container, .latent safetensors. Use when figuring out what prompt
- comfy-node · Skill · 49 stars
Orchestrate a ComfyUI node pack from idea to registry: scaffold, create + seed the repo, open the gitops adoption PR. Use when releasing or spinning up a n
- comfy-registry-lifecycle · Skill · 49 stars
Comfy Registry release pipeline: release-please + lockfile drift traps, the empty-web/dist publish bug, version status states, phantom versions, icon/banne
- comfy-subgraphs-app-mode · Skill · 49 stars
ComfyUI Subgraphs, Subgraph Blueprints, and App Mode: creating/publishing subgraphs, why Blueprint instances are snapshots not live refs, turning a workflo
- comfy-workflow-json · Skill · 49 stars
Programmatically edit ComfyUI workflow JSON: edge-list link rebuilds, link-encoding schemas, preserving the extra block (App Mode config). Use when a workf
- comfy-workflow-layout · Skill · 49 stars
Auto-layout a ComfyUI workflow JSON with a layered DAG algorithm. Use when a workflow's nodes overlap, are messy or cramped, or were imported and need tidy
- comfyui-node-authoring · Skill · 49 stars
ComfyUI frontend/backend authoring facts: hiding/serializing widgets, DOM event isolation, endpoints, tooltip lookup, canvas hit-testing, sourcemap verific
- comfyui-node-scaffold · Skill · 49 stars
Scaffold a new ComfyUI custom-node repo (TypeScript + bun build, CI, release-please, vitest+pytest) consuming @laurigates/comfy-modal-kit. Use when bootstr
- comfyui-pack-live-smoke · Skill · 49 stars
Live-smoke a ComfyUI pack in a running instance: browser-driven and headless API-driven checks catch frontend/backend bugs unit tests miss. Use when verify
- comfyui-plugin · Collection · 49 stars
- comfyui-screenshot-pipeline · Skill · 49 stars
Containerized README-screenshot pipeline (Docker + Playwright) for ComfyUI custom-node packs. Use when generating pack screenshots, adding `just screenshot
- command-palette · Skill · 49 stars
Run, list, and inspect Obsidian commands and hotkeys from the CLI. Use when triggering a command, enumerating commands, or checking hotkey bindings.
- communication-plugin · Collection · 49 stars
- component-patterns-plugin · Collection · 49 stars
- components-version-badge · Skill · 49 stars
Version badge with build-info tooltip (version, commit, changelog). Use when adding version display to app header/footer for Next.js, Nuxt, SvelteKit, Vite
- confidence-scoring · Skill · 49 stars
Assess quality of PRPs and work-orders using systematic confidence scoring. Use when evaluating readiness for execution or subagent delegation.
- config-sync · Skill · 49 stars
Config sync across FVH repos: extract, diff, propagate tooling improvements. Use when syncing workflows or configs across multiple repos.
- configure-all · Skill · 49 stars
Run all infrastructure standards checks and fixes. Use when onboarding a new project, doing a full compliance audit, or batch-fixing with --fix.
- configure-api-tests · Skill · 49 stars
API contract testing: Pact, OpenAPI validation, JSON Schema/Zod. Use when adding consumer/provider contract tests or detecting breaking API changes in CI.
- configure-argocd-automerge · Skill · 49 stars
ArgoCD auto-merge: configure GitHub Actions for image-updater-** branches. Use when setting up argocd-automerge.yml or verifying PAT permissions.
- configure-cache-busting · Skill · 49 stars
Cache-busting for Next.js and Vite: content hashing, CDN cache headers. Use when adding Vercel/Cloudflare cache headers or auditing static asset caching.
- configure-claude-plugins · Skill · 49 stars
Claude plugins marketplace setup: .claude/settings.json, GitHub Actions, plugin pinning. Use when onboarding to claude-plugins, setting up claude.yml, pinn
- configure-container · Skill · 49 stars
Container infrastructure: GHCR builds, Trivy/Grype scanning, devcontainer. Use when setting up multi-platform GHCR workflows or adding container scanning t
- configure-coverage · Skill · 49 stars
Code coverage: thresholds and reporters for Vitest, Jest, pytest, Rust. Use when setting thresholds, adding Codecov/Coveralls, or wiring lcov/HTML reports.
- configure-dead-code · Skill · 49 stars
Dead-code detection: Knip, Vulture, cargo-machete, deadcode. Use when setting up unused-code scanning, migrating tools, or adding dead-code CI checks.
- configure-dockerfile · Skill · 49 stars
Dockerfile standards: Alpine/slim base, non-root user, multi-stage builds. Use when creating a Dockerfile, hardening security, or auditing image size.
- configure-docs · Skill · 49 stars
Code docs: TSDoc, JSDoc, pydoc, rustdoc, TypeDoc, MkDocs, Sphinx. Use when setting up docstrings, configuring a docs generator, or enforcing doc coverage i
- configure-editor · Skill · 49 stars
EditorConfig and VS Code workspace settings for team consistency. Use when setting up format-on-save, recommended extensions, or debug configurations.
- configure-feature-flags · Skill · 49 stars
Feature flags with OpenFeature and providers (GOFF, flagd, LaunchDarkly). Use when setting up the SDK, configuring a relay proxy, or adding flag test helpe
- configure-formatting · Skill · 49 stars
Biome formatter for JS/TS/JSON/CSS — the modern Prettier/ESLint replacement. Also Ruff (Python) and rustfmt. Use when setting up formatting, replacing Pret
- configure-gitattributes · Skill · 49 stars
Configure .gitattributes: union-merge for append-only tables, linguist-generated for build output, LF normalization. Use when setting up .gitattributes or
- configure-github-pages · Skill · 49 stars
GitHub Pages deployment workflows for docs sites. Use when setting up Pages, migrating to actions/deploy-pages, or auditing Pages action versions.
- configure-gitignore · Skill · 49 stars
Manage .gitignore's Claude Code block — worktrees, scheduled-task lock, local settings. Use when onboarding a repo or .gitignore lacks Claude entries.
- configure-instrumentation · Skill · 49 stars
Observability instrumentation: OpenTelemetry traces/metrics, structured logging, Sentry. Use when wiring telemetry, tracing, or logging into a repo.
- configure-integration-tests · Skill · 49 stars
Integration testing: Supertest, pytest, Testcontainers. Use when setting up integration tests, creating docker-compose.test.yml, or separating from unit te
- configure-justfile · Skill · 49 stars
Check and configure Justfiles with standard recipes. Use when setting up a Justfile, auditing for missing recipes, or migrating from Makefile to Justfile.
- configure-linting · Skill · 49 stars
Modern linters: Biome, Ruff, Clippy. Use when setting up linting, migrating ESLint/Prettier to Biome, or wiring lint into pre-commit and CI.
- configure-load-tests · Skill · 49 stars
Load testing: k6, Artillery, Locust. Use when setting up load tests, auditing smoke/stress/spike/soak coverage, or adding CI performance regression detecti
- configure-makefile · Skill · 49 stars
Makefile with standard targets (help, test, build, clean, lint). Use when setting up a Makefile, auditing missing targets, or adding language-specific targ
- configure-mcp · Skill · 49 stars
Check and configure MCP servers for project integration. Use when setting up MCP servers, checking MCP status, or adding new servers to a project.
- configure-memory-profiling · Skill · 49 stars
Memory profiling with pytest-memray for Python. Use when setting up memory profiling, adding CI memory regression detection, or setting memory thresholds.
- configure-mise · Skill · 49 stars
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
- configure-package-management · Skill · 49 stars
Package managers: uv (Python), bun (TypeScript). Use when setting up uv or bun, migrating from pip/npm/yarn/poetry/pipenv, or resolving lockfile conflicts.
- configure-plugin · Collection · 49 stars
- configure-pre-commit · Skill · 49 stars
pre-commit hooks setup and validation. Use when installing hooks, configuring frontend/infrastructure/python project types, or migrating to pre-commit.
- configure-readme · Skill · 49 stars
README.md with logo, badges, features, tech stack sections. Use when creating a README, auditing missing sections, or adding shields.io badges.
- configure-release-please · Skill · 49 stars
release-please workflow file, manifest, and config for a single-package repo — setup and compliance audit. Use when adding release-please or upgrading rele
- configure-repo · Skill · 49 stars
Repo onboarding driver: .claude/ directory, SessionStart hook, install_pkgs.sh. Use when onboarding any repo to Claude Code with the claude-plugins marketp
- configure-reusable-workflows · Skill · 49 stars
Reusable GitHub Actions workflows for security, quality, accessibility. Use when adding OWASP/secret/code-smell scans or WCAG checks to PR pipelines.
- configure-security · Skill · 49 stars
Security scanning: dependency automation, SAST, secrets detection. Use when setting up Renovate/Dependabot, CodeQL, or TruffleHog in CI, or creating a SECU
- configure-select · Skill · 49 stars
Pick-a-component menu for infrastructure standards — configures only the selected ones. Use when setting up one or a few named components (linting, CI, con
- configure-sentry · Skill · 49 stars
Sentry error tracking setup. Use when installing the Sentry SDK, fixing hardcoded DSNs, or adding source map upload for frontend, Next.js, Node, or Python.
- configure-skaffold · Skill · 49 stars
Skaffold for Kubernetes: port forwarding, dotenvx hooks, API version. Use when fixing 0.0.0.0 binding, adding secret generation hooks, or creating skaffold
- configure-status · Skill · 49 stars
Infrastructure compliance status (read-only). Use when checking overall compliance, generating a report, or reviewing project health without making changes
- configure-surface · Skill · 49 stars
Surface doc-drift gate: scaffold surf.toml + hubs, wire the SHA-pinned pre-commit/Action. Use when adding a docs-governed-like-code CI gate.
- configure-tests · Skill · 49 stars
Test frameworks: Vitest, Jest, pytest, cargo-nextest. Use when setting up test infrastructure, migrating to a modern framework, or validating coverage conf
- configure-ux-testing · Skill · 49 stars
UX testing: Playwright E2E, axe-core a11y, visual regression. Use when setting up E2E testing, screenshot assertions, browser automation, or a11y CI workfl
- configure-web-session · Skill · 49 stars
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
- configure-workflows · Skill · 49 stars
GitHub Actions CI/CD workflows for container builds, tests, releases. Use when updating outdated action versions, adding multi-platform builds, or auditing
- configure-worktreeinclude · Skill · 49 stars
Generate a .worktreeinclude so Claude Code copies gitignored env/secret/config files into new worktrees. Use when worktrees miss .env or local config.
- container-development · Skill · 49 stars
Container development — Docker, multi-stage builds, Skaffold, non-root users, Alpine/slim images, security hardening. Use when working with Docker, Dockerf
- container-plugin · Collection · 49 stars
- css-plugin · Collection · 49 stars
- custom-agent-definitions · Skill · 49 stars
Write and configure custom agent definitions in Claude Code agents/ directory. Use when creating an agent .md file, defining a specialized agent, or config
- d2-diagrams · Skill · 49 stars
Generate diagrams from text using D2 with automatic layouts and themes. Use when creating architecture diagrams, flowcharts, decision trees, sequence flows
- deadbranch · Skill · 49 stars
deadbranch CLI for stale-branch cleanup — dry-run preview, TUI or non-interactive delete, protects main/develop/WIP. Use when asked to clean up branches, p
- debugging-methodology · Skill · 49 stars
Systematic debugging for memory, performance, and system-level issues. Use when diagnosing memory leaks, tracing syscalls with strace/eBPF, profiling, or r
- deep-agents · Skill · 49 stars
Build hierarchical AI agents with the deepagents npm package. Use when creating orchestrators that plan multi-step tasks, delegate to child agents, or main
- deploy-handoff · Skill · 49 stars
Generate deployment handoff docs — tech stack, access URLs, config, monitoring, dev checklist. Use when handing off a service, documenting deployments, or
- deploy-release · Skill · 49 stars
Create and publish releases via release-please or manual GitHub releases. Use when cutting a release, tagging a version, or setting up release-please confi
- deps-install · Skill · 49 stars
Deps install: auto-detect package manager (uv, bun, npm, yarn, pnpm, cargo, go) and run the right install. Use when installing deps or syncing lockfiles.
- design-by-contract · Skill · 49 stars
Design with explicit contracts — preconditions, postconditions, invariants, guard clauses. Use when designing a function/class, hardening a boundary, or ad
- design-deep-modules · Skill · 49 stars
Judge interface depth — deep modules hide complexity behind small interfaces. Use when designing a module/API, reviewing a class boundary, or reducing comp
- design-legacy-seams · Skill · 49 stars
Get legacy code under test before changing it — find seams, write characterization tests. Use when changing untested code, breaking dependencies, or taming
- design-patterns · Skill · 49 stars
Select a design pattern from a symptom — strategy, observer, factory, adapter, decorator. Use when a structure resists change, or choosing between Gang-of-
- design-pseudocode · Skill · 49 stars
Design a routine by stepwise refinement — pseudocode the intent before coding, then promote it to comments. Use when designing a complex function or non-tr
- design-tokens · Skill · 49 stars
Design tokens and CSS custom properties: theme systems, dark mode, component libraries. Use when implementing design systems or user mentions tokens, CSS v
- dev-tools · Skill · 49 stars
Obsidian plugin/theme dev: DevTools, CDP, JS eval, console/error buffers, CSS/DOM inspection, mobile emulation, screenshots. Use when debugging the app.
- dns-tools · Skill · 49 stars
DNS resolution and propagation debugging. Use when looking up A/AAAA/MX/TXT records, verifying DNS changes across resolvers, or querying via DoT/DoH.
- docs-decommission · Skill · 49 stars
Generate DECOMMISSION-<service>.md covering infra, data, access, DNS, dependencies, monitoring, and financial checklists. Use when decommissioning a servic
- docs-generate · Skill · 49 stars
Generate or update docs from code annotations, docstrings, and git history. Use when wanting API reference, README from code, or CHANGELOG from conventiona
- docs-latex · Skill · 49 stars
Convert Markdown to LaTeX with TikZ and compile to PDF. Use when wanting a presentation-quality PDF, a professional report with diagrams, or print-ready do
- docs-refresh · Skill · 49 stars
Refresh plugin catalog docs (README, PLUGIN-MAP, d2 diagram) so per-plugin skill/agent counts match disk. Use when fixing count drift or after adding skill
- docs-sync · Skill · 49 stars
Sync docs with actual skills, commands, and agents. Use when docs are out of sync, updating the skill catalog, or regenerating command reference to fix mis
- document-detection · Skill · 49 stars
Detect PRD/ADR/PRP opportunities in conversations and prompt for document creation. Use when the user discusses feature requirements, tech trade-offs, or i
- document-linking · Skill · 49 stars
Unified ID system for PRDs, ADRs, PRPs, and GitHub issues with bidirectional links. Use when linking docs, finding orphans, auto-assigning IDs, or validati
- documentation-plugin · Collection · 49 stars
- dry-consolidation · Skill · 49 stars
Find and extract duplicated code into shared abstractions. Use when seeing repeated utilities, copy-pasted components, duplicated hooks, or boilerplate rep
- dual-write · Skill · 49 stars
Dual-write pattern for safe data store transitions. Use when planning DB migrations, switching storage backends, or reviewing code writing to multiple syst
- endpoint-security-cpu · Skill · 49 stars
macOS EndpointSecurity/EDR high CPU & battery drain. Use when Kandji ESF / XProtect pegs a core; trace the exec storm via powermetrics + eslogger.
- eslint-to-biome · Skill · 49 stars
Migrate JS/TS linting from ESLint+Prettier to Biome. Use when .eslintrc* or eslint.config.* exists and no biome.json is present.
- evaluate-context-engineering · Skill · 49 stars
Context-engineering audit (C1-C6) of skills and always-loaded rules. Use when trimming context bloat, auditing a plugin, or after a new Claude model ships.
- evaluate-improve · Skill · 49 stars
Suggest improvements to SKILL.md content, descriptions, or tool config from eval results. Use when raising pass rates, fixing triggering, or iterating on a
- evaluate-legibility · Skill · 49 stars
Cold-read a SKILL.md with a zero-context agent reader to check its intent is legible. Use when validating whether a skill says clearly when to invoke it an
- evaluate-matrix · Skill · 49 stars
Cross-model skill evals with real execution and grading — the executability gate. Use when checking whether a weak model can actually do a skill, not just
- evaluate-plugin · Collection · 49 stars
- evaluate-plugin-batch · Skill · 49 stars
Batch evaluate every skill in a plugin and produce a plugin-level report. Use when auditing an entire plugin's quality or validating before a release.
- evaluate-report · Skill · 49 stars
View evaluation results and benchmark reports for a skill or plugin. Use when reviewing past eval results, comparing benchmark runs, or tracking quality tr
- evaluate-skill · Skill · 49 stars
Evaluate a skill by running test cases and grading results. Use when testing whether a skill produces correct guidance, validating improvements, or benchma
- exclusive-lock-dispatch · Skill · 49 stars
Pre-dump-then-dispatch for tools holding an exclusive lock (Ghidra, migrations, single-writer caches). Use when fanning out parallel agents needing a non-c
- execution-grounded-review · Skill · 49 stars
Execution-grounded review: run tests first, trace each acceptance criterion to execution evidence. Use when verifying an implementation meets spec.
- expose-tunable-knob · Skill · 49 stars
Expose a live-adjustable control instead of guessing a magic constant for a parameter the agent cannot itself perceive. Use when tuning visual, audio, or U
- fd-file-finding · Skill · 49 stars
fd fast file finding: smart defaults, gitignore-aware, parallel. Use when searching for files by name, extension, or pattern across directories.
- feature-tracking · Skill · 49 stars
Track feature implementation against requirements with hierarchical FR codes and TODO.md sync. Use when linking features to PRDs or recalculating completio
- feedback-plugin · Collection · 49 stars
- feedback-session · Skill · 49 stars
Analyze session for skill feedback and create GitHub issues. Use when a skill gave wrong guidance, a command failed, you found a better pattern, or a skill
- file-history · Skill · 49 stars
Obsidian File Recovery and Sync history: inspect, diff, restore previous note versions. Use when undoing edits, restoring versions, or recovering files.
- finops-caches · Skill · 49 stars
GitHub Actions cache analysis — size, prefix/branch breakdown, stale detection. Use when investigating cache bloat, stale caches, or auditing cache key str
- finops-compare · Skill · 49 stars
FinOps metrics comparison across repos in an org. Use when benchmarking repos, identifying worst-performing ones, or doing org-wide CI cost analysis.
- finops-overview · Skill · 49 stars
FinOps snapshot — org billing, workflow stats, cache usage. Use when you want a high-level view of CI spending or workflow health before diving deeper.
- finops-plugin · Collection · 49 stars
- finops-waste · Skill · 49 stars
Identify GitHub Actions waste — skipped runs, bot triggers, missing concurrency — and suggest fixes. Use when CI costs are high or workflows run too often.
- finops-workflows · Skill · 49 stars
Analyze workflow runs — frequency, duration, success rates, efficiency. Use when investigating slow CI, high failure rates, or run patterns over time.
- fixtures · Collection · 49 stars
- flake8-to-ruff · Skill · 49 stars
Migrate Python linting from flake8/isort to ruff. Use when pycqa/flake8 or PyCQA/isort is in .pre-commit-config.yaml or [tool.flake8]/[tool.isort] config e
- folded-description · Skill · 49 stars
Render architecture diagrams from text sources. Use when documenting system topology.
- foundryvtt-module · Skill · 49 stars
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 found
- foundryvtt-module-scaffold · Skill · 49 stars
Scaffold a new FoundryVTT v13 module repo (Vite + TS + bun + biome, CI, release-please) with basic/app/libwrapper variants. Use when bootstrapping or init-
- foundryvtt-plugin · Collection · 49 stars
- gamma-plugin · Collection · 49 stars
- generate-image · Skill · 49 stars
Image generation via Gemini 3 Pro Image: aspect ratio, resolution, reference images. Use when creating artwork, product photos, or mockups with AI.
- gh-cli-agentic · Skill · 49 stars
gh CLI commands with JSON output for agent workflows. Use when querying PRs, issues, workflow runs, or repo metadata; inspecting PR checks; fetching failed
- gh-workflow-monitoring · Skill · 49 stars
`gh run watch` — block until a GitHub Actions run finishes, no polling loop. Use when waiting for CI after a push or following a triggered workflow to comp
- git-api-pr · Skill · 49 stars
GitHub API PR creation without local git. Use when submitting file changes as a PR without local commits — quick fixes, typos, config updates, or bypassing
- git-branch-naming · Skill · 49 stars
Git branch naming conventions — type prefixes (feat/fix/chore), issue linking, kebab-case. Use when creating branches or setting up repo conventions.
- git-branch-pr-workflow · Skill · 49 stars
Branch management and PR workflows — git switch/restore, GitHub MCP. Use when creating branches, opening PRs, or working with feature branches.
- git-cli-agentic · Skill · 49 stars
Git commands with porcelain and machine-readable output for agent workflows. Use when scripting status/diff/log, porcelain=v2, --numstat counts, custom --f
- git-commit · Skill · 49 stars
Create commits with conventional messages and issue references. Use when user says "commit", "save changes", or "stage and commit". Local commits only — se
- git-commit-push-pr · Skill · 49 stars
End-to-end commit-to-PR workflow. Use when the user says \"create pr\", \"commit and pr\", \"push and pr\", or wants to go from uncommitted changes to an o
- git-commit-trailers · Skill · 49 stars
Git commit trailer conventions — BREAKING CHANGE, Co-authored-by, Signed-off-by. Use when composing messages with trailers or parsing via git interpret-tra
- git-commit-workflow · Skill · 49 stars
Conventional commit format, staging, and message conventions. Use when writing commit messages, staging files, grouping changes, or auto-detecting linked i
- git-conflicts · Skill · 49 stars
Resolve merge conflicts file-by-file. Use when a merge/rebase has conflicts, a PR can't merge, \"fix conflicts\" is requested, or branches have diverged.
- git-coworker-check · Skill · 49 stars
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
- git-derive-docs · Skill · 49 stars
Derive ADRs, rules, PRDs from git commit history. Use when finding doc gaps, detecting unrecorded decisions, deriving conventions from commits, or generati
- git-fix-pr · Skill · 49 stars
Failing PR checks — reproduce locally, patch the code, push the fix. Use when asked to fix a PR, resolve red CI, or auto-fix lint/test failures.
- git-fork-workflow · Skill · 49 stars
Fork management and upstream sync. Use when working with forks, syncing with upstream, detecting divergence, or preparing commits for contribution.
- git-issue · Skill · 49 stars
GitHub issue to PR end-to-end — branch, TDD implementation, PR — one issue or several in parallel. Use when asked to work on an issue, fix issue #N, or bat
- git-issue-hierarchy · Skill · 49 stars
GitHub sub-issues and blocked_by/blocking links. Use when breaking an issue into sub-tasks, checking parent progress, or viewing a dependency graph.
- git-issue-manage · Skill · 49 stars
Transfer, pin, lock, or open a dev branch from a GitHub issue. Use when moving an issue between repos, pinning or locking it, or bulk-editing custom fields
- git-maintain · Skill · 49 stars
Repo maintenance — incremental repack, gc, branch pruning, stash cleanup, fsck. Use when asked to clean up the repo, run git maintenance/gc, delete merged
- git-plugin · Collection · 49 stars
- git-pr · Skill · 49 stars
Create pull requests with descriptions, labels, and issue references. Use when user says "create PR", "open pull request", or "submit for review". From pus
- git-pr-feedback · Skill · 49 stars
Address PR review comments and resolve threads. Use when CHANGES_REQUESTED is set, working through unresolved review threads, or replying to reviewer feedb
- git-pr-sync-check · Skill · 49 stars
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 com
- git-pr-watch · Skill · 49 stars
Subscribe to a PR's activity; fix CI as it arrives and surface review threads for the user. Use when watching/monitoring/babysitting a PR after opening it,
- git-push · Skill · 49 stars
Push local commits to remote — handles branch tracking, upstream setup, safe push patterns. Use when user says "push", "send to remote", or "update remote"
- git-rebase-patterns · Skill · 49 stars
Advanced git rebase — linear history, stacked PRs, --update-refs, --onto. Use when rebasing branches, cleaning history, managing PR stacks, or fixing merge
- git-repo-detection · Skill · 49 stars
Detect GitHub repo owner/name from git remotes. Use when needing the owner/repo identifier for GitHub CLI or API calls, especially across multiple repos.
- git-security-checks · Skill · 49 stars
Pre-commit security validation and secret detection via gitleaks. Use when scanning for secrets, setting up gitleaks, or configuring .gitleaks.toml pre-com
- git-triage · Skill · 49 stars
Backlog sweep over open issues and PRs — staleness, cross-links, close/merge recommendations, no code changes. Use when grooming the backlog, deciding what
- git-upstream-pr · Skill · 49 stars
Submit PRs to upstream repos from a fork — commit selection, squashing, cross-fork creation. Use when contributing changes upstream or cherry-picking fork
- git-upstream-pr-diverged · Skill · 49 stars
Submit a diverged-fork commit to upstream as a clean PR via cherry-pick with re-derive fallback, message scrubbing, and regression checks. Use when direct
- github-actions-auth-security · Skill · 49 stars
GitHub Actions auth and security for Claude Code — OIDC, AWS Bedrock, Vertex AI, secrets, permission scoping. Use when setting up workflow authentication o
- github-actions-cache-optimization · Skill · 49 stars
GitHub Actions cache analysis and optimization. Use when investigating cache bloat, finding stale caches, optimizing keys, or comparing cache usage across
- github-actions-finops · Skill · 49 stars
GitHub Actions billing, workflow efficiency, and waste analysis at org or repo level. Use when investigating CI/CD costs, wasted runs, or optimizing trigge
- github-actions-inspection · Skill · 49 stars
Failing step, stack trace, and test output from a completed GitHub Actions run; rerun failed jobs. Use when a CI check finished red and you need the error
- github-actions-mcp-config · Skill · 49 stars
MCP server config for GitHub Actions — tool permissions, env vars, multi-server setups. Use when configuring MCP servers in GitHub Actions workflows.
- github-actions-plugin · Collection · 49 stars
- github-issue-autodetect · Skill · 49 stars
Auto-detect GitHub issues that staged changes may fix or close. Analyzes diffs, paths, and issue metadata to suggest closing keywords (Fixes/Closes/Resolve
- github-issue-search · Skill · 49 stars
Search GitHub issues for solutions and workarounds. Use when encountering errors with OSS libraries, finding upstream bug workarounds, or researching known
- github-issue-writing · Skill · 49 stars
GitHub issue body and `[Type] Component:` title — bug/feature templates, repro steps, acceptance criteria. Use when filing a bug or feature request with gh
- github-labels · Skill · 49 stars
GitHub labels via gh CLI — list, apply, create. Use when labeling a PR or issue, checking which labels a repo has, or creating a new label.
- github-pr-title · Skill · 49 stars
Craft PR titles using conventional commits format. Use when creating PRs or ensuring consistent PR naming. PR titles MUST follow conventional commits to dr
- github-social-preview · Skill · 49 stars
Generate 1280x640 PNG social preview images for GitHub repos using nano-banana-pro. Use when asked for social preview, Open Graph image, or repo images for
- github-workflow-auto-fix · Skill · 49 stars
Set up automated CI fixing with Claude Code. Use when adding a workflow that analyzes failures, applies fixes, and files issues; pass --reusable for a mult
- go-containers · Skill · 49 stars
Go container optimization — scratch/distroless images, static binaries, CGO, ldflags, trimpath (846MB to 2.5MB). Use when working with Go containers or opt
- go-feature-flag · Skill · 49 stars
GO Feature Flag (GOFF) self-hosted feature flags with OpenFeature integration — config, relay proxy, targeting, rollouts. Use when working with GOFF or fla
- google-chat-formatting · Skill · 49 stars
Convert Markdown to Google Chat formatting. Use when formatting messages for Google Chat or converting Markdown documents to Google Chat syntax.
- ground-response · Skill · 49 stars
Citation-backed responses with direct quotes from source documents. Use when analyzing long docs, answering codebase/spec questions, or when response accur
- ha-automations · Skill · 49 stars
Home Assistant automation creation and management. Use when working with HA triggers, conditions, actions, scripts, scenes, or blueprints.
- ha-configuration · Skill · 49 stars
Home Assistant YAML configuration management. Use when editing configuration.yaml, setting up integrations, configuring secrets, or troubleshooting HA conf
- ha-entities · Skill · 49 stars
Home Assistant entity and domain management. Use when working with entity IDs, device classes, template entities, groups, or domain-specific attribute cust
- ha-validate · Skill · 49 stars
Validate Home Assistant YAML for syntax errors, undefined secrets, and duplicate keys. Use when validating HA config, diagnosing YAML errors, or running ha
- health-agentic-audit · Skill · 49 stars
Audit skills, commands, and agents for agentic output compliance — optimization tables, bare CLI commands. Use when batch-checking skill documentation qual
- health-audit · Skill · 49 stars
Plugin audit against detected stack (Python, Node, Rust, Go, Terraform, Docker, K8s). Use when cleaning up unused plugins or discovering stack-relevant one
- health-check · Skill · 49 stars
Claude Code health check — scans plugins, settings, hooks, MCP, runtime state, usage telemetry, permissions, marketplace with optional fixes. Use when chec
- health-plugin · Collection · 49 stars
- health-plugins · Skill · 49 stars
Diagnose and fix Claude Code plugin registry corruption — orphaned entries, stale keys, scope conflicts. Use when seeing plugin-already-installed errors or
- health-skill-audit · Skill · 49 stars
Audit skill tree for overlap, split-pressure, and consolidation candidates. Use when finding confusing skill clusters or surfacing REFERENCE.md extraction
- helm-chart-development · Skill · 49 stars
Create, test, and package Helm charts — Chart.yaml, templates, dependencies, repo publishing. Use when the user mentions Helm charts, helm lint/template/pa
- helm-debugging · Skill · 49 stars
Debug Helm failures — template errors, dry-run, YAML parse errors, value type errors, resource conflicts. Use when the user mentions Helm errors or templat
- helm-release-management · Skill · 49 stars
Manage Helm releases — install, upgrade, uninstall, list, inspect, history. Use when the user mentions deploying Helm charts, upgrading releases, or managi
- helm-release-recovery · Skill · 49 stars
Recover from failed Helm deployments — rollback, fix stuck states (pending-install/upgrade), atomic deployments. Use when the user mentions rollback, faile
- helm-values-management · Skill · 49 stars
Manage Helm values — override precedence, multi-env configs, --set, schema validation, secrets. Use when the user mentions Helm values, env-specific config
- hf-downloads · Skill · 49 stars
Hugging Face model downloads without filling root disk — HF_HOME/xet cache redirection, token/gated-repo auth, staging pattern. Use when downloading HF mod
- home-assistant-plugin · Collection · 49 stars
- hooks-configuration · Skill · 49 stars
Claude Code hooks configuration and development. Use when the user mentions hooks, PreToolUse, PostToolUse, SessionStart, SubagentStart, PermissionRequest,
- hooks-permission-request-hook · Skill · 49 stars
Generate a PermissionRequest hook with auto-approve/deny rules. Use when needing a safer alternative to --dangerouslySkipPermissions tailored to your proje
- hooks-plugin · Collection · 49 stars
- hooks-session-end-issue-hook · Skill · 49 stars
Configure a Stop hook that surfaces unfinished todos at session end. Use when you want deferred work automatically flagged for GitHub issue creation.
- hooks-session-start-hook · Skill · 49 stars
Create a SessionStart hook for Claude Code on the web. Use when setting up a repo so dependencies install and tests/linters run automatically on remote ses
- http-load-testing · Skill · 49 stars
HTTP load testing with oha. Use when measuring latency percentiles, finding a server's breaking point, or validating SLA targets under coordinated-omission
- imagemagick-conversion · Skill · 49 stars
ImageMagick image manipulation: format conversion, resizing, batch processing, quality. Use when converting, resizing, batch-processing, or generating thum
- infrastructure-terraform · Skill · 49 stars
Terraform IaC: HCL, state management, modules, plan-apply workflows. Use when the user mentions Terraform, HCL, terraform plan/apply, tfstate, or IaC provi
- install-native-hooks · Skill · 49 stars
Install opt-in taskwarrior native on-add/on-modify/on-exit hooks: auto-stamp project, enforce claims, batch GitHub sync, maintain coworker markers. Use whe
- interface-state · Skill · 49 stars
Local interface, address, route, and neighbor state with iproute2. Use when viewing or configuring a host's own IPs, links, routes, or ARP/NDP cache — the
- jq-json-processing · Skill · 49 stars
jq JSON processing: query, filter, transform JSON. Use when parsing JSON files, filtering arrays/objects, transforming structures, or extracting fields fro
- justfile-expert · Skill · 49 stars
Just command runner expertise — Justfile syntax, recipes, parameters, modules, shebang recipes. Use when authoring justfiles, project commands, or task aut
- kitty-session-persistence · Skill · 49 stars
Snapshot and restore kitty terminal sessions on macOS. Use when surviving WindowServer hangs without losing tabs, configuring snapshots, or restoring after
- knip-dead-code · Skill · 49 stars
Knip dead-code detector for JS/TS: unused files, deps, exports, types. Use when cleaning up codebases, finding dead exports, or enforcing dependency hygien
- kubectl-debugging · Skill · 49 stars
Debug K8s pods/nodes with kubectl debug — ephemeral containers, pod copying, debug profiles, interactive sessions. Use when the user mentions kubectl debug
- kubernetes-operations · Skill · 49 stars
Kubernetes operations — deployment, management, troubleshooting, kubectl mastery. Use when the user mentions K8s, kubectl, pods, deployments, services, ing
- kubernetes-plugin · Collection · 49 stars
- langchain-development · Skill · 49 stars
LangChain JS/TS framework for building LLM-powered apps. Use when working with chat models, prompt templates, LCEL chains, tool binding, or RAG pipelines.
- langchain-init · Skill · 49 stars
Initialize a new LangChain TypeScript project. Use when starting an LLM-powered app, scaffolding an AI agent project, or setting up LangChain from scratch.
- langchain-plugin · Collection · 49 stars
- langgraph-agents · Skill · 49 stars
LangGraph stateful AI agents with graph-based workflows. Use when creating state-machine agents with checkpoints, human-in-the-loop, streaming execution, o
- launchservices-health · Skill · 49 stars
Diagnose macOS LaunchServices DB bloat and launchservicesd CPU spikes. Use when launchservicesd is pegged at high CPU or WindowServer XPC stalls are suspec
- layer2-discovery · Skill · 49 stars
Layer 2 device discovery and topology mapping. Use when finding switch port assignments, enumerating hosts via ARP, or identifying unknown devices by MAC v
- Lightning CSS · Skill · 49 stars
Lightning CSS transpilation, bundling, and minification. Use when configuring CSS in Vite, replacing PostCSS/autoprefixer, setting browser targets, or enab
- macos-disk-usage · Skill · 49 stars
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 pr
- macos-incident-postmortem · Skill · 49 stars
Reconstruct macOS freeze, panic, or reboot from DiagnosticReports and shell history. Use when investigating hangs, panics, watchdog timeouts, jetsam, or th
- macos-performance-benchmark · Skill · 49 stars
Repeatable macOS/Apple-Silicon benchmark + diagnostics scored PASS/WARN/FAIL with saved reports. Use when baselining a Mac, verifying it performs to spec,
- macos-performance-triage · Skill · 49 stars
Live macOS/Apple-Silicon performance triage — find what's heating the Mac (hot WindowServer, GPU compositing, a CPU-heavy browser/Electron app) and attribu
- macos-plugin · Collection · 49 stars
- mcp-code-execution · Skill · 49 stars
Scaffold the code execution pattern for MCP-based agents. Use when agents call many MCP tools, intermediate data exceeds context, you need loops, or PII mu
- mcp-management · Skill · 49 stars
Install, configure and troubleshoot MCP servers. Use when adding/enabling servers, editing .mcp.json, fixing OAuth, or when a server runs stale code after
- mcp-server-authoring · Skill · 49 stars
FastMCP authoring for Python MCP servers — tools, resources, prompts, TDD, release-please. Use when building or extending an MCP server, adding a tool/reso
- mermaid-diagrams · Skill · 49 stars
Render Mermaid diagrams (mmdc) to SVG/PNG/PDF — flowcharts, sequence, ERDs, class, state, Gantt, pie, gitGraph. Use when rendering .mmd or embedding diagra
- meta-assimilate · Skill · 49 stars
Copy, generalize, or merge a project's .claude/{agents,commands} into user-scoped configuration. Use when assimilating another project's Claude setup or ge
- meta-audit · Skill · 49 stars
Audit Claude subagent configs for completeness, security, and best practices. Use when reviewing agents/ for missing frontmatter, overprivileged tools, or
- meta-context-diet · Skill · 49 stars
Audit CLAUDE.md and .claude/rules for always-loaded content that should become an on-demand skill. Use when CLAUDE.md feels bloated, trimming context, or p
- meta-promote · Skill · 49 stars
Promote rules, skills, or agents from project scope to parent or user-global scope. Use when reorganizing .claude/ directories or when sibling repos hold n
- migration-patterns-plugin · Collection · 49 stars
- mini-marketplace-src · Collection · 49 stars
- mockito-http-mocking · Skill · 49 stars
mockito HTTP mocking for Rust integration tests: expectation semantics, mock matching order, and taming polling clients against instant mock servers. Use w
- multi-model-delegation · Skill · 49 stars
Multi-model design consults via PAL (kimi, glm, gemini, gpt). Use when asking other models to brainstorm a design or reconciling their split answers.
- multi-repo-discipline · Skill · 49 stars
Multi-repo workspace rules: read-only fixtures, upstream/downstream pairs. Use when dispatching agents across sibling repos or editing another repo's .clau
- mutation-testing · Skill · 49 stars
Mutation testing with Stryker (TS/JS) and mutmut (Python). Use when finding weak tests that pass on mutated code, or improving test quality through mutatio
- mypy-to-ty · Skill · 49 stars
Migrate Python type checking from mypy to ty (Astral). Use when mirrors-mypy is in .pre-commit-config.yaml or [tool.mypy] config exists.
- network-diagnostics · Skill · 49 stars
Network connectivity and latency diagnostics. Use when tracing routes, comparing ping latency across endpoints, or inspecting local socket/port usage.
- network-discovery · Skill · 49 stars
Network host and port discovery with nmap. Use when scanning TCP ports, enumerating hosts on a subnet, or identifying running services and versions.
- network-monitoring · Skill · 49 stars
Real-time network traffic and per-process bandwidth monitoring. Use when finding which app consumes bandwidth, inspecting active connections, or capturing
- networking-plugin · Collection · 49 stars
- no-description · Skill · 49 stars
- no-name · Skill · 49 stars
Inspect JSON payloads and extract nested fields. Use when parsing API responses.
- nodejs-containers · Skill · 49 stars
Node.js container optimization — Alpine, multi-stage builds, node_modules caching, BuildKit mounts (900MB to ~100MB). Use when working with Node.js contain
- nodejs-development · Skill · 49 stars
Node.js development with Bun, Vite, Vue 3, Pinia, TypeScript. Use when the user mentions Node.js, Bun, Vite, Vue, Pinia, npm, pnpm, or modern JS/TS framewo
- normal-skill · Skill · 49 stars
Commit staged changes with a conventional message. Use when saving work to git history.
- nushell-data-processing · Skill · 49 stars
Structured data processing with nushell — native tables, multi-format parsing (JSON/YAML/TOML/CSV/XML), pipelines, group-by. Use when running multi-step cr
- obsidian-plugin · Collection · 49 stars
- odiff-image-diffing · Skill · 49 stars
odiff pixel-by-pixel image diffing. Use when comparing screenshots, detecting visual regressions, diffing before/after PNGs, asserting golden images.
- openfeature · Skill · 49 stars
OpenFeature vendor-agnostic feature flag SDK: installation, evaluation, providers. Use when implementing feature flags, A/B testing, or progressive rollout
- parallel-agent-dispatch · Skill · 49 stars
Dispatch contract for spawning parallel agents covering worktree collisions, scope overflow, and silent exits. Use when fanning out concurrent agents or au
- playwright-cli · Skill · 49 stars
Playwright CLI browser automation — navigate, screenshot, fill forms, click. Use when automating browser tasks from the shell; 4-10x more token-efficient t
- playwright-testing · Skill · 49 stars
Playwright E2E testing — cross-browser, visual regression, API testing, mobile emulation. Use when writing E2E tests or setting up automated UI testing for
- plugin-authoring · Skill · 49 stars
Add, modify, or delete a skill or plugin in this repo — frontmatter shape, the seven metadata files a plugin touches, and the create/delete checklists. Use
- plugin-registry · Skill · 49 stars
Claude Code plugin registry structure, installation scopes, and common issues. Use when troubleshooting plugin installation problems or manually fixing reg
- plugin-settings · Skill · 49 stars
Configure per-project plugin settings via .claude/plugin-name.local.md files. Use when building plugins with user-configurable behavior, storing agent stat
- plugins-themes · Skill · 49 stars
Obsidian community plugins/themes/CSS snippets management. Use when installing, enabling, switching theme, or toggling restricted mode.
- project-continue · Skill · 49 stars
Next task from the feature tracker and PRDs, then implement it. Use when resuming coding in a blueprint project, picking the next tracker task, or resuming
- project-discovery · Skill · 49 stars
Project orientation for unfamiliar codebases. Use when entering a new project, exploring unknown repos, or working on shaky assumptions about build, test,
- project-init · Skill · 49 stars
Scaffold a new project with base structure (git, README, LICENSE, CI, pre-commit). Use when starting a new project, initializing a repo, or bootstrapping P
- project-plugin · Collection · 49 stars
- project-skill-scripts · Skill · 49 stars
Find and create supporting scripts for plugin skills. Use when auditing skills for script opportunities, improving token efficiency, or extracting bash blo
- project-test-loop · Skill · 49 stars
Test-fix-refactor loop that edits code between runs until the suite is green, bounded by --max-cycles. Use when asked to make failing tests pass or drive a
- prompt-engineering-plugin · Collection · 49 stars
- properties · Skill · 49 stars
Obsidian YAML frontmatter properties: read, set, remove on notes. Use when user mentions frontmatter, metadata, tags, aliases, status, or dates.
- property-based-testing · Skill · 49 stars
Property-based testing with fast-check (TS/JS) and Hypothesis (Python). Use when generating test data, finding edge cases, testing properties, or writing Q
- prose-distill · Skill · 49 stars
Prose distill: condense verbose text to its essence. Use when asked to condense, tighten, shorten, reduce verbosity, or omit needless words while preservin
- prose-plugin · Collection · 49 stars
- prose-synthesize · Skill · 49 stars
Prose synthesize: turn unstructured notes into a structured, actionable plan. Use when given brain dumps, stream-of-consciousness, or scattered thoughts ne
- publish-sync · Skill · 49 stars
Obsidian Publish and Sync operations. Use when publishing notes, managing change sets, pausing/resuming sync, or recovering sync-deleted files.
- pytest-advanced · Skill · 49 stars
Advanced pytest: fixtures, markers, parametrization, parallel execution. Use when implementing test infrastructure, writing fixtures, or running with cover
- python-code-quality · Skill · 49 stars
Python code quality with ruff and ty. Use when the user mentions ruff, ty, linting, formatting, type checking, or Python code style.
- python-containers · Skill · 49 stars
Python container optimization — slim images (not Alpine), virtualenv, multi-stage, pip/poetry/uv, musl gotchas (1GB to ~120MB). Use when working with Pytho
- python-development · Skill · 49 stars
Core Python development idioms and language features (3.10+). Use when mentioning Python, type hints, or async. For scripts see uv-run; for project setup s
- python-packaging · Skill · 49 stars
Build and publish Python packages with uv. Use when the user mentions building packages, publishing to PyPI, wheel/sdist creation, or entry points.
- python-plugin · Collection · 49 stars
- python-testing · Skill · 49 stars
Python testing with pytest, coverage, fixtures, and mocking. Use when the user mentions pytest, unit tests, coverage, fixtures, mocking, or writing Python
- quoted-description · Skill · 49 stars
Debug HTTP APIs: trace requests, inspect headers. Use when a request fails: check status first.
- refocus · Skill · 49 stars
Refresh the plan to focus on the task at hand. Use when context grew, completed steps muddy it, or you want to clear context and continue in auto mode.
- release-please-configuration · Skill · 49 stars
release-please monorepo config — component tags, per-package extra-files, tag migration. Use when adding packages or fixing duplicate-tag / no-bump failure
- release-please-pr-workflow · Skill · 49 stars
Merging release-please release PRs — batch merge, conflict resolution by closing and recreating the PR. Use when release PRs pile up or a release PR confli
- release-please-protection · Skill · 49 stars
Block manual edits to release-please files (CHANGELOG, version fields), and stop committed generated artifacts from deriving from them. Use when editing ch
- rg-code-search · Skill · 49 stars
ripgrep (rg) fast code search: smart defaults, regex, file filtering. Use when searching for text patterns, code snippets, or doing multi-file analysis.
- ruff-formatting · Skill · 49 stars
Python code formatting with ruff format. Fast, Black-compatible formatter. Use when formatting Python files, enforcing style, or checking format compliance
- ruff-linting · Skill · 49 stars
Python linting with ruff. Fast linting, rule selection, auto-fixing, and config. Use when checking Python code quality, enforcing standards, or finding bug
- rust-development · Skill · 49 stars
Rust development — cargo, clippy, rustfmt, async, Tokio, Serde, memory safety. Use when mentioning Rust, cargo, ownership, lifetimes, fearless concurrency,
- rust-plugin · Collection · 49 stars
- search-discovery · Skill · 49 stars
Obsidian vault search: full-text/grep, tag listing, link traversal, outline, orphan/dead-end detection, broken wikilink audit. Use when exploring backlinks
- session-distill · Skill · 49 stars
Distill session insights into rules, skill improvements, recipes, and cross-repo promotions to marketplace plugins. Use when capturing learnings, codifying
- session-end · Skill · 49 stars
End-of-session orchestrator. Previews which of wrap/distill/feedback/taskwarrior-sync qualify, single confirm, then sequence. Use when winding down a sessi
- session-plugin · Collection · 49 stars
- session-spinup · Skill · 49 stars
Read-only session-start briefing of open tasks, git state, journal todos — reports, never edits code. Use when user says spin up, what was I doing, or pick
- session-wrap · Skill · 49 stars
End-of-session capture to taskwarrior, optional journal, GitHub issues. Use when user says wrap up, session wrap, or done for now.
- settings-configuration · Skill · 49 stars
Claude Code settings hierarchy, permission wildcards, and configuration patterns. Use when setting up permissions, debugging settings issues, or understand
- shadow-mode · Skill · 49 stars
Shadow mode / dark-launch for validating new systems under production load. Use when testing replacement services, comparing behavior, or planning traffic
- shell-expert · Skill · 49 stars
Shell scripting: bash, zsh, POSIX, CLI tools, cross-platform automation. Use when writing shell scripts, pipes, command-line automation, or portable shell
- skaffold-filesync · Skill · 49 stars
Skaffold file sync — copy changed files to containers without rebuilding. Use when optimizing the dev loop, configuring sync rules, or the user mentions ho
- skaffold-orbstack · Skill · 49 stars
OrbStack-optimized Skaffold for local Kubernetes dev without port-forward. Use when configuring Skaffold with OrbStack, k8s.orb.local, LoadBalancer, or eli
- skaffold-testing · Skill · 49 stars
Container image validation with Skaffold test/verify stages — container-structure-tests, security scans. Use when configuring pre-deploy tests or integrati
- skilldirs · Collection · 49 stars
- skilldirs · Collection · 49 stars
- skilldirs · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- skills · Collection · 49 stars
- software-design-plugin · Collection · 49 stars
- task-add · Skill · 49 stars
File a taskwarrior task with a verified project slug and blueprint/GitHub linkage. Use when logging cross-session follow-ups, confirming a project slug, or
- task-bulk-ops · Skill · 49 stars
Batch taskwarrior operations without the ID-renumbering and stdin foot-guns. Use when closing/triaging/modifying many tasks in one pass, bulk `task done` l
- task-claim · Skill · 49 stars
Claim a taskwarrior task as in-flight (+ACTIVE) and write a coworker marker. Use when picking up a task from task-coordinate output before starting impleme
- task-coordinate · Skill · 49 stars
Surface next N unblocked taskwarrior tasks by urgency, skipping lock-contending tasks. Use when planning a parallel-agent wave or choosing tasks for a disp
- task-done · Skill · 49 stars
Close a taskwarrior task with landing commit annotation and optional GitHub issue/PR close. Use when finishing a coordination task or marking a work order
- task-reconcile · Skill · 49 stars
Close taskwarrior tasks whose linked GitHub issue/PR closed or merged. Use when stale trackers pile up, after a PR-merge sweep, or auditing queue drift.
- task-release · Skill · 49 stars
Release a taskwarrior task without closing it — stops +ACTIVE clock and annotates state for handoff. Use when pausing mid-task, handing off to another agen
- task-status · Skill · 49 stars
Read-only taskwarrior queue report — pending, blocked, ready tasks and drift vs linked PRs. Use when auditing queue health, orienting before a wave, or for
- tasks · Skill · 49 stars
Obsidian tasks via CLI: list open tasks, create tasks, mark complete. Use when user mentions Obsidian tasks, todos, checklists, or completion.
- taskwarrior-plugin · Collection · 49 stars
- templates · Skill · 49 stars
Obsidian Templates plugin: list, read, insert templates with {{date}}/{{time}}/{{title}} variables. Use when inserting or applying a template.
- terraform-plugin · Collection · 49 stars
- test-analyze · Skill · 49 stars
Analyze test results and create a fix plan with subagents. Use when triaging failing tests, analyzing JUnit XML, planning fixes for accessibility/security,
- test-consult · Skill · 49 stars
Consult the test-architecture agent for strategy decisions. Use when asking about coverage gaps, test pyramid, framework selection, flaky-test remediation,
- test-focus · Skill · 49 stars
One test file, fail-fast — Playwright, Vitest, Jest, pytest, cargo, go test. Use when running a single spec file, headed/debug mode, or serial single-worke
- test-full · Skill · 49 stars
Every tier in pyramid order — unit, then integration, then E2E. Use when running all tests before a PR or commit, or generating a coverage report.
- test-quality-analysis · Skill · 49 stars
Detect test smells, overmocking, flaky tests, and coverage issues. Use when reviewing tests, improving test quality, or analyzing test effectiveness and re
- test-quick · Skill · 49 stars
Unit tier only — skips slow, integration, and E2E tests for sub-30s feedback. Use when checking units after a change, running tests affected since the last
- test-report · Skill · 49 stars
Cached results from the last test run, no re-run — pass/fail counts, existing coverage report, history, flaky tests. Use when asked for current test status
- test-run · Skill · 49 stars
Run the project's tests — auto-detects pytest, vitest, jest, cargo, go test; whole suite or a name pattern. Use when asked to run the tests and no tier, si
- test-setup · Skill · 49 stars
Configure testing infrastructure with CI/CD. Use when setting up tests, scaffolding test dirs, adding pre-commit hooks, GitHub Actions workflows, Codecov,
- test-strategy-review · Skill · 49 stars
Evaluate whether a test suite actually tests what it aims to, using an adversarial pass plus a tests-hidden cold read, then verify every finding against th
- test-tier-selection · Skill · 49 stars
Decide which test tier a change needs — unit, integration, or E2E — from its scope; runs nothing itself. Use when deciding how much of the suite to run aft
- testing-plugin · Collection · 49 stars
- tests · Collection · 49 stars
- tfc-list-runs · Skill · 49 stars
List Terraform Cloud workspace runs filtered by status or date. Use when reviewing run history, finding failed runs, or auditing infra changes. Requires TF
- tfc-plan-json · Skill · 49 stars
TFC plan JSON download and analysis. Use when diffing resource changes, inspecting replacements, or feeding plan data downstream. Requires TFE_TOKEN.
- tfc-run-logs · Skill · 49 stars
Retrieve plan and apply logs from Terraform Cloud runs. Use when debugging failed plans/applies or reviewing TFC run output. Requires TFE_TOKEN.
- tfc-run-status · Skill · 49 stars
Terraform Cloud run status with resource counts and actions. Use when polling a run, checking pass/fail, or seeing if it can be applied or canceled. Requir
- tfc-workspace-runs · Skill · 49 stars
List TFC runs across known workspaces (github, sentry, gcp, onelogin, twingate). Use when checking TFC status or listing runs by workspace. Requires TFE_TO
- ticket-drafting-guidelines · Skill · 49 stars
What/Why/How prose structure and neutral, positive register for issues, PR descriptions, and tickets. Use when wording a ticket body, tightening prose, or
- tools-plugin · Collection · 49 stars
- tui-keybinding-debug · Skill · 49 stars
Debug dead TUI/terminal keybindings — terminal interception (kitty), layout-impossible chords, legacy key aliasing. Use when a configured key does nothing
- ty-type-checking · Skill · 49 stars
ty: Astral's extremely fast Python type checker (mypy/Pyright alternative). Use when checking Python types or setting up type checking. Triggers: ty, mypy
- typescript-debugging · Skill · 49 stars
Modern TypeScript/JavaScript debugging with Bun — inspector flags, debug.bun.sh, VSCode launch.json, memory profiling, heap analysis. Use when setting up i
- typescript-plugin · Collection · 49 stars
- typescript-sentry · Skill · 49 stars
Error monitoring and performance with Sentry SDK for Bun/Node.js/Next.js — error capture, breadcrumbs, spans, cron monitoring, source maps, structured logg
- typescript-strict · Skill · 49 stars
TypeScript strict mode: tsconfig.json, strict flags, Bundler/NodeNext moduleResolution, verbatimModuleSyntax. Use when setting up TS or migrating to strict
- UnoCSS · Skill · 49 stars
UnoCSS atomic CSS engine for on-demand utility classes. Use when setting up utility-first CSS, configuring presets (wind3/wind4, icons, typography), or int
- uv-advanced-dependencies · Skill · 49 stars
Advanced uv dependencies: Git deps, path deps, editable installs, groups, extras, custom indexes. Use when the user mentions git+https deps, editable insta
- uv-project-management · Skill · 49 stars
Python project setup, deps, and lockfiles with uv. Use when the user mentions uv, creating Python projects, managing dependencies, lockfiles, or pyproject.
- uv-python-versions · Skill · 49 stars
Install and manage Python interpreter versions with uv. Use when the user mentions installing Python versions, .python-version, uv python, or managing CPyt
- uv-run · Skill · 49 stars
Run Python scripts with uv (PEP 723 inline deps, --with for one-off deps). Use when running scripts without venv activation or needing one-off dependencies
- uv-tool-management · Skill · 49 stars
Install and manage global Python CLI tools with uv (pipx alternative). Use when the user mentions uv tool, uvx, installing CLI tools globally, or pipx repl
- uv-workspaces · Skill · 49 stars
Manage multi-package Python projects with uv workspaces. Use when the user mentions uv workspaces, Python monorepo, shared lockfiles, or member dependencie
- vault-files · Skill · 49 stars
Obsidian vault file ops via CLI: read, create, append, move, rename, delete, listings, daily/random notes. Use when managing vault files.
- vault-frontmatter · Skill · 49 stars
Offline YAML frontmatter maintenance for Obsidian notes. Use when stripping legacy `id:`, cleaning Templater markers, or fixing bare emoji tags.
- vault-management · Skill · 49 stars
Obsidian vault inspection and cross-vault routing via `vault=` prefix. Use when checking vault info (path, size, file count) or targeting a non-active vaul
- vault-mocs · Skill · 49 stars
Map-of-Content (MOC) curation for Obsidian vaults. Use when creating a MOC for a tag, extending with orphans, fixing legacy MOC tags, or analyzing coverage
- vault-orphans · Skill · 49 stars
Triage orphaned notes (zero in/out wikilinks) in an Obsidian vault. Use when finding orphans, linking them into a MOC, or reconnecting Zettelkasten notes.
- vault-stubs · Skill · 49 stars
Work-namespace redirect-stub classification in an Obsidian vault. Use when cleaning stubs, converting duplicates to redirects, or merging content into Zett
- vault-tags · Skill · 49 stars
Emoji-prefixed tag taxonomy for Obsidian vaults. Use when consolidating drifted tags, collapsing bare emoji placeholders, or reducing over-tagging.
- vault-templates · Skill · 49 stars
Obsidian Templater drift repair. Use when fixing unrendered `<% tp.file.cursor() %>` markers or replacing `{{title}}`/`{{date}}` placeholders.
- vault-wikilinks · Skill · 49 stars
Broken Obsidian wikilink detection and repair. Use when fixing `[[Target]]` links, rewriting renamed-note refs, or resolving Zettelkasten/work-namespace pa
- verify-before-plan · Skill · 49 stars
Verify orchestrator premises (file counts, build state, artefact presence) before dispatching parallel subagents. Use when a wave's briefs cite a number, p
- version-badge-pattern · Skill · 49 stars
Version badge UI showing build version, git commit, and changelog in a tooltip. Use when adding version visibility for support or debugging. Works with Rea
- vitest-testing · Skill · 49 stars
Vitest test runner — Vite-native, ESM, watch/UI mode, coverage, mocking, snapshots. Use when setting up tests for Vite projects, migrating from Jest, or ne
- vulture-dead-code · Skill · 49 stars
Vulture and deadcode tools for detecting unused Python code (functions, classes, imports). Use when cleaning up codebases or removing dead code. Triggers v
- wave-based-dispatch · Skill · 49 stars
Sequential-wave dispatch for WO chains where output of one feeds the next, shared locks, or shared files prevent fan-out. Use when planning dependent multi
- workflow-checkpoint-refactor · Skill · 49 stars
Multi-phase refactoring with checkpoint files that survive context limits. Use when refactoring spans 10+ files, needs phased rollout, or risks running out
- workflow-dev · Skill · 49 stars
Automated dev loop — run tests, file issues for failures, TDD fix on branch, open PR, watch CI. Use when running a continuous dev loop, autonomous TDD, or
- workflow-orchestration-plugin · Collection · 49 stars
- workflow-preflight · Skill · 49 stars
Pre-work validation before implementation. Use when starting an issue or fix to verify remote state, check for existing PRs, and detect branch conflicts be
- workflow-verify-before-filing · Skill · 49 stars
Verify accumulated bug claims at upstream HEAD and dedup against trackers before filing issues. Use when filing upstream reports from backlogs, audit docs,
- workflow-wave-dispatch · Skill · 49 stars
Sequential-wave dispatch for multi-agent work with cross-task dependencies. Use when planning multi-step work, fixing parallel-dispatch order, or gating wa
- workspaces · Skill · 49 stars
Obsidian editor workspace: list open tabs, recent files, saved Workspaces. Use when checking what's open, switching layouts, or opening files into tabs.
- yq-yaml-processing · Skill · 49 stars
yq YAML processing: query, filter, transform YAML. Use when parsing configs, modifying Kubernetes manifests or GitHub Actions workflows, or transforming YA
- agent-cli-worktree-safety · Skill
Data-loss invariants for a CLI that runs an agent SDK in a git worktree then force-removes it. Use when building or reviewing such a CLI, or when an agent
- code-scaffold-backport · Skill
Back-port an instance fix into the generator that produced it — cookiecutter, scaffold, `new-*` recipe. Use when fixing, reviewing, or auditing a generated
- design-diy-vs-dependency · Skill
Evaluate a transparent DIY reimplementation before depending on a heavy single-purpose tool — GUI wrapper, bundled runtime, unaudited or non-cross-platform
- docs-fetch-fallbacks · Skill
WebFetch 404/403/timeout/empty-SPA fallback ladder: strip query, raw.githubusercontent, `gh api`, docs-source-at-a-pinned-tag, context7/WebSearch. Use when
- docs-single-source · Skill
Link docs to the single source of truth instead of restating it. Use when writing or restructuring docs, editing a README/CLAUDE.md, or copying a list that
- docs-verify-machine-facts · Skill
Verify machine-read values (scutil, route, ifconfig, local config) against the authoritative IaC before publishing. Use when org docs quote DNS names, IPs,
- git-issue-scoping · Skill
Read an issue's full comment thread and re-verify its cited evidence at HEAD. Use when scoping a PR or plan from a GitHub issue, or before filing or revers
- git-merge-hazards · Skill
Traps in GitHub's merge machinery. Use when merging a PR, merging a stacked PR chain, auditing whether a branch really landed, or merging over red CI.
- git-repo-delete-check · Skill
Verify a repo's work survives deletion — remote, unpushed commits, stashes — then offer a push or tar backup. Use when asked to rm -rf, delete, or prune a
- git-stacked-prs · Skill
GitHub native stacked PRs via gh stack. Use when creating, syncing, rebasing or merging a PR stack, or choosing stacks vs manual PR chains.
- git-upstream-fix-check · Skill
Check upstream HEAD before patching vendored, tarball-installed, or forked code. Use when patching a dependency, custom node, or fork you don't own.
- meta-local-notes · Skill
Audit a CLAUDE.local.md — verify each claim live, fix drifted environment facts, cut findings duplicating versioned docs. Use when local notes are stale, o
- prose-check · Skill
Self-evaluate outward-bound prose against the house rubric — the three tics, end-on-the-fact, TL;DR footer. Use when drafting a PR body, issue body, doc, r
- tool-result-traps · Skill
Tool results that mean something other than they look — a pattern that never compiled, a glob that cannot match a directory, one tier searched but reported
- typer-cli-completion · Skill
Generate Typer/Click shell completions from a non-shell parent, bypassing shellingham. Use when `--install-completion` prints "Shell None is not supported"