Agent skills that run bash, that ask for Read, 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.
- 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 - x402browser-use/browser-use
Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (s
otherbashpythontypescriptBashReadWrite - qabrowser-use/browser-use
QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a si
otherbashBashReadTask - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - skill-complysifxprime/kodelyth-ecc
Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences,
otherbashReadBash - eval-harnesssifxprime/kodelyth-ecc
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
otherbashmarkdownReadWriteEdit - 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 - 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 - opencli-usagejackwener/OpenCLI
Use at the start of any OpenCLI session — this is the top-level map of what `opencli` can do, how to discover adapters, what flags and output formats are universal, and which speci
otherbashBash(opencli:*)Read - opencli-browserjackwener/OpenCLI
Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first tar
otherbashjsonBash(opencli:*)ReadEdit - 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 - doctorjihe520/MathModelAgent
环境检查与安装向导。检查数学建模工作流所需的全部依赖是否已安装,对缺失项提供安装命令,并在用户确认后执行安装。手动触发。
otherbashBash(*)ReadWrite - 6verityjihe520/MathModelAgent
数学建模竞赛最终验证和验收阶段,支持 Typst 和 LaTeX 双引擎。用于论文写完后检查章节数量、标题顺序、图表引用、数值一致性、占位符、内部文件泄露、参考文献、代码可复现性、编译和提交就绪状态。
otherbashmarkdownBash(*)ReadWrite - 5writingjihe520/MathModelAgent
数学建模竞赛论文撰写阶段,支持 Typst 和 LaTeX 双引擎。根据 ANALYSIS_MODELING_REPORT.md、RESULTS_REPORT.md 和 figures/*.pdf 选择比赛模板、排版引擎、组织章节,并在论文正文中按章节直接插入图表。
otherbashlatextypstBash(*)ReadWrite - 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 - 4drawiojihe520/MathModelAgent
数学建模非数据型图示绘制阶段。根据 ANALYSIS_MODELING_REPORT.md、RESULTS_REPORT.md 和已有 figures/ 生成技术路线图、子问题求解流程图、模型结构图、数据处理流程图等 DrawIO 图,并导出论文可引用 PDF。
otherbashmarkdownBash(*)ReadWrite - ripwire-opt-remarksredhat-et/ripwire
Triage clang optimization remarks (-Rpass, -Rpass-missed, opt-record YAML) while editing ripwire's OWN C++: 'loop not vectorized', 'will not be inlined' — worth a diff, or is LTO/P
otherbashBashReadEdit - ripwire-navigateredhat-et/ripwire
You can NAME the symbol: who calls it, what it calls, the path from A to B, its full body, or an exact literal/regex match. 'Safe to change or rename X — what breaks downstream?' =
otherbashBashRead - ripwire-orientredhat-et/ripwire
Landing COLD in an unfamiliar repo or subsystem, or about to open several files for one question: map first, read only the files it ranks highest. Main subsystems and entry points,
otherbashBashRead+2 files - ripwire-quality-barredhat-et/ripwire
Code QUALITY of what YOU just wrote, before you commit or say 'done': --quality-delta reports only what got WORSE across 10 kinds and exits non-zero on new debt; then which restruc
otherbashBashRead+1 files - semantic-scholarwanshuiyin/Auto-claude-code-research-in-sleep
Search published venue papers (IEEE, ACM, Springer, etc.) via Semantic Scholar API. Complements /arxiv (preprints) with citation counts, venue metadata, and TLDR. Use when user say
otherbashmarkdownBash(*)ReadWrite+2 files - 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 - interview-cheatsheetwanshuiyin/Auto-claude-code-research-in-sleep
Generate a long-form Chinese interview-prep cheat sheet on a specific ML/LLM topic — formulas with derivations, from-scratch PyTorch code, comparison tables, and 25 高频面试题 (L1 必会 /
otherbashjsonBash(*)ReadWrite - 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 - 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 - idea-creatorwanshuiyin/Auto-claude-code-research-in-sleep
Generate and rank research ideas given a broad direction. Use when user says "找idea", "brainstorm ideas", "generate research ideas", "what can we work on", or wants to explore a re
otherbashjsonmarkdownBash(*)ReadWrite+9 files - patent-reviewwanshuiyin/Auto-claude-code-research-in-sleep
Get an external patent examiner review of a patent application. Use when user says "专利审查", "patent review", "审查意见", "examiner review", or wants critical feedback on patent claims a
otherbashmarkdownBash(*)ReadGrep - 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 - 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 - 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 - 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 - gemini-searchwanshuiyin/Auto-claude-code-research-in-sleep
Search research papers via Gemini for broad literature discovery. Use when user says "gemini search", "gemini papers", "search with gemini", or wants AI-powered literature discover
otherbashjsonBash(*)ReadWrite - 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 - 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 - 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 - 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 - deepxivwanshuiyin/Auto-claude-code-research-in-sleep
Search and progressively read open-access academic papers through DeepXiv. Use when the user wants layered paper access, section-level reading, trending papers, or DeepXiv-backed l
otherbashBash(*)ReadWrite+2 files - 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 - paper-figurewanshuiyin/Auto-claude-code-research-in-sleep
Generate publication-quality figures and tables from experiment results. Use when user says "画图", "作图", "generate figures", "paper figures", or needs plots for a paper.
otherbashlatexmarkdownpythonBash(*)ReadWrite - qzcliwanshuiyin/Auto-claude-code-research-in-sleep
Manage GPU compute jobs on the Qizhi (启智) platform using qzcli — a kubectl-style CLI tool. Use when user says "qzcli", "启智平台", "submit job", "stop job", "查计算组", "avail", "list jobs
otherbashjsonBash(*)ReadWrite - 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 - arxivwanshuiyin/Auto-claude-code-research-in-sleep
Search, download, and summarize academic papers from arXiv. Use when user says "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper pdf", or wants to find an
otherbashmarkdownBash(*)ReadWrite+2 files - 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 - feishu-notifywanshuiyin/Auto-claude-code-research-in-sleep
Send notifications to Feishu/Lark. Internal utility used by other skills, or manually via /feishu-notify. Use when user says "发飞书", "notify feishu", or other skills need to send st
otherbashjsonmarkdownBash(curl *)Bash(cat *)Read - 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 - 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 - 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 - alphaxivwanshuiyin/Auto-claude-code-research-in-sleep
Quick single-paper lookup via AlphaXiv LLM-optimized summaries with tiered source fallback. Use when user says "explain this paper", "summarize paper", pastes an arXiv/AlphaXiv URL
otherbashmarkdownBash(*)ReadWrite+1 files - integrity-forensicswanshuiyin/Auto-claude-code-research-in-sleep
Run the Anti-Autoresearch integrity-forensics sweep (span-anchored evidence ledger → GPT auditors propose findings → a rules-only reporter that lists every proposal with what the a
otherbashBash(*)ReadWrite - 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 - 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 - serverless-modalwanshuiyin/Auto-claude-code-research-in-sleep
Run GPU workloads on Modal — training, fine-tuning, inference, batch processing. Zero-config serverless: no SSH, no Docker, auto scale-to-zero. Use when user says "modal run", "mod
otherbashmarkdownpythonBash(*)ReadGrep - citation-auditwanshuiyin/Auto-claude-code-research-in-sleep
Zero-context verification that every bibliographic entry in the paper is real, correctly attributed, and used in a context the cited paper actually supports — catching hallucinated
otherbashjsonmarkdownBash(*)ReadGrep+1 files
Browse all 69,865 skills →200 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.