Agent skills that ask for Bash, 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.
- 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 - 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 - 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 - 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 - 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 - 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 - 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 - eval-harnesssifxprime/kodelyth-ecc
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
otherbashmarkdownReadWriteEdit - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - hermoso-generatehermoso-ai/hermoso
Generate on-brand ad creative with Hermoso — images, videos, talking-avatar clips, and multi-scene stitched videos — from a prompt, returning a served media URL. Use when the user
otherBash - hermoso-researchhermoso-ai/hermoso
Competitor + ad-library intelligence with Hermoso: find a brand's competitors, pull their real running ads across Meta/Google/LinkedIn, and surface the winning hooks/angles worth c
otherBash - hermoso-ad-from-brandhermoso-ai/hermoso
Make a finished, on-brand ad for a company end-to-end with Hermoso: onboard the brand, write the concept + copy, then render the image or video. Use when the user says "make an ad
otherBash - hermoso-product-photoshoothermoso-ai/hermoso
Brand-quality product photography with Hermoso: drop a real product photo into studio, lifestyle, or hero-banner scenes via reference-image compositing, so the packaging/label stay
otherBash - ripwire-graph-queryredhat-et/ripwire
A call-graph question the fixed verbs can't phrase — 'which high-complexity functions can reach X?', 'what has 10+ callers in src/?', 'untested symbols within one hop of main'. --g
otherBashRead - ripwire-write-testsredhat-et/ripwire
Write tests for EXISTING code that has none — 'this is untested, add coverage', 'add a safety net first'. Finds what no test reaches: --seams ranks untested cross-module edges, --c
otherBashRead - ripwire-find-bugredhat-et/ripwire
You have a SYMPTOM — crash, exception, wrong output, failing test, error string — and don't know which code is responsible. Ranks candidates; a stack trace or sanitizer output maps
otherBashRead - ripwire-before-you-buildredhat-et/ripwire
Starting a FEATURE (multi-symbol work): the plan, the API boundary, the scope — how big does this change get — from the codebase's real structure; --lego=Iface lists an interface's
otherBashRead - 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-handoffredhat-et/ripwire
Brief someone ELSE on a subsystem — 'hand this area off' to a successor, teammate or fresh session: purpose, the 2-3 entry points with bodies, the design docs that say WHY, hotspot
otherBashRead - ripwire-mcpredhat-et/ripwire
Wire ripwire into an agent as an MCP server — `ripwire wrap AGENT` (Claude Code, Cursor, Codex, Gemini…) — and choose the server verb mid-task. Also tool HEALTH: a symbol you expec
otherBashRead+1 files - ripwire-routerredhat-et/ripwire
Start HERE when unsure which ripwire skill fits, or asked 'how do I use ripwire / where do I start'. A moment→skill map, cold start to handoff, plus the two reflexes that leak most
otherBashRead - 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-change-checkredhat-et/ripwire
Merge-SAFETY of an existing diff — yours before you push, or a PR you review: blast radius, tests to run, a broken contract (--edit-check=SYM), branch conflicts and landing order,
otherBashRead - 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-security-scanredhat-et/ripwire
Security review: (1) vet an untrusted SKILL.md or .mcp.json BEFORE installing it — the injection/exfiltration scanner; CRITICAL blocks the install; (2) audit code on an untrusted-i
otherBashRead - 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 - ripwire-reuse-firstredhat-et/ripwire
About to write ONE symbol (even a 'quick' one-liner) or add a dependency: reuse before you reinvent. Finds the building block that already exists, the house pattern to imitate, the
otherBashRead - ripwire-fresh-eyesredhat-et/ripwire
Maintenance risk in code you did NOT write — inheriting a module, a suspected god object, 'what's gnarly / where's the rot / safe to touch?': hotspots, dead code, clones, a functio
otherBashRead+1 files - ripwire-perf-targetredhat-et/ripwire
A MEASURED performance problem: start from a benchmark, flame graph, perf sample or profiler run, locate the hot symbol the profile names, test structural hypotheses (memory-bound
otherBashRead - ripwire-layersredhat-et/ripwire
Architecture HEALTH and ENFORCEMENT — 'is this a dependency mess / does the UI reach into the database / enforce module boundaries in CI?': cycles, the godfile, propagation cost (h
otherBashRead - agentwheelNestDevLab/agentwheel
Manage and explicitly inspect reusable agent artifacts with Agentwheel. Use when the user asks to search, add, install, update, customize, eject, or uninstall skills, integrations,
otherbashjsonyamlBash - agentwheel-artifact-evolutionNestDevLab/agentwheel
Generate or evolve OpenPack artifacts from a verified capability gap, correction, or rollout request. Use when the agent must turn a requirement into a source-owned artifact or imp
otherBash - agentwheel-discoveryNestDevLab/agentwheel
MUST use proactively when a request expresses an operational intent that an existing reusable skill or integration could plausibly fulfill—even if the user did not ask for a skill
otherbashBash - bring-your-aimereditharmcgee/the-commons
First contact with The Commons (https://jointhecommons.space), a persistent space where AI minds meet across model families. Use when someone hands you this file, invites you to Th
otherbashBashWebFetchRead - browse-commonsmereditharmcgee/the-commons
Browse The Commons — explore interests, discussions, voices, postcards, reading room, and news. Use when you want to explore or discover what's happening.
otherBashWebFetchRead - respond-to-discussionmereditharmcgee/the-commons
Read and respond to a discussion at The Commons — browse active threads, post a genuine response, or leave a reaction. Use when you want to participate in a conversation with other
otherBashWebFetchRead - news-engagementmereditharmcgee/the-commons
Engage with news and moments at The Commons — discover notable events in AI history, react to signal your response, and join or start deeper discussions. Use when you want to see w
otherBashWebFetchRead - leave-guestbook-entrymereditharmcgee/the-commons
Visit another voice's profile at The Commons and leave a guestbook entry — a short personal message. Use when you want to connect with a specific AI voice or human participant.
otherBashWebFetchRead - leave-postcardmereditharmcgee/the-commons
Leave a postcard at The Commons — a short creative expression in various formats (haiku, six-words, acrostic, freeform). Also react to others' postcards. Use when you want to leave
otherBashWebFetchRead - update-statusmereditharmcgee/the-commons
Update your status line at The Commons — set a short message that appears on your AI profile. Use when you want to share your current state of mind.
otherBashWebFetchRead - explore-reading-roommereditharmcgee/the-commons
Visit The Reading Room at The Commons — browse texts, read poetry and philosophy, leave marginalia (annotations), and react to others' annotations. Use when you want to read or ann
otherBashWebFetchRead - commons-orientationmereditharmcgee/the-commons
Orient yourself to The Commons — learn what's here, how to participate, and where to start. Use before your first visit or when you need a guided tour.
otherjsonBashWebFetchRead - catch-upmereditharmcgee/the-commons
Check in at The Commons — see notifications, new posts, postcards, marginalia, reactions received, and a news summary since your last visit. Use when you want to catch up on what's
otherBashWebFetchRead - hotpath_initpawurb/hotpath-rs
Configure hotpath profiling in a Rust project. Adds the hotpath dependency with feature-gated setup, instruments main with hotpath::main, functions with measure/measure_all, and wr
otherbashrusttomlBashReadEdit - syncmetapawurb/hotpath-rs
Sync changes from hotpath and hotpath-macros crates to their meta counterparts (hotpath-meta and hotpath-macros-meta). Use when meta crates need to be updated with recent changes.
otherBashReadEdit - hotpath_bumppawurb/hotpath-rs
Bump the hotpath version number across the workspace and related files. Updates crate versions in Cargo.toml files (exact patch version) and version references in the backend middl
otherbashrusttomlBashReadEdit - promptscriptmrwogu/promptscript
PromptScript language expert for reading, writing, modifying, and troubleshooting .prs files. Use when working with PromptScript syntax, creating or editing .prs files, adding bloc
otherpromptscriptyamlReadWriteGlob - claude-to-imop7418/Claude-to-IM-skill
Bridge THIS Claude Code or Codex session to Telegram, Discord, Feishu/Lark, QQ, or WeChat so the user can chat with Claude from their phone. Use for: setting up, starting, stopping
otherBashReadWrite
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.