BigHugger

Agent skills that ask for Bash, in plugin format

A skill is a Markdown file that tells a coding agent how to do one job. We parse every one we can find — the frontmatter, the outline, the languages in its code blocks — so you can look for the one that fits instead of reading through a repository to find out.

69,865 skills from 9,574 repositories, last read 11 September 2026.

Skills declare what they need inconsistently: 58.8% name the languages they run, 11.2% list the tools they ask for, and 4.6% give themselves a category. Filtering narrows to the ones that said so, never to the ones that are.

  1. recursive-decision-ledgeraffaan-m/ECC

    Use when the user asks for repeated rollouts, marked decision processes, high-dimensional search, stochastic optimization, local-optima exploration, ensemble comparison, or recursi

    pluginReadWriteEdit
  2. agent-architecture-auditaffaan-m/ECC

    Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and r

    pluginbashjsonReadWriteEdit
  3. data-throughput-acceleratoraffaan-m/ECC

    Use when large data ingestion, backfill, export, ETL, warehouse loading, manifest catch-up, or table synchronization needs to become much faster while preserving data correctness.

    pluginReadWriteEdit
  4. parallel-execution-optimizeraffaan-m/ECC

    Use when the user wants a task done much faster through parallel work, concurrent agents, batched tool calls, isolated worktrees, or many independent verification lanes without los

    pluginReadWriteEdit
  5. eval-harnessaffaan-m/ECC

    Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles. Use when a Claude Code workflow needs a formal eval before it is trusted

    pluginbashmarkdownReadWriteEdit
  6. latency-critical-systemsaffaan-m/ECC

    Use for latency-sensitive systems such as realtime dashboards, market data, streaming agents, execution gateways, queues, caches, or HFT-like infrastructure where freshness and p95

    pluginReadWriteEdit
  7. blender-motion-state-inspectionaffaan-m/ECC

    Use this skill when inspecting Blender characters, rigs, poses, animation retargeting, ground contact, facing direction, or model-vs-motion alignment where screenshots alone are no

    pluginmarkdownReadWriteEdit
  8. agent-evalaffaan-m/ECC

    Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics. Use when choosing between coding age

    pluginbashyamlReadWriteEdit
  9. inherit-legacy-styleaffaan-m/ECC

    Legacy-project style inheritance skill. Use when the user types /inherit-legacy-style, or when onboarding an AI coding agent onto a hand-written legacy project and you need to prev

    pluginbashReadGlobGrep
  10. gan-style-harnessaffaan-m/ECC

    GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper. Use when a feature should

    pluginbashmarkdownReadWriteEdit
  11. benchmark-optimization-loopaffaan-m/ECC

    Use when the user asks to make something faster, try many variants, run recursive optimization, benchmark latency/throughput/cost, or choose the best implementation by repeated mea

    pluginReadWriteEdit
  12. skill-complyaffaan-m/ECC

    Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences,

    pluginbashReadBash
  13. bunqueueegeominotti/bunqueue

    Use bunqueue job queue library - Queue, Worker, Bunqueue (simple mode), FlowProducer, cron, DLQ, embedded and TCP modes

    pluginbashjsontypescriptReadGrepGlob+3 files
  14. ui-ux-designnexus-substrate/nexus-agents

    Generate design systems and implement UX/UI for software products using Astro, Svelte, Tailwind CSS, Material Design 3, and OKLCH color system. Covers style selection, color palett

    pluginbashcssjavascriptmarkdownReadGrepGlob
  15. version-checknexus-substrate/nexus-agents

    Check that dependencies are current stable versions and not deprecated. Use before adding new dependencies or at project setup. Triggers on "check versions", "verify dependencies",

    pluginbashBashReadWebFetch+1 files
  16. infrastructure-managementnexus-substrate/nexus-agents

    Manage physical server infrastructure, bare metal systems, and OOB management. Handles iDRAC/iLO/IPMI access, SSH connectivity checks, boot time estimation, and hardware health mon

    pluginbashReadEditWrite
  17. performance-optimizationnexus-substrate/nexus-agents

    Measure-first optimization for code that has actual evidence of being slow. Apply when performance requirements exist, profiles show bottlenecks, or a change introduced a regressio

    pluginReadEditBash
  18. releasenexus-substrate/nexus-agents

    Execute a release following project standards. Use when publishing a new version, creating release tags, or deploying. Triggers on "release", "publish", "version bump", "create rel

    pluginbashReadEditWrite+1 files
  19. context-engineeringnexus-substrate/nexus-agents

    Curate what the agent sees, when, and how it's structured. Apply when starting a session, when output quality drifts, when fanning out subagents, or when configuring rules files. T

    pluginReadEditWrite
  20. system-reviewnexus-substrate/nexus-agents

    Run a system review to check project health. Use when issues drop below 5, an EPIC closes, or 7+ days since last review. Triggers on "system review", "project health", "review syst

    pluginbashReadEditWrite
  21. docs-chartnexus-substrate/nexus-agents

    Generate dark-mode-compatible inline SVG charts (bar, donut, line, lollipop, area, radar) for nexus-agents docs from quantitative data — OutcomeStore metrics, fitness scores, CLI s

    pluginxmlReadEditWrite
  22. deprecation-and-migrationnexus-substrate/nexus-agents

    Plan and execute the removal of deprecated APIs without breaking consumers. Apply when retiring `@deprecated` markers, renaming public surfaces, or version-gating cleanup work. Tri

    pluginbashReadEditWrite+1 files
  23. api-and-interface-designnexus-substrate/nexus-agents

    Design stable, hard-to-misuse interfaces — REST endpoints, MCP tool schemas, module boundaries, type contracts. Apply when defining new surfaces or evolving public ones. Triggers o

    plugintypescriptReadEditWrite
  24. docs-mermaidnexus-substrate/nexus-agents

    Generate precise diagrams (flowchart, sequence, state, ER, class, gantt, gitGraph) using Mermaid for nexus-agents docs. Use when the user wants to "diagram this", "show how X works

    pluginmarkdownReadEditWrite
  25. documentation-managementnexus-substrate/nexus-agents

    Operating manual for documentation work in nexus-agents. Use when updating docs, adding new docs, changing doc pipeline, or troubleshooting doc issues. Triggers on "update docs", "

    pluginbashmarkdownReadEditWrite+4 files
  26. bug-fixnexus-substrate/nexus-agents

    Fix a bug following project standards. Use when fixing defects, debugging issues, or resolving reported problems. Triggers on "fix bug", "debug", "fix issue", "resolve bug".

    pluginbashReadEditWrite+1 files
  27. e2e-validationnexus-substrate/nexus-agents

    Periodically exercise ALL nexus-agents feature families end-to-end against a real task — research → synthesize → vote → plan → dev-pipeline → graph workflow → memory → audit — capt

    pluginReadEditWrite
  28. dogfooding-issuesnexus-substrate/nexus-agents

    Process open GitHub issues using the self-development protocol. Implements features from research registry with proper voting and testing. Use when working on open issues, implemen

    pluginbashReadEditWrite+3 files
  29. docs-reviewnexus-substrate/nexus-agents

    Score a technical doc (RFC, ADR, README, CLAUDE.md, blog-style post) against the 5-category 100-point rubric in .rules/docs-rubric.md. Read-only audit. Surfaces top issues by sever

    pluginReadGrepGlob
  30. gemini-delegatornexus-substrate/nexus-agents

    Delegate large context and multimodal tasks to Gemini CLI. Use when context exceeds 100K tokens, analyzing images/screenshots, processing large codebases, or for speed/cost-sensiti

    pluginbashtypescriptBashReadGrep+1 files
  31. hotfixnexus-substrate/nexus-agents

    Apply a hotfix for critical production issues. Use for security vulnerabilities or bugs that prevent core functionality. Triggers on "hotfix", "emergency fix", "critical fix", "pro

    pluginbashReadEditWrite
  32. code-simplificationnexus-substrate/nexus-agents

    Reduce nesting, extract names, eliminate redundancy without changing behavior. Apply after features work and tests pass — never as a drive-by during feature work. Triggers on "simp

    pluginReadEditBash
  33. dev-pipelinenexus-substrate/nexus-agents

    Multi-agent development pipeline (Orchestrator + workers + consensus vote). Use when the user asks to "build a feature", "fix a bug with the pipeline", or "run the dev pipeline". T

    pluginjsonReadWriteEdit
  34. codex-delegatornexus-substrate/nexus-agents

    Delegate code generation tasks to Codex CLI for optimal performance. Use when implementing features, generating tests, refactoring code, or making bulk code changes. Triggers on "d

    pluginbashyamlBashReadGlob+2 files
  35. pre-push-paritynexus-substrate/nexus-agents

    Run the CI gates locally before pushing, so failures surface in seconds instead of one CI cycle at a time. Enumerates the checks in .github/workflows/, runs the locally-runnable su

    pluginbashReadBashGrep
  36. implement-featurenexus-substrate/nexus-agents

    Implement a new feature following project standards. Use when adding functionality, creating new modules, or extending capabilities. Triggers on "implement", "add feature", "create

    pluginbashtypescriptReadEditWrite+2 files
  37. reviewing-codenexus-substrate/nexus-agents

    Review code changes following project standards and security guidelines. Checks for lint compliance, type safety, test coverage, and security issues. Use when reviewing PRs, auditi

    pluginbashmarkdownReadGrepGlob+3 files
  38. security-scanningnexus-substrate/nexus-agents

    Review and fix security scanning alerts from CodeQL and secret scanning. Run as part of system reviews, after CI runs, or on manual request. Triggers on "security scan", "codeql",

    pluginbashReadEditWrite
  39. security-advisory-responsenexus-substrate/nexus-agents

    Respond to a reporter-filed GitHub Security Advisory with coordinated disclosure discipline: confidential triage, private-fork patching, simultaneous publish, post-mortem. Use when

    pluginbashReadEditWrite
  40. browser-testing-with-devtoolsnexus-substrate/nexus-agents

    Test UI in real browsers via Chrome DevTools MCP. Apply when debugging rendering issues, console errors, network behavior, performance, or accessibility — anywhere static code anal

    pluginReadBashGrep
  41. test-driven-developmentnexus-substrate/nexus-agents

    Write failing tests before implementation. The Red-Green-Refactor cycle is a core nexus-agents discipline (CLAUDE.md prime directive). Use when implementing new logic, fixing bugs

    pluginReadEditWrite+2 files
  42. docs-rewritenexus-substrate/nexus-agents

    Improve an existing technical doc in-place via a phased Audit → Research → Rewrite → Validate workflow. Calls docs-review for audit and validate; never re-derives scoring. Applies

    pluginReadEditWrite
  43. docs-imagenexus-substrate/nexus-agents

    Generate AI illustrations (hero, cover, conceptual, infographic) for nexus-agents docs via the nanobanana-mcp gateway. Use when the user needs a hero image, README cover, or concep

    pluginReadEditWrite
  44. adcpadcontextprotocol/adcp-client

    Interact with AdCP (Ad Context Protocol) advertising agents over MCP or A2A protocols. Use when the user wants to call AdCP tools (get_products, create_media_buy, sync_creatives, e

    pluginbashjsonBashRead
  45. test-strategyavelikiy/great_cto

    Coverage-design method for qa-engineer — pyramid ratios per archetype, equivalence/boundary/property case selection, mutation score as the real coverage signal, and a flake-quarant

    pluginReadWriteGrep
  46. decision-evalavelikiy/great_cto

    Spawns the decision-scorer agent after architect proposes 2+ variants in an ADR. Produces a weighted scoring table and recommended choice saved to docs/decisions/.

    pluginbashReadGlobBash
  47. great_ctoavelikiy/great_cto

    Use when the CTO describes a feature, task, or project goal. Orchestrates the full SDLC pipeline automatically based on project type.

    pluginReadWriteEdit
  48. crystallizeavelikiy/great_cto

    Distils repeating patterns from session logs and lessons.md into draft skill files. Run after ≥10 sessions to extract durable knowledge. Output: draft skills/ files + promotion rep

    pluginbashReadWriteGlob
  49. skeptical-triageavelikiy/great_cto

    Reusable 3-round self-challenge + arbiter pattern for filtering false positives from findings/verdicts. Use when the cost of a false-positive gate block exceeds the cost of ~4 extr

    pluginbashjsonReadGrepBash
  50. done-blockedavelikiy/great_cto

    Reusable reporting contract for any agent that hands work back to the pipeline. Forces ONE of two terminal statuses (DONE or BLOCKED) with a specific evidence shape. Stops vague "p

    pluginbashReadWriteBash
  51. last30daysmvanhorn/last30days-skill

    Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web. Inc

    pluginbashjsonBashReadWrite+1 files
  52. videoguimatheus92/mcp-video-analyzer

    Analyze a video (Loom, YouTube, Vimeo, TikTok, Instagram, X/Twitter, Twitch, Dailymotion, Facebook, direct URL, or local file) — transcript, key frames, OCR text, metadata, annotat

    pluginbashBashReadmcp__video-analyzer
  53. setup-cmsnowork-studio/notfair-plugin

    Connect a CMS to notfair SEO tools. Guides users through configuring WordPress, Strapi, Contentful, or Ghost — tests the connection, and writes credentials to .env.local. Once set

    pluginBashReadWrite+1 files
  54. upgradenowork-studio/notfair-plugin

    Upgrade the NotFair plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to

    pluginBashReadAskUserQuestion+1 files
  55. transcribenhatvu148/video-transcriber-mcp-rs

    Transcribe a video (YouTube, Vimeo, TikTok, X/Twitter, Twitch, Facebook, 1000+ yt-dlp sites, or a local video file) with whisper.cpp and answer questions about what was said. Also

    pluginReadBashmcp__video-transcriber
  56. printing-press-publishmvanhorn/cli-printing-press

    Publish a generated CLI to the printing-press-library repo

    pluginbashjsonmarkdownBashReadWrite
  57. printing-pressmvanhorn/cli-printing-press

    Set up a new integration, connector, or CLI binding for any API. Wrap or generate a ship-ready Go CLI from an OpenAPI, HAR, or Postman spec via the lean research -> generate -> bui

    pluginBashReadWrite+26 files
  58. printing-press-reprintmvanhorn/cli-printing-press

    Regenerate an existing printed CLI from scratch under the current Printing Press, with prior research, prior novel features, and prior patches (post-publish hand-fixes) carried int

    pluginbashBashReadAskUserQuestion
  59. printing-press-retromvanhorn/cli-printing-press

    Use when the user asks to retro, run a retrospective, file findings, or improve the Printing Press after a printed-CLI run. Trigger phrases: "retro", "retrospective", "what went wr

    pluginBashReadGlob+13 files
  60. printing-press-scoremvanhorn/cli-printing-press

    Score a generated CLI against the Steinberger bar, compare two CLIs side-by-side

    pluginbashjsonBashReadGlob

Browse all 69,865 skills200 at a time, grouped by owner. The list above is the skills with the highest standing; this is every one of them.

The whole corpus is one call away through the search API, or ask a question of it on the index itself.