BigHugger

Agent skills that ask for Grep, in other 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. agnixagent-sh/agnix

    Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 455 rules.

    otherbashBash(agnix:*)Bash(cargo:*)Read
  2. connector-reviewopen-metadata/OpenMetadata

    Review an OpenMetadata connector against golden standards. Runs multi-agent analysis covering architecture, code quality, type safety, testing, and performance. When a PR number is

    otherbashBashReadGlob
  3. dev-setupopen-metadata/OpenMetadata

    Set up, verify, or repair a local OpenMetadata development environment on macOS or Linux. Installs the toolchain (Java 21, Maven, Node 22, Yarn 1.x, Python 3.10+, ANTLR 4.9.2, Dock

    otherbashBashReadGlob
  4. ui-core-componentsopen-metadata/OpenMetadata

    Use when writing or editing React/TSX in `openmetadata-ui/src/main/resources/ui/src/` or `openmetadata-ui-core-components/`, before reaching for a raw `<div>` + Tailwind utility cl

    othertypescriptReadGrepGlob
  5. ui-checkstyleopen-metadata/OpenMetadata

    Run the exact ESLint + Prettier + organize-imports sequence that CI's `UI Checkstyle` workflow runs — on just the files the PR changed — and fail the task if any file ends up with

    otherbashBashReadGrep
  6. java-checkstyleopen-metadata/OpenMetadata

    Run `mvn spotless:apply` to fix Java checkstyle / formatting failures and verify the result. Invoke after authoring or modifying any `.java` files, or when CI reports a "Java check

    otherbashBashReadGrep
  7. scaffold-connectoropen-metadata/OpenMetadata

    Build a new OpenMetadata connector from scratch — scaffold JSON Schema, Python boilerplate, and AI context using schema-first architecture with code generation across Python, Java,

    otherbashBashReadWrite
  8. test-locallyopen-metadata/OpenMetadata

    Build and deploy a full local OpenMetadata stack with Docker to test your connector in the UI. Handles code generation, build optimization, health checks, and guided testing.

    otherbashBashReadGlob
  9. honcho-cliplastic-labs/honcho

    Inspect and debug Honcho workspaces via the `honcho` CLI. Use when investigating peer representations, memory state, session context, or dialectic quality — any task that requires

    otherbashBash(honcho:*)Bash(jq:*)Read
  10. honcho-integrationplastic-labs/honcho

    Integrate Honcho memory into existing Python or TypeScript codebases. Use when adding Honcho SDK, setting up peers, configuring sessions, and accessing Honcho's representation.

    otherbashReadGlobGrep
  11. 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
  12. eval-harnesssifxprime/kodelyth-ecc

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

    otherbashmarkdownReadWriteEdit
  13. agent-evalsifxprime/kodelyth-ecc

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

    otherbashyamlReadWriteEdit
  14. rerun-catalog-queriesrerun-io/rerun

    Performance patterns and gotchas for querying a Rerun catalog from Python. Reach for this when a CatalogClient/dataset query is unexpectedly slow, or when shaping a per-segment / p

    otherpythonReadGrepBash
  15. rerun-urdfrerun-io/rerun

    Drive the Rerun URDF API (rerun.urdf.UrdfTree) to ingest a URDF as a Transform3D layer on a robot recording. Read when logging a robot model, running forward kinematics from joint

    otherpythonReadGrepBash
  16. rerun-mp4rerun-io/rerun

    Ingest .mp4 video into Rerun chunk streams with rerun.experimental.Mp4Reader. Read when converting video into a VideoStream, choosing stream vs asset mode, transcoding (B-frames, o

    otherpythonReadGrepBash
  17. rerun-data-modelrerun-io/rerun

    How raw multimodal robot data maps onto the Rerun data model. Read FIRST, before modeling or converting a dataset — and whenever you are about to convert/ingest/preprocess robot da

    otherReadGrepBash
  18. rerun-blueprintrerun-io/rerun

    Design a Rerun blueprint from the data, then iterate on it from headless screenshots. Read this when laying out a recording or dataset in the viewer, designing a default blueprint,

    otherpythonReadGrepBash
  19. rerun-chunk-processingrerun-io/rerun

    Core mechanics of the Rerun Chunk Processing API (rerun.experimental) — LazyChunkStream pipelines, Chunk, lenses (MutateLens/DeriveLens/Selector), RrdReader, writing optimized RRDs

    otherpythonReadGrepBash
  20. rerun-parquetrerun-io/rerun

    Ingest tabular Parquet files into Rerun chunk streams with rerun.experimental.ParquetReader. Read when converting trajectory or sensor tables (LeRobot-style parquet, exported logs)

    otherpythonReadGrepBash
  21. rerun-mcaprerun-io/rerun

    Ingest MCAP files into Rerun chunk streams with rerun.chunk.McapReader. Read when converting an MCAP recording, selecting topics or decoders, decoding custom protobuf messages, or

    otherpythonReadGrepBash
  22. rerun-lerobotrerun-io/rerun

    Ingest a LeRobot (HuggingFace) dataset into Rerun. Read when converting a LeRobot dataset to RRDs, splitting it into per-episode segments, or registering it on a Rerun catalog. Cov

    otherpythonReadGrepBash
  23. 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
  24. 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
  25. 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
  26. 1start-mathmodeljihe520/MathModelAgent

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

    othermarkdownBash(*)ReadWrite
  27. mathmodel-figure-templatesjihe520/MathModelAgent

    Use this skill in the MathModel LaTeX sandbox when the user asks to reproduce built-in scientific visualization templates, especially prompts from the Improve tab mentioning $mathm

    otherbashBash(*)ReadWrite
  28. 3coding-visualjihe520/MathModelAgent

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

    othermarkdownBash(*)ReadWrite
  29. 4drawiojihe520/MathModelAgent

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

    otherbashmarkdownBash(*)ReadWrite
  30. 5writingjihe520/MathModelAgent

    数学建模竞赛论文撰写阶段,支持 Typst 和 LaTeX 双引擎。根据 ANALYSIS_MODELING_REPORT.md、RESULTS_REPORT.md 和 figures/*.pdf 选择比赛模板、排版引擎、组织章节,并在论文正文中按章节直接插入图表。

    otherbashlatextypstBash(*)ReadWrite
  31. 6verityjihe520/MathModelAgent

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

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

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

    othermarkdownBash(*)ReadWrite
  33. wiki-enrichwanshuiyin/Auto-claude-code-research-in-sleep

    Fill in the per-paper TODO sections of research-wiki/papers/<slug>.md pages that literature-ingest skills leave as bare scaffolds. Use when user says 'enrich wiki', 'fill paper TOD

    otherbashBash(*)ReadWrite+1 files
  34. 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
  35. research-litwanshuiyin/Auto-claude-code-research-in-sleep

    Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or ne

    otherbashBash(*)ReadGlob+6 files
  36. 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
  37. 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
  38. research-reviewwanshuiyin/Auto-claude-code-research-in-sleep

    Get a deep critical review of research from an external reviewer backend (Codex or manual). Use when user says "review my research", "help me review", "get external review", or wan

    otherbashBash(*)ReadGrep+2 files
  39. paper-illustration-image2wanshuiyin/Auto-claude-code-research-in-sleep

    Generate publication-quality academic illustrations through a local Codex app-server bridge that uses Codex native image generation. This is a separate experimental alternative to

    otherbashlatexBash(*)ReadWrite+1 files
  40. 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
  41. analyze-resultswanshuiyin/Auto-claude-code-research-in-sleep

    Analyze ML experiment results, compute statistics, generate comparison tables and insights. Use when user says "analyze results", "compare", or needs to interpret experimental data

    otherBash(*)ReadGrep
  42. 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
  43. paper-talkwanshuiyin/Auto-claude-code-research-in-sleep

    End-to-end conference talk pipeline: paper → slide outline → Beamer + PPTX → per-page polish → assurance checks (claim / citation / anonymity) → final export and report. Default-go

    otherBash(*)ReadWrite
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. training-checkwanshuiyin/Auto-claude-code-research-in-sleep

    Periodically check WandB metrics during training to catch problems early (NaN, loss divergence, idle GPUs). Avoids wasting GPU hours on broken runs. Use when training is running an

    otherbashpythonBash(*)ReadGrep+2 files
  50. meta-applywanshuiyin/Auto-claude-code-research-in-sleep

    Privileged applier that LANDS meta-optimize / corpus-audit patches the user approved — the ONLY skill permitted to mutate the skill corpus from a self-modification proposal, with c

    otherbashBash(*)ReadWrite+5 files
  51. resubmit-pipelinewanshuiyin/Auto-claude-code-research-in-sleep

    Workflow 5: orchestrate a text-only resubmit of a polished paper to a different venue under hard constraints (no new experiments, no bib edits, no framework changes, never overwrit

    otherbashyamlBash(*)ReadWrite+1 files
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. novelty-checkwanshuiyin/Auto-claude-code-research-in-sleep

    Verify research idea novelty against recent literature. Use when user says "查新", "novelty check", "有没有人做过", "check novelty", or wants to verify a research idea is novel before impl

    othermarkdownWebSearchWebFetchGrep+2 files
  58. prior-art-searchwanshuiyin/Auto-claude-code-research-in-sleep

    Search patent databases and academic literature for prior art relevant to an invention. Use when user says "现有技术检索", "prior art search", "专利检索", "check patents", or wants to find r

    othermarkdownBash(*)ReadGlob
  59. 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
  60. slides-polishwanshuiyin/Auto-claude-code-research-in-sleep

    Per-page Codex review + targeted python-pptx / Beamer fixes for academic talk slides. Use AFTER /paper-slides (or any externally generated PPTX/Beamer) when the deck looks 'mostly

    otherjsonlatexpythonBash(*)ReadWrite

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.