Agent skills that run bash, that ask for Glob
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.
- agent-evalaffaan-m/ECC
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics. Use when choosing between coding age
pluginbashyamlReadWriteEdit - inherit-legacy-styleaffaan-m/ECC
Legacy-project style inheritance skill. Use when the user types /inherit-legacy-style, or when onboarding an AI coding agent onto a hand-written legacy project and you need to prev
pluginbashReadGlobGrep - agent-architecture-auditaffaan-m/ECC
Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and r
pluginbashjsonReadWriteEdit - 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 - 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 - bunqueue-devegeominotti/bunqueue
Internal skill for contributing to bunqueue - architecture, testing, code conventions, and development workflow
claude-codebashReadGrepGlob - bunqueueegeominotti/bunqueue
Use bunqueue job queue library - Queue, Worker, Bunqueue (simple mode), FlowProducer, cron, DLQ, embedded and TCP modes
pluginbashjsontypescriptReadGrepGlob+3 files - 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 - e2e-test-createmetabase/metabase
Analyze React component source code to understand UI structure, then generate idiomatic Cypress E2E tests following Metabase conventions. Falls back to Playwright MCP browser explo
claude-codebashjavascriptBashReadWrite - data-explorationondata/ckan-mcp-server
Performs exploratory data analysis (EDA) on datasets from CKAN portals and CSV files. Use when analyzing datasets, checking data quality, exploring CSV files, or when the user asks
claude-codebashmarkdownReadBashGrep - bug-fixnexus-substrate/nexus-agents
Fix a bug following project standards. Use when fixing defects, debugging issues, or resolving reported problems. Triggers on "fix bug", "debug", "fix issue", "resolve bug".
pluginbashReadEditWrite+1 files - implement-featurenexus-substrate/nexus-agents
Implement a new feature following project standards. Use when adding functionality, creating new modules, or extending capabilities. Triggers on "implement", "add feature", "create
pluginbashtypescriptReadEditWrite+2 files - 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 - 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 - deprecation-and-migrationnexus-substrate/nexus-agents
Plan and execute the removal of deprecated APIs without breaking consumers. Apply when retiring `@deprecated` markers, renaming public surfaces, or version-gating cleanup work. Tri
pluginbashReadEditWrite+1 files - hotfixnexus-substrate/nexus-agents
Apply a hotfix for critical production issues. Use for security vulnerabilities or bugs that prevent core functionality. Triggers on "hotfix", "emergency fix", "critical fix", "pro
pluginbashReadEditWrite - gemini-delegatornexus-substrate/nexus-agents
Delegate large context and multimodal tasks to Gemini CLI. Use when context exceeds 100K tokens, analyzing images/screenshots, processing large codebases, or for speed/cost-sensiti
pluginbashtypescriptBashReadGrep+1 files - reviewing-codenexus-substrate/nexus-agents
Review code changes following project standards and security guidelines. Checks for lint compliance, type safety, test coverage, and security issues. Use when reviewing PRs, auditi
pluginbashmarkdownReadGrepGlob+3 files - infrastructure-managementnexus-substrate/nexus-agents
Manage physical server infrastructure, bare metal systems, and OOB management. Handles iDRAC/iLO/IPMI access, SSH connectivity checks, boot time estimation, and hardware health mon
pluginbashReadEditWrite - pre-push-paritynexus-substrate/nexus-agents
Run the CI gates locally before pushing, so failures surface in seconds instead of one CI cycle at a time. Enumerates the checks in .github/workflows/, runs the locally-runnable su
pluginbashReadBashGrep - security-scanningnexus-substrate/nexus-agents
Review and fix security scanning alerts from CodeQL and secret scanning. Run as part of system reviews, after CI runs, or on manual request. Triggers on "security scan", "codeql",
pluginbashReadEditWrite - releasenexus-substrate/nexus-agents
Execute a release following project standards. Use when publishing a new version, creating release tags, or deploying. Triggers on "release", "publish", "version bump", "create rel
pluginbashReadEditWrite+1 files - dogfooding-issuesnexus-substrate/nexus-agents
Process open GitHub issues using the self-development protocol. Implements features from research registry with proper voting and testing. Use when working on open issues, implemen
pluginbashReadEditWrite+3 files - codex-delegatornexus-substrate/nexus-agents
Delegate code generation tasks to Codex CLI for optimal performance. Use when implementing features, generating tests, refactoring code, or making bulk code changes. Triggers on "d
pluginbashyamlBashReadGlob+2 files - system-reviewnexus-substrate/nexus-agents
Run a system review to check project health. Use when issues drop below 5, an EPIC closes, or 7+ days since last review. Triggers on "system review", "project health", "review syst
pluginbashReadEditWrite - security-advisory-responsenexus-substrate/nexus-agents
Respond to a reporter-filed GitHub Security Advisory with coordinated disclosure discipline: confidential triage, private-fork patching, simultaneous publish, post-mortem. Use when
pluginbashReadEditWrite - 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 - 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 - 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 - 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 - 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 - bug-triageapify/apify-mcp-server
Triage open GitHub bug issues for Apify MCP server. Fetches issues, analyzes root causes, drafts developer-to-developer responses, and posts after user approval. Use when handling
claude-codebashReadGlobGrep - archetype-review-baseavelikiy/great_cto
Shared review framework that every domain reviewer (pci, oracle, gov, edtech, healthcare, mlops, etc.) MUST follow. Defines the output artifact (TM-{slug}.md), mandatory sections,
pluginbashmarkdownyamlReadWriteGrep - decision-evalavelikiy/great_cto
Spawns the decision-scorer agent after architect proposes 2+ variants in an ADR. Produces a weighted scoring table and recommended choice saved to docs/decisions/.
pluginbashReadGlobBash - skeptical-triageavelikiy/great_cto
Reusable 3-round self-challenge + arbiter pattern for filtering false positives from findings/verdicts. Use when the cost of a false-positive gate block exceeds the cost of ~4 extr
pluginbashjsonReadGrepBash - crystallizeavelikiy/great_cto
Distils repeating patterns from session logs and lessons.md into draft skill files. Run after ≥10 sessions to extract durable knowledge. Output: draft skills/ files + promotion rep
pluginbashReadWriteGlob - drizzletriggerdotdev/trigger.dev
Use this skill when writing or modifying Drizzle ORM schemas, queries, or migrations in this repo — specifically the `@internal/dashboard-agent-db` package (the dashboard agent's c
claude-codebashtypescriptReadWriteEdit - triagecoleam00/Archon
Triage GitHub issues by applying type, effort, priority, and area labels. Runs in an isolated context to avoid polluting the main conversation with issue details. Delegates to a sp
claude-codebashBash(gh *)ReadGlob - pre-push-reviewpydantic/pydantic-ai
Run a high-judgment local review of the current branch before pushing, both before a PR exists and between PR iterations
claude-codebashReadGlobGrep - 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 - bat-story-evalhomeassistant-ai/ha-mcp
Compare MCP tool behavior between target and baseline versions using pre-built and custom stories with diff-based triage.
claude-codebashpythonyamlBashReadWrite - issue-analysishomeassistant-ai/ha-mcp
Deep analysis of a single GitHub issue with codebase exploration, implementation planning, and architectural assessment. Use when you need to analyze a GitHub issue, assess its com
claude-codebashBashReadGlob - my-pr-checkerhomeassistant-ai/ha-mcp
Manage your own GitHub pull requests — check CI status, inline review comments, PR-level comments, resolve review threads, fix issues, and iterate until all checks pass and threads
claude-codebashBashReadEdit - issue-to-pr-resolverhomeassistant-ai/ha-mcp
Implement a GitHub issue end-to-end — create a worktree branch, implement the feature with tests, create a draft PR, then iteratively resolve all CI failures and review comments un
claude-codebashBashReadEdit - contrib-pr-reviewhomeassistant-ai/ha-mcp
Review a contribution PR for safety, quality, and readiness. Checks for security concerns, test coverage, size appropriateness, and intent alignment. Use when reviewing external co
claude-codebashBashReadGrep - 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 - 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 - eval-harnesssifxprime/kodelyth-ecc
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
otherbashmarkdownReadWriteEdit - 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 - upgrade-modelmacro-inc/macro
Upgrade an AI chat model (fast or good) across backend and frontend.
claude-codebashrustBashReadWrite - qcmacro-inc/macro
Quality gate. 5 parallel agents review changes. All must pass.
claude-codebashTaskBashRead - 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 - ask-internalbrowseros-ai/BrowserOS
Answer questions about BrowserOS internal stuff (setup, features, architecture, design decisions) by reading the private internal-docs submodule and the codebase. Use for "how do I
claude-codebashBashReadGrep - harness-test-writermaximhq/bifrost
Add regression test cases to the Bifrost provider harness (the Postman collection run via `make run-provider-harness-test`) based on a merged PR or a GitHub issue. Fetches the PR/i
claude-codebashjavascriptReadGrepGlob - 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 - add-pricing-fieldmaximhq/bifrost
Wire a new model-pricing field (a datasheet cost key like `cost_per_request`, `output_cost_per_video_per_second_720p`, etc.) end-to-end through Bifrost's pricing engine - Options s
claude-codebashReadGrepGlob - 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 - 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 - 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
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.