BigHugger

Agent skills that run markdown, that ask for Task

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. 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
  2. requirements-gatheringnexus-substrate/nexus-agents

    Extract structured requirements from vague user requests. Decompose ideas into user stories with acceptance criteria, map to available capabilities, and identify gaps. Triggers on

    pluginmarkdownReadGrepGlob
  3. research-and-votenexus-substrate/nexus-agents

    Research a topic using multiple sources and conduct multi-agent voting. Use when making architectural decisions, choosing dependencies, or designing APIs. Triggers on "research", "

    pluginmarkdownReadGrepGlob+2 files
  4. 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
  5. 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
  6. gan-style-harnesssifxprime/kodelyth-ecc

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

    otherbashmarkdownReadWriteEdit
  7. docs-writermaximhq/bifrost

    Write, update, and review Mintlify MDX documentation for Bifrost features. Explores the full codebase (UI, Go backend, config schema), validates config.json examples, places screen

    claude-codebashjsonmarkdownmdxReadGrepGlob
  8. api-validatormaximhq/bifrost

    Scan Bifrost HTTP controllers/handlers/integrations and validate OpenAPI API coverage, route methods/paths, parameters, request/response docs, and auth/security information. Use wh

    claude-codebashmarkdownyamlReadGrepGlob
  9. changelog-writermaximhq/bifrost

    Write changelogs for Bifrost releases. Reads git history, bumps module versions following the core→framework→plugins→transport hierarchy, writes transports/changelog.md (enterprise

    claude-codebashmarkdownReadGrepGlob
  10. security-auditDonchitos/Claude-Code-Game-Studios

    Audit the game for security vulnerabilities: save tampering, cheat vectors, network exploits, data exposure, and input validation gaps. Produces a prioritised security report with

    claude-codemarkdownReadGlobGrep
  11. setup-engineDonchitos/Claude-Code-Game-Studios

    Configure the project's game engine and version. Pins the engine in CLAUDE.md, detects knowledge gaps, and populates engine reference docs via WebSearch when the version is beyond

    claude-codemarkdownReadGlobGrep
  12. create-epicsDonchitos/Claude-Code-Game-Studios

    Translate approved GDDs + architecture into epics — one epic per architectural module. Defines scope, governing ADRs, engine risk, and untraced requirements. Does NOT break into st

    claude-codemarkdownReadGlobGrep
  13. ux-designDonchitos/Claude-Code-Game-Studios

    Guided, section-by-section UX spec authoring for a screen, flow, or HUD. Reads game concept, player journey, and relevant GDDs to provide context-aware design guidance. Produces ux

    claude-codemarkdownReadGlobGrep
  14. team-qaDonchitos/Claude-Code-Game-Studios

    Orchestrate the QA team through a full testing cycle. Coordinates qa-lead (strategy + test plan) and qa-tester (test case writing + bug reporting) to produce a complete QA package

    claude-codemarkdownReadGlobGrep
  15. asset-specDonchitos/Claude-Code-Game-Studios

    Generate per-asset visual specifications and AI generation prompts from GDDs, level docs, or character profiles. Produces structured spec files and updates the master asset manifes

    claude-codemarkdownReadGlobGrep
  16. story-doneDonchitos/Claude-Code-Game-Studios

    End-of-story completion review. Reads the story file, verifies each acceptance criterion against the implementation, checks for GDD/ADR deviations, prompts code review, updates sto

    claude-codemarkdownReadGlobGrep
  17. design-systemDonchitos/Claude-Code-Game-Studios

    Guided, section-by-section GDD authoring for a single game system. Gathers context from existing docs, walks through each required section collaboratively, cross-references depende

    claude-codemarkdownReadGlobGrep
  18. create-architectureDonchitos/Claude-Code-Game-Studios

    Guided, section-by-section authoring of the master architecture document for the game. Reads all GDDs, the systems index, existing ADRs, and the engine reference library to produce

    claude-codemarkdownReadGlobGrep
  19. milestone-reviewDonchitos/Claude-Code-Game-Studios

    Generates a comprehensive milestone progress review including feature completeness, quality metrics, risk assessment, and go/no-go recommendation. Use at milestone checkpoints or w

    claude-codemarkdownReadGlobGrep
  20. architecture-reviewDonchitos/Claude-Code-Game-Studios

    Validates completeness and consistency of the project architecture against all GDDs. Builds a traceability matrix mapping every GDD technical requirement to ADRs, identifies covera

    claude-codemarkdownReadGlobGrep
  21. create-control-manifestDonchitos/Claude-Code-Game-Studios

    After architecture is complete, produces a flat actionable rules sheet for programmers — what you must do, what you must never do, per system and per layer. Extracted from all Acce

    claude-codemarkdownReadGlobGrep
  22. playtest-reportDonchitos/Claude-Code-Game-Studios

    Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.

    claude-codemarkdownReadGlobGrep
  23. sprint-planDonchitos/Claude-Code-Game-Studios

    Generates a new sprint plan or updates an existing one based on the current milestone, completed work, and available capacity. Pulls context from production documents and design ba

    claude-codemarkdownyamlReadGlobGrep
  24. hotfixDonchitos/Claude-Code-Game-Studios

    Emergency fix workflow that bypasses normal sprint processes with a full audit trail. Creates hotfix branch, tracks approvals, and ensures the fix is backported correctly.

    claude-codemarkdownReadGlobGrep
  25. architecture-decisionDonchitos/Claude-Code-Game-Studios

    Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice sho

    claude-codemarkdownReadGlobGrep
  26. day-one-patchDonchitos/Claude-Code-Game-Studios

    Prepare a day-one patch for a game launch. Scopes, prioritises, implements, and QA-gates a focused patch addressing known issues discovered after gold master but before or immediat

    claude-codemarkdownReadGlobGrep
  27. propagate-design-changeDonchitos/Claude-Code-Game-Studios

    When a GDD is revised, scans all ADRs and the traceability index to identify which architectural decisions are now potentially stale. Produces a change impact report and guides the

    claude-codebashmarkdownReadGlobGrep
  28. localizeDonchitos/Claude-Code-Game-Studios

    Full localization pipeline: scan for hardcoded strings, extract and manage string tables, validate translations, generate translator briefings, run cultural/sensitivity review, man

    claude-codemarkdownReadGlobGrep
  29. create-storiesDonchitos/Claude-Code-Game-Studios

    Break a single epic into implementable story files. Reads the epic, its GDD, governing ADRs, and control manifest. Each story embeds its GDD requirement TR-ID, ADR guidance, accept

    claude-codemarkdownReadGlobGrep
  30. auto-review-loopwanshuiyin/Auto-claude-code-research-in-sleep

    Autonomous multi-round research review loop. In Copilot CLI it defaults to the native complementary rubber-duck subagent with host-event model evidence; elsewhere it uses Codex, wh

    otherbashjsonjsonlmarkdownBash(*)ReadGrep+4 files
  31. github-review-prfeiskyer/claude-code-settings

    Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on

    pluginbashmarkdownTaskReadBash(cat:*)+1 files
  32. create-prnudgebee/nudgebee

    Create a pull request with proper formatting, validation, and conventions for this monorepo

    claude-codebashmarkdownBashReadEdit+1 files
  33. premortemparcadei/Continuous-Claude-v3

    Identify failure modes before they occur using structured risk analysis

    claude-codemarkdownpythonyamlReadGrepGlob
  34. fixparcadei/Continuous-Claude-v3

    Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.

    claude-codebashmarkdownyamlBashReadGrep
  35. skill-upgraderparcadei/Continuous-Claude-v3

    Upgrade any skill to v5 Hybrid format using decision theory + modal logic

    claude-codebashmarkdownyamlBashReadWrite
  36. research-externalparcadei/Continuous-Claude-v3

    External research workflow for docs, web, APIs - NOT codebase exploration

    claude-codebashmarkdownyamlBashReadWrite
  37. exploreparcadei/Continuous-Claude-v3

    Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)

    claude-codebashmarkdownpythonyamlBashTaskRead
  38. fix-cillama-farm/llamafarm

    Fetch GitHub CI failure information, analyze root causes, reproduce locally, and propose a fix plan. Use `/fix-ci` for current branch or `/fix-ci <run-id>` for a specific run.

    claude-codebashmarkdownBashReadGrep
  39. code-reviewllama-farm/llamafarm

    Comprehensive code review for diffs. Analyzes changed code for security vulnerabilities, anti-patterns, and quality issues. Auto-detects domain (frontend/backend) from file paths.

    claude-codebashmarkdownBashReadEdit
  40. phase-8-reviewww-w-ai/bkit-claude-code

    Verify codebase quality — architecture consistency, convention compliance, gap analysis. Triggers: code review, architecture check, quality, gap analysis default: bkit:code-analyze

    pluginbashmarkdowntypescriptReadGlobGrep
  41. qa-phaseww-w-ai/bkit-claude-code

    QA Phase execution — L1-L5 test planning, generation, execution, and reporting for a single feature. For sprint-level QA (7-Layer dataFlowIntegrity / S1 gate across multiple featur

    pluginmarkdownReadWriteEdit
  42. orchestration-patternsbybren-llc/safe-agentic-workflow

    Agentic orchestration patterns for long-running tasks. Implements evidence-based delivery and Simon Willison's agent loop. Use when managing multi-step work, coordinating subagents

    claude-codemarkdownReadBashGrep
  43. pr-reviewconfluentinc/mcp-confluent

    Reviews pull requests for the Confluent MCP server. Use when reviewing PRs, doing self-review before sharing with the team, or when the user mentions "review PR", "help with PR", "

    claude-codebashmarkdowntypescriptReadBashGrep
  44. fixvibeeval/vibecosystem

    Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.

    claude-codebashmarkdownyamlBashReadGrep
  45. skill-upgradervibeeval/vibecosystem

    Upgrade any skill to v5 Hybrid format using decision theory + modal logic

    claude-codebashmarkdownyamlBashReadWrite
  46. explorevibeeval/vibecosystem

    Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)

    claude-codebashmarkdownpythonyamlBashTaskRead
  47. research-externalvibeeval/vibecosystem

    External research workflow for docs, web, APIs - NOT codebase exploration

    claude-codebashmarkdownyamlBashReadWrite
  48. premortemvibeeval/vibecosystem

    Identify failure modes before they occur using structured risk analysis

    claude-codemarkdownpythonyamlReadGrepGlob
  49. gan-style-harnesstempletongroup/radiant

    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

    otherbashmarkdownReadWriteEdit
  50. 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
  51. 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
  52. review-clusterflonat/flonat-research

    Deliver a mid-draft adversarial review of a paper — runs paper-critic + domain-reviewer + claim-verify + blindspot in parallel, optionally adds clarity-reviewer, then auto-synthesi

    otherbashmarkdownReadGlobGrep+1 files
  53. ideasflonat/flonat-research

    Capture and integrate improvement ideas for the shared Claude Code and Codex infrastructure. Use when recording an infrastructure enhancement for later review rather than implement

    otherjsonmarkdownReadWriteEdit
  54. causal-designflonat/flonat-research

    Design or audit the identification strategy for an observational study. Use when the task concerns estimands, causal assumptions, threats to identification, or defensible research

    othermarkdownReadWriteEdit+3 files
  55. weakness-scannerflonat/flonat-research

    Identify recurring weak arguments, unsupported assumptions, and vulnerable inference patterns across a literature corpus. Use when stress-testing a body of work rather than reviewi

    othermarkdownReadWriteEdit
  56. replication-auditflonat/flonat-research

    Map claims in a literature to independent replications, robustness checks, failures, and unresolved evidence gaps. Use when assessing the empirical reliability of a body of finding

    otherbashmarkdownReadWriteEdit+1 files
  57. multi-perspectiveflonat/flonat-research

    Explore a research question through several independent analytical perspectives and synthesize their agreements and disagreements. Use when one line of reasoning is insufficient an

    othermarkdownReadWriteEdit+2 files
  58. pre-submission-reportflonat/flonat-research

    Run the final, comprehensive submission-readiness gate and consolidate all checks into one dated report; citation-integrity-only mode is also supported. Use when a paper and submis

    otherbashmarkdownpythonBash(latexmk*mkdir*ls*+2 files
  59. skill-creatorflonat/flonat-research

    Create, revise, and evaluate reusable AI workflow skills, including trigger-quality tests. Use when authoring a new skill, repairing an existing skill, or measuring whether its met

    otherbashjsonmarkdownReadWriteEdit+3 files
  60. method-auditflonat/flonat-research

    Extract and compare data-collection methods across a set of empirical papers. Use when the user needs a cross-paper methods matrix or wants to assess how a literature gathers evide

    othermarkdownReadWriteEdit

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.