BigHugger

Agent skills that run json, that ask for Grep, 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. 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
  2. bunqueueegeominotti/bunqueue

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

    pluginbashjsontypescriptReadGrepGlob+3 files
  3. 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
  4. 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
  5. printing-press-publishmvanhorn/cli-printing-press

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

    pluginbashjsonmarkdownBashReadWrite
  6. 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
  7. printing-press-scoremvanhorn/cli-printing-press

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

    pluginbashjsonBashReadGlob
  8. 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
  9. btwww-w-ai/bkit-claude-code

    By-The-Way: capture improvement ideas the moment they surface, without derailing the task in progress. Triggers: /bkit:btw, /bkit:btw list, /bkit:btw analyze, /bkit:btw promote, /b

    pluginjsonReadWriteEdit
  10. auditww-w-ai/bkit-claude-code

    View audit logs, decision traces, and session history for AI transparency. ACTION_TYPES (19 entries) include PDCA events (phase_transition, gate_passed/failed, agent_spawned/comple

    pluginbashjsonReadGlobGrep
  11. zero-script-qaww-w-ai/bkit-claude-code

    Zero Script QA — test without scripts using structured JSON logging and Docker monitoring. Triggers: zero-script-qa, log testing, docker logs, QA

    pluginbashjsonmarkdownnginxReadGlobGrep
  12. 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
  13. 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
  14. 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
  15. bkit-rulesww-w-ai/bkit-claude-code

    Core rules for bkit — PDCA methodology, level detection, agent triggering, quality standards, Sprint management (8-phase container with 4 auto-pause triggers, v2.1.13), and Trust L

    pluginjsonReadGlobGrep
  16. 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
  17. rollbackww-w-ai/bkit-claude-code

    Manage PDCA checkpoints and rollback — create, list, restore for safe recovery. Rollback events are recorded via lib/audit/audit-logger ACTION_TYPES.rollback_executed. For sprint-l

    pluginbashjsonReadWriteGlob
  18. pdca-batchww-w-ai/bkit-claude-code

    Manage multiple PDCA features as independent parallel cycles (no shared scope/budget). For multiple features that share scope, budget, or timeline as one cohesive initiative, use /

    pluginbashjsonReadWriteGlob
  19. bkit-evalsww-w-ai/bkit-claude-code

    Run skill evals via evals/runner.js — wrapper validates skill names, captures stdout/stderr, persists JSON results. Triggers: bkit evals, evals run, skill quality, eval runner

    pluginbashjsonBashReadGlob
  20. 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
  21. database-migrationalekspetrov/navigator

    Create database migration with schema changes and rollback. Auto-invoke when user says "create migration", "add table", "modify schema", or "change database".

    pluginbashjsontypescriptReadWriteEdit
  22. backend-testalekspetrov/navigator

    Generate backend tests (unit, integration, mocks) for existing code. Auto-invoke when user says "write test for", "add test", "test this", or "create test".

    pluginbashjsontypescriptReadWriteEdit
  23. nav-skill-creatoralekspetrov/navigator

    Analyze codebase patterns and create custom skills for repetitive workflows. Use when project needs automation or pattern enforcement. Auto-invoke when user says "create a skill fo

    pluginbashjsonmarkdownpythonReadWriteEdit
  24. frontend-testalekspetrov/navigator

    Generate frontend component tests (React Testing Library, Vue Test Utils, snapshot) for existing components. Auto-invoke when user says "test this component", "write component test

    pluginbashjsontypescriptReadWriteEdit
  25. frontend-componentalekspetrov/navigator

    Create React/Vue component with TypeScript, tests, and styles. Auto-invoke when user says "create component", "add component", "new component", or "build component".

    pluginbashcssjsonpythonReadWriteEdit
  26. 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
  27. nav-loopalekspetrov/navigator

    Run tasks until complete with structured completion signals. Auto-invoke when user says "run until done", "keep going until complete", "iterate until finished", "loop mode", "auton

    pluginbashjsonpilot-signalpythonReadWriteEdit
  28. nav-simplifyalekspetrov/navigator

    Simplify and refine code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code. Auto-invoke after implementation skill

    pluginbashjsontypescriptReadWriteEdit
  29. nav-onboardalekspetrov/navigator

    Interactive onboarding for Navigator - learn by doing. Auto-invoke when user says "onboard me", "teach me Navigator", "how do I use Navigator", "Navigator tutorial", "learn Navigat

    pluginbashjsonmarkdownReadWriteEdit
  30. nav-workflowalekspetrov/navigator

    Unified workflow orchestration for substantial tasks. Auto-detects complexity, defers to matching skills, or provides phase-based execution. Solves workflow conflicts between skill

    pluginbashjsonReadWriteEdit
  31. product-designalekspetrov/navigator

    Automates design review, token extraction, component mapping, and implementation planning. Reduces design handoff from 6-10 hours to 5 minutes via direct Figma MCP integration. Aut

    pluginbashjsonmarkdownpythonReadWriteEdit
  32. explainabilityAperivue/medsci-skills

    Produce or audit the interpretability/explainability analysis of a medical-imaging model — Grad-CAM / Grad-CAM++ / attention-rollout / saliency / integrated-gradients — so it clear

    pluginbashjsonReadWriteEdit
  33. sync-submissionAperivue/medsci-skills

    Audit SSOT-to-submission drift and create journal submission manifests from canonical manuscript artifacts.

    pluginbashjsonReadWriteEdit+1 files
  34. radiomics-mlAperivue/medsci-skills

    Produce or audit a radiomics / tabular clinical-ML study — imaging or clinical features → any classical learner (penalised logistic [LASSO / ridge / elastic-net], SVM, k-NN, naive

    pluginbashjsonReadWriteEdit+1 files
  35. uncertainty-imagingAperivue/medsci-skills

    Design or audit the uncertainty-quantification, out-of-distribution (OOD) detection, and selective-prediction layer of a medical-imaging model framed for deployment — so a clinical

    pluginbashjsonReadWriteEdit
  36. preprocess-imagingAperivue/medsci-skills

    Design or audit the data-preparation stage of a medical-imaging model — DICOM/NIfTI intake, resampling and intensity normalisation, and the augmentation plan — so the pipeline is l

    pluginbashjsonReadWriteEdit+1 files
  37. fulltext-retrievalAperivue/medsci-skills

    Batch download open-access PDFs by DOI using legitimate OA APIs (Unpaywall, PMC, OpenAlex, Crossref). Optional PDF→Markdown conversion for token-efficient LLM analysis.

    pluginbashjsonmarkdowntsvReadWriteEdit
  38. model-sourcingAperivue/medsci-skills

    Vet the concrete third-party model a study will be built on — this repository, this revision, this checkpoint — not the architecture family. Records a model dossier (source and ver

    pluginbashjsonReadWriteEdit
  39. lit-syncAperivue/medsci-skills

    Sync research references from .bib files to Zotero library + Obsidian literature notes. Extract cross-cutting concept notes when enough literature accumulates. Works after /search-

    pluginbashjsonmarkdownpythonReadWriteEdit
  40. starknet-anonymous-walletkeep-starknet-strange/starknet-agentic

    Create an anonymous Starknet wallet via Typhoon and interact with Starknet contracts. Privacy-focused wallet creation for agents requiring anonymity.

    pluginbashjavascriptjsonBashReadWrite+1 files
  41. starknet-identitykeep-starknet-strange/starknet-agentic

    Register AI agents on-chain using the ERC-8004 Trustless Agents standard. Manage agent identity as NFTs, build reputation through feedback, and request third-party validation.

    pluginbashjsontypescriptBashReadWrite+1 files
  42. controller-clikeep-starknet-strange/starknet-agentic

    Guidance for installing and operating the Cartridge Controller CLI (`controller`) to create human-approved sessions and execute Starknet transactions with JSON output, explicit net

    pluginbashjsonBashReadWrite+1 files
  43. healthcare-providers-extractNimbleway/agent-skills

    Extracts structured practitioner data from healthcare practice websites. Returns names, credentials, specialties, contact info, and education for every provider on a practice's sit

    pluginbashjsonmarkdownBash(nimble:*)Bash(date:*)Bash(cat:*)
  44. starknet-walletkeep-starknet-strange/starknet-agentic

    Create and manage Starknet wallets for AI agents. Transfer tokens, check balances, manage session keys, deploy accounts, and interact with smart contracts using native Account Abst

    pluginbashjsontypescriptBashReadWrite+1 files
  45. code-reviewHouseofmvps/ultraship

    Code review with principal-engineer-level depth. Reviews for correctness, performance, security, maintainability, and architecture. Use when completing tasks, reviewing PRs, or bef

    pluginjsonBash(gh pr:*)Bash(gh issue:*)Read
  46. ship-gateHouseofmvps/ultraship

    Turn the /ship scorecard into a blocking, config-as-code quality gate. Sets per-category score thresholds, hard-fails on leaked secrets or critical findings, and wires the gate int

    pluginbashjsonBashReadEdit
  47. cspecjoshft/correctless

    Create a structured specification with testable invariants for a new feature. Researches current best practices before writing invariants. Adapts format to workflow intensity.

    pluginbashjsonmarkdownReadGrepGlob
  48. cautojoshft/correctless

    Semi-auto mode. Orchestrates the full implementation pipeline after human-approved spec review. Runs ctdd, simplify, cverify, cupdate-arch, cdocs, then creates a PR. After /cauto c

    pluginbashjsonyamlReadGrepGlob
  49. cauditjoshft/correctless

    Cross-codebase quality audit. Use after a major feature lands or periodically for systemic bug detection. Presets: QA, Hacker, Performance, UX.

    pluginbashjsonmarkdownReadGrepGlob
  50. crefactorjoshft/correctless

    Structured refactoring with behavioral equivalence enforcement. Tests must pass before AND after. Any test change requires explicit approval. Writes characterization tests for low-

    pluginbashjsonmarkdownReadGrepGlob
  51. cprunejoshft/correctless

    Documentation and artifact pruning skill. Detects stale entries and orphaned artifacts, archives documentation (never deletes), cleans ephemeral artifacts. Two modes — autonomous f

    pluginbashjsonmarkdownReadGrepGlob
  52. cmodelupgradejoshft/correctless

    Compare current model+HARNESS_VERSION pipeline metrics against stored baselines and produce a per-feature regression report. Use after Anthropic ships a model upgrade or when /cspe

    pluginbashjsonReadGrepGlob
  53. cverifyjoshft/correctless

    Verify implementation matches spec. Check rule coverage, undocumented dependencies, architecture compliance. Writes verification report and drift debt. Run after /ctdd completes.

    pluginbashjsonmarkdownReadGrepGlob
  54. csetupjoshft/correctless

    Initialize Correctless and run a project health check. Detects stack, configures workflow, bootstraps docs, checks security/quality/CI/testing hygiene, and offers to fix gaps. Adap

    pluginbashjsonmarkdownyamlBashBash(*config-update.sh*)Read
  55. creview-specjoshft/correctless

    Multi-agent adversarial review of a spec. Spawns red team, assumptions auditor, testability auditor, design contract checker, and UX auditor. Use after /cspec or /cmodel.

    pluginbashjsonmarkdownReadGrepGlob
  56. cpostmortemjoshft/correctless

    Post-merge bug analysis. Use when a bug escapes to production. Traces which phase missed it and strengthens the workflow.

    pluginjsonmarkdownReadGrepGlob
  57. cdebugjoshft/correctless

    Structured bug investigation workflow. Root cause analysis, hypothesis testing, TDD fix with agent separation, escalation after 3 failed attempts. Use when stuck on a bug.

    pluginbashjsonmarkdownReadGrepGlob
  58. creviewjoshft/correctless

    Skeptically review a spec for unstated assumptions, untestable rules, missing edge cases, security gaps, and UX failures. Run after /cspec.

    pluginbashjsonReadGrepGlob
  59. ctddjoshft/correctless

    Enforced TDD workflow. Write failing tests from spec rules, then implement. Use after /creview approves a spec.

    pluginbashjsonReadGrepGlob
  60. cchoresjoshft/correctless

    Fully-autonomous issue-resolution pipeline. Selects one open GitHub issue, branches off the fresh default branch, delegates root-cause + TDD fix to /cdebug (autonomous mode), verif

    pluginbashjsonReadGrepGlob

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.