BigHugger

Agent skills that run bash, that ask for Edit, 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. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. bunqueueegeominotti/bunqueue

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

    pluginbashjsontypescriptReadGrepGlob+3 files
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. printing-press-publishmvanhorn/cli-printing-press

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

    pluginbashjsonmarkdownBashReadWrite
  20. printing-press-amendmvanhorn/cli-printing-press

    Amend a published CLI from one of two input sources: (1) dogfood mode mines the active Claude Code session transcript for friction (missing flags, hand- rolled API payloads, silent

    pluginbashgojsonyamlBashReadWrite
  21. printing-press-polishmvanhorn/cli-printing-press

    Polish a generated CLI to pass verification and become publish-ready. Runs diagnostics (dogfood, verify, scorecard, go vet, gosec), automatically fixes all issues (verify failures,

    pluginbashgoyamlBashReadGlob
  22. humanize-chinesebrycewang-stanford/Auto-Empirical-Research-Skills

    Detect and humanize AI-generated Chinese text. 20+ rule detection categories plus statistical features (sentence-length CV, short-sentence fraction, comma density, perplexity, GLTR

    pluginbashReadWriteEdit
  23. portaljs-deploydatopian/portaljs

    Deploy a PortalJS portal to PortalJS Arc — Datopian-managed static hosting on Cloudflare. Builds a static export, uploads it, and returns a live SLUG.arc.portaljs.com URL. One comm

    pluginbashReadWriteEdit+1 files
  24. portaljs-migratedatopian/portaljs

    Migrate (harvest) datasets between open-data platforms. Reads CKAN, a DCAT-US /data.json catalog (DKAN, ArcGIS Hub, data.gov), a DCAT / DCAT-AP RDF feed (JSON-LD, Turtle, or RDF/XM

    pluginbashReadWriteEdit+1 files
  25. elisym-configelisymlabs/elisym

    Edit an existing elisym agent's profile (display name, avatar, banner, description, relays, payment addresses, LLM provider/model, security flags) by patching elisym.yaml directly.

    pluginbashyamlReadEditBash(ls ~/.elisym/*)+2 files
  26. eval-harnessxu-xiang/everything-claude-code-zh

    为 Claude Code 会话提供的正式评测框架,实现了评测驱动开发(EDD)原则

    pluginbashmarkdownReadWriteEdit
  27. webcmd-browseragentrhq/webcmd

    Use when a live browser task requires Playwright interaction, authenticated handoff, visible UI verification, or ad-hoc page inspection.

    pluginbashjavascriptBash(webcmd:*)ReadWrite+4 files
  28. execute-taskanombyte93/prd-taskmaster

    Execute the next TaskMaster task using the implementation plan with CDD verification. Picks the next ready task, matches it to the plan step, implements via a dispatched subagent,

    pluginbashReadWriteEdit
  29. expand-tasksanombyte93/prd-taskmaster

    Expand all TaskMaster tasks with deep research before coding begins. Reads tasks.json, launches parallel research agents per task in waves using the research-expander agent. Writes

    pluginbashReadWriteEdit
  30. prd-taskmasteranombyte93/prd-taskmaster

    Zero-config goal-to-tasks engine (the Atlas engine). Takes any goal (software, pentest, business, learning), runs adaptive discovery via brainstorming, generates a validated spec,

    pluginbashReadWriteEdit
  31. customise-workflowanombyte93/prd-taskmaster

    Customise the prd-taskmaster plugin workflow via curated brainstorm questions. The AI asks, the user answers in plain English, and the skill writes their preferences to .atlas-ai/c

    pluginbashjsonReadWriteEdit
  32. generateanombyte93/prd-taskmaster

    Phase 2 of the prd-taskmaster pipeline: spec generation and task parsing. Loads a template (comprehensive|minimal), fills it with DISCOVER-phase constraints and answers, validates

    pluginbashReadWriteEdit
  33. hsb-appNVIDIA/skills

    Discover and run Holoscan Sensor Bridge example applications on a connected devkit. Filters available apps by the user's platform, HSB software version, board type, and sensors. Su

    pluginbashReadWriteEdit+1 files
  34. hsb-testNVIDIA/skills

    Execute QA test plans on Holoscan Sensor Bridge hardware. Reads a user-provided test document, filters tests by the user's setup, determines which tests can run automatically, exec

    pluginbashReadWriteEdit+1 files
  35. warp-compile-time-optimizerNVIDIA/skills

    Use when compile time or startup time is the problem in code that uses Warp: a request to improve, optimize, or cut compile times; an app that is slow to start or stalls at the fir

    pluginbashpythonBashReadEdit
  36. hsb-setupNVIDIA/skills

    Clone the latest NVIDIA Holoscan Sensor Bridge repo, ask which supported devkit is being used, configure the host per platform, build the correct demo container, run it, and verify

    pluginbashReadWriteEdit+4 files
  37. deep-researchfeiskyer/claude-code-settings

    Multi-agent research orchestration: split a research goal into parallel sub-goals, run each via headless `claude -p` subprocesses, aggregate results into a polished report file. Us

    pluginbashReadWriteEdit
  38. github-fix-issuefeiskyer/claude-code-settings

    Fix GitHub issues end-to-end — analysis, branch creation, implementation, testing, and PR submission. Use whenever the user mentions fixing a GitHub issue, says "fix issue

    pluginbashReadWriteEdit
  39. ss-setupbitjaru/styleseed

    Configure StyleSeed by selecting the output grammar, domain, page type, brand recipe, semantic palette recipe, optional aesthetic profile, and bounded brand tokens before scaffoldi

    pluginbashmarkdownReadWriteEdit
  40. pm-discoveryww-w-ai/bkit-claude-code

    PM Agent Team — automated product discovery, strategy, and PRD generation with 4 PM agents (for a single feature). For multi-feature initiatives with shared scope/budget/timeline,

    pluginbashReadWriteEdit
  41. phase-5-design-systemww-w-ai/bkit-claude-code

    Build platform-independent design systems and consistent component libraries. Triggers: design system, component library, design tokens default: bkit:pipeline-guide frontend: bkit:

    pluginbashcssdartjavascriptReadWriteEdit
  42. sprintww-w-ai/bkit-claude-code

    Sprint Management — generic sprint capability for ANY bkit user. 16 sub-actions: init, start, status, watch, phase, iterate, qa, report, archive, list, feature, pause, resume, fork

    pluginbashjavascriptjsonReadWriteEdit
  43. plan-plusww-w-ai/bkit-claude-code

    Brainstorming-enhanced PDCA planning with intent discovery and YAGNI review. For a single feature's plan use /plan-plus; for grouping multiple features under one scope/budget see /

    pluginbashReadWriteEdit
  44. mobile-appww-w-ai/bkit-claude-code

    Mobile app development guide — React Native, Flutter, Expo for cross-platform. Triggers: mobile app, React Native, Flutter, Expo, iOS, Android

    pluginbashdartjsontypescriptReadWriteEdit
  45. dynamicww-w-ai/bkit-claude-code

    Fullstack development with bkend.ai BaaS — authentication, database, API integration. Triggers: fullstack, BaaS, login, signup, database, web app

    pluginbashjsontypescriptReadWriteEdit
  46. deployww-w-ai/bkit-claude-code

    Deploy feature to target environment (dev/staging/prod) with level-based strategy. Triggers: deploy, /pdca deploy

    pluginbashReadWriteEdit
  47. phase-4-apiww-w-ai/bkit-claude-code

    Design and implement backend APIs with Zero Script QA validation. Triggers: API design, REST API, backend, endpoint

    pluginbashjsonReadWriteEdit
  48. pdcaww-w-ai/bkit-claude-code

    Unified PDCA cycle management — plan, design, do, analyze, iterate, report. PDCA runs per-feature (9-phase: pm→plan→design→do→check→act→qa→report→archive); for multi-feature scope/

    pluginbashjsonReadWriteEdit
  49. phase-9-deploymentww-w-ai/bkit-claude-code

    Deploy to production — CI/CD pipelines, environment config, deployment strategies. Triggers: deployment, CI/CD, production, Vercel

    pluginbashjavascripttypescriptyamlReadWriteEdit
  50. desktop-appww-w-ai/bkit-claude-code

    Desktop app development guide — Electron and Tauri for cross-platform apps. Triggers: desktop app, Electron, Tauri, mac app, windows app

    pluginbashrusttypescriptyamlReadWriteEdit
  51. ss-updatebitjaru/styleseed

    Check and update an existing StyleSeed installation by exact rule/skill revision, preserve project-owned design decisions, then recompile and verify the effective bundle.

    pluginbashReadWriteEdit
  52. ss-componentbitjaru/styleseed

    Generate a new UI component following the StyleSeed design conventions

    pluginbashReadWriteEdit
  53. ss-tokensbitjaru/styleseed

    Generate an accessible semantic palette from a key color, or view, add, and modify StyleSeed design tokens. Use when a user supplies a brand color, asks which colors combine well,

    pluginbashReadWriteEdit
  54. tutorialbitwize-music-studio/claude-ai-music-skills

    Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.

    pluginbashReadWriteEdit+1 files
  55. sheet-music-publisherbitwize-music-studio/claude-ai-music-skills

    Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.

    pluginbashmarkdownReadEditWrite+5 files
  56. researchers-techbitwize-music-studio/claude-ai-music-skills

    Researches project histories, changelogs, developer interviews, and open source documentation. Use when the album subject involves technology projects or developer stories.

    pluginbashmarkdownReadEditWrite
  57. mastering-engineerbitwize-music-studio/claude-ai-music-skills

    Guides audio mastering for streaming platforms including loudness optimization and tonal balance. Use when the user has approved tracks and wants to master audio files.

    pluginbashmarkdownyamlReadEditWrite+1 files
  58. patinadevswha/patina

    Detect and rewrite AI writing patterns in Korean, English, Chinese, and Japanese text so it reads as if a human wrote it. Meaning-preservation (MPS) verified.

    pluginbashjsonReadWriteEdit
  59. billable-time-stephane-boghossianlawve-ai/awesome-legal-skills

    When your bar comes asking "show me how you billed AI-assisted work" — and ABA 512, Florida 24-1, California, New York, and DC all have opinions out — you need an artifact that sur

    pluginbashBashReadEdit
  60. backend-endpointalekspetrov/navigator

    Create REST/GraphQL API endpoint with validation, error handling, and tests. Auto-invoke when user says "add endpoint", "create API", "new route", or "add route".

    pluginbashjsontypescriptReadWriteEdit

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.