BigHugger

Agent skills that run markdown, that ask for Edit

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. 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
  3. 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
  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. 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
  7. 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
  8. eval-harnesssifxprime/kodelyth-ecc

    Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

    otherbashmarkdownReadWriteEdit
  9. agent-creatormysleekdesigns/crawlforge-mcp

    Creates new Claude Code agent configurations from user requirements. Translates task descriptions into precisely-tuned agent .md files with expert personas, system prompts, and opt

    claude-codemarkdownyamlReadWriteEdit
  10. opencli-browser-sitemapjackwener/OpenCLI

    Use when driving a website with opencli browser and sitemap context is available, requested, or needed to avoid blind navigation. Guides agents to consume site sitemap files lazily

    othermarkdownBash(opencli:*)ReadEdit
  11. opencli-adapter-authorjackwener/OpenCLI

    Use when writing an OpenCLI adapter for a new site or adding a new command to an existing site. Guides end-to-end from first recon through field decoding, adapter coding, and verif

    othermarkdownBash(opencli:*)Bash(jsluice:*)Read+2 files
  12. opencli-autofixjackwener/OpenCLI

    Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapte

    otherbashmarkdowntypescriptyamlBash(opencli:*)Bash(gh:*)Read
  13. opencli-sitemap-authorjackwener/OpenCLI

    Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use aft

    othermarkdownyamlBash(opencli:*)ReadEdit+1 files
  14. add-java-code-snippets-in-docsJetBrains/koog

    Use when the user asks to add Java tabs/examples to mkdocs docs that already have Kotlin examples (files under docs/docs/**.md using === "Kotlin" / Knit INCLUDE+SUFFIX blocks). Han

    claude-codebashjavamarkdownReadEditWrite
  15. draft-releasegrafana/mcp-grafana

    Draft a new release. Bumps version, generates CHANGELOG.md from git history, and creates a PR.

    claude-codemarkdownBash(git *)Bash(gh *)Bash(date *)
  16. write-internal-docsbrowseros-ai/BrowserOS

    Write a doc into the private internal-docs repo as Markdown plus a rendered HTML sibling, tidy the repo's structure and index, and open a PR to browseros-ai/internal-docs.

    claude-codebashmarkdownBashReadWrite
  17. helm-updatemaximhq/bifrost

    Apply helm chart updates for Bifrost. Detects config.schema.json changes since the last helm release, applies user-requested changes, updates values.yaml / values.schema.json / _he

    claude-codebashgo-templatejsonmarkdownReadGrepGlob
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. bug-triageDonchitos/Claude-Code-Game-Studios

    Read all open bugs in production/qa/bugs/, re-evaluate priority vs. severity, assign to sprints, surface systemic trends, and produce a triage report. Run at sprint start or when t

    claude-codemarkdownReadGlobGrep
  24. consistency-checkDonchitos/Claude-Code-Game-Studios

    Scan all GDDs against the entity registry to detect cross-document inconsistencies: same entity with different stats, same item with different values, same formula with different v

    claude-codebashmarkdownReadGlobGrep
  25. 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
  26. reverse-documentDonchitos/Claude-Code-Game-Studios

    Generate design or architecture documents from existing implementation. Works backwards from code/prototypes to create missing planning docs.

    claude-codebashmarkdownReadGlobGrep
  27. 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
  28. 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
  29. 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
  30. regression-suiteDonchitos/Claude-Code-Game-Studios

    Map test coverage to GDD critical paths, identify fixed bugs without regression tests, flag coverage drift from new features, and maintain tests/regression-suite.md. Run after impl

    claude-codemarkdownReadGlobGrep
  31. 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
  32. 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
  33. quick-designDonchitos/Claude-Code-Game-Studios

    Lightweight design spec for small changes — tuning adjustments, minor mechanics, balance tweaks. Skips full GDD authoring when a system GDD already exists or the change is too smal

    claude-codemarkdownReadGlobGrep
  34. 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
  35. printing-press-publishmvanhorn/cli-printing-press

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

    pluginbashjsonmarkdownBashReadWrite
  36. 4drawiojihe520/MathModelAgent

    数学建模非数据型图示绘制阶段。根据 ANALYSIS_MODELING_REPORT.md、RESULTS_REPORT.md 和已有 figures/ 生成技术路线图、子问题求解流程图、模型结构图、数据处理流程图等 DrawIO 图,并导出论文可引用 PDF。

    otherbashmarkdownBash(*)ReadWrite
  37. 2analysis-modelingjihe520/MathModelAgent

    数学建模赛题分析与建模设计合并阶段。用于读取题面和附件,完成子问题拆解、数据理解、假设预检、变量定义、模型公式、目标函数、约束条件、求解策略和可交给代码实现的建模报告。

    othermarkdownBash(*)ReadWrite
  38. 3coding-visualjihe520/MathModelAgent

    数学建模编程实现与数据图表生成阶段。根据 ANALYSIS_MODELING_REPORT.md 编写可复现代码、运行求解、验证约束、输出 RESULTS_REPORT.md 并生成论文可用的数据驱动图表 PDF。

    othermarkdownBash(*)ReadWrite
  39. 1start-mathmodeljihe520/MathModelAgent

    数学建模竞赛工作流入口。用于启动完整建模流程:询问用户偏好,生成 plan.md 和 todo.md,并按阶段调用赛题分析、建模、代码与图表、流程图、论文撰写、验证验收等 skills。

    othermarkdownBash(*)ReadWrite
  40. 6verityjihe520/MathModelAgent

    数学建模竞赛最终验证和验收阶段,支持 Typst 和 LaTeX 双引擎。用于论文写完后检查章节数量、标题顺序、图表引用、数值一致性、占位符、内部文件泄露、参考文献、代码可复现性、编译和提交就绪状态。

    otherbashmarkdownBash(*)ReadWrite
  41. proof-writerwanshuiyin/Auto-claude-code-research-in-sleep

    Writes rigorous mathematical proofs for ML/AI theory. Use when asked to prove a theorem, lemma, proposition, or corollary, fill in missing proof steps, formalize a proof sketch, 补全

    othermarkdownReadWriteEdit
  42. paper-planwanshuiyin/Auto-claude-code-research-in-sleep

    Generate a structured paper outline from review conclusions and experiment results. Use when user says "写大纲", "paper outline", "plan the paper", "论文规划", or wants to create a paper

    otherbashmarkdownBash(*)ReadWrite+3 files
  43. patent-novelty-checkwanshuiyin/Auto-claude-code-research-in-sleep

    Assess patent novelty and non-obviousness against prior art. Use when user says "专利查新", "patent novelty", "可专利性评估", "patentability check", or wants to evaluate if an invention is p

    othermarkdownBash(*)ReadWrite
  44. vast-gpuwanshuiyin/Auto-claude-code-research-in-sleep

    Rent, manage, and destroy GPU instances on vast.ai. Use when user says "rent gpu", "vast.ai", "rent a server", "cloud gpu", or needs on-demand GPU without owning hardware.

    otherbashjsonmarkdownBash(*)ReadWrite
  45. paper-illustrationwanshuiyin/Auto-claude-code-research-in-sleep

    Generate publication-quality AI illustrations for academic papers using Gemini image generation. Creates architecture diagrams, method illustrations with Claude-supervised iterativ

    otherbashlatexmarkdownBash(*)ReadWrite
  46. figure-descriptionwanshuiyin/Auto-claude-code-research-in-sleep

    Process user-provided patent figures and generate formal drawing descriptions. Use when user says "附图处理", "figure description", "附图说明", "drawings description", or wants to describe

    othermarkdownBash(*)ReadWrite
  47. paper-claim-auditwanshuiyin/Auto-claude-code-research-in-sleep

    Zero-context verification that every number, comparison, and scope claim in the paper matches raw result files. Uses a fresh cross-model reviewer with NO prior context to prevent c

    otherjsonmarkdownBash(*)ReadWrite+1 files
  48. specification-writingwanshuiyin/Auto-claude-code-research-in-sleep

    Write the full patent specification from claims and invention disclosure. Use when user says "撰写说明书", "write specification", "写说明书", "patent description", or wants to draft the com

    othermarkdownBash(*)ReadWrite
  49. dse-loopwanshuiyin/Auto-claude-code-research-in-sleep

    Autonomous design space exploration loop for computer architecture and EDA. Runs a program, analyzes results, tunes parameters, and iterates until objective is met or timeout. Use

    otherjsonmarkdownBash(*)ReadGrep+1 files
  50. formula-derivationwanshuiyin/Auto-claude-code-research-in-sleep

    Structures and derives research formulas when the user wants to 推导公式, build a theory line, organize assumptions, turn scattered equations into a coherent derivation, or rewrite the

    othermarkdownReadWriteEdit
  51. kill-argumentwanshuiyin/Auto-claude-code-research-in-sleep

    Two-thread adversarial review: a fresh reviewer constructs the strongest 200-word rejection memo, then a second fresh reviewer defends the paper point-by-point and surfaces still-u

    otherbashjsonmarkdownBash(*)ReadWrite+2 files
  52. idea-discovery-robotwanshuiyin/Auto-claude-code-research-in-sleep

    Workflow 1 adaptation for robotics and embodied AI. Orchestrates robotics-aware literature survey, idea generation, novelty check, and critical review to go from a broad robotics d

    othermarkdownBash(*)ReadWrite+3 files
  53. result-to-claimwanshuiyin/Auto-claude-code-research-in-sleep

    Use when experiments complete to judge what claims the results support, what they don't, and what evidence is still missing. Codex MCP evaluates results against intended claims and

    otherbashmarkdownBash(*)ReadGrep+3 files
  54. research-refine-pipelinewanshuiyin/Auto-claude-code-research-in-sleep

    Run an end-to-end workflow that chains `research-refine` and `experiment-plan`. Use when the user wants a one-shot pipeline from vague research direction to focused final proposal

    othermarkdownBash(*)ReadWrite+3 files
  55. auto-paper-improvement-loopwanshuiyin/Auto-claude-code-research-in-sleep

    Autonomously improve a generated paper via GPT-6-Astra xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve"

    otherbashjsonmarkdownyamlBash(*)ReadWrite+1 files
  56. paper-compilewanshuiyin/Auto-claude-code-research-in-sleep

    Compile LaTeX paper to PDF, fix errors, and verify output. Use when user says "编译论文", "compile paper", "build PDF", "生成PDF", or wants to compile LaTeX into a submission-ready PDF.

    otherbashmarkdownBash(*)ReadWrite
  57. research-pipelinewanshuiyin/Auto-claude-code-research-in-sleep

    Full end-to-end research pipeline: from a broad research direction through idea discovery, experiments, and review all the way to a polished paper PDF. Use when user says "全流程", "f

    otherbashmarkdownBash(*)ReadWrite+5 files
  58. paper-slideswanshuiyin/Auto-claude-code-research-in-sleep

    Generate conference presentation slides (beamer LaTeX → PDF + editable PPTX) from a compiled paper, with speaker notes and full talk script. Use when user says "做PPT", "做幻灯片", "mak

    otherbashjsonlatexmarkdownBash(*)ReadWrite
  59. experiment-bridgewanshuiyin/Auto-claude-code-research-in-sleep

    Workflow 1.5: Bridge between idea discovery and auto review. Reads EXPERIMENT_PLAN.md, implements experiment code, deploys to GPU, collects initial results. Use when user says "实现实

    otherbashmarkdownBash(*)ReadWrite+3 files
  60. grant-proposalwanshuiyin/Auto-claude-code-research-in-sleep

    Draft a structured grant proposal from research ideas and literature. Supports KAKENHI (Japan), NSF (US), NSFC (China, including 面上/青年/优青/杰青/海外优青/重点), ERC (EU), DFG (Germany), SNSF

    otherbashjsonmarkdownBash(*)ReadWrite+3 files

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.