Agent skills that ask for Grep, in claude-code 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.
- bunqueue-devegeominotti/bunqueue
Internal skill for contributing to bunqueue - architecture, testing, code conventions, and development workflow
claude-codebashReadGrepGlob - typescript-reviewmetabase/metabase
Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs co
claude-codeReadGrepBash+1 files - 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 - analytics-eventsmetabase/metabase
Add product analytics events to track user interactions in the Metabase frontend
claude-codetypescriptReadWriteEdit - clojure-reviewmetabase/metabase
Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs co
claude-codeReadGrepBash - e2e-test-reviewmetabase/metabase
Review Cypress E2E spec files for Metabase conventions, common gotchas, and flakiness/performance issues. Use when reviewing pull requests or diffs containing Cypress spec files in
claude-codemarkdownReadGrepBash - docs-writemetabase/metabase
Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).
claude-codemarkdownReadWriteGrep+1 files - docs-reviewmetabase/metabase
Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
claude-codemarkdownReadGrepBash - 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 - releasescreenpipe/screenpipe
Release the screenpipe monorepo. Bumps versions, triggers GitHub Actions for app, CLI, MCP, and JS packages.
claude-codebashBashReadEdit - screenpipe-logsscreenpipe/screenpipe
Retrieve and analyze Screenpipe CLI backend logs and desktop app logs for debugging
claude-codebashBashReadGrep - code-reviewimbenrabi/Financial-Modeling-Prep-MCP-Server
Review a PR or working diff against this repo's intent layer (the AGENTS.md hierarchy), toolception pitfalls, and core invariants. Use when reviewing code, auditing a PR, or checki
claude-codeReadGrepGlob - digapify/apify-mcp-server
Explore, analyze, plan, or spec features for the Apify MCP server. Adapts to what the user asks — from quick code exploration to full GitHub issue specs. Use when the user asks to
claude-codemarkdownReadGlobGrep - 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 - tool-reviewnesquikm/mcp-rubber-duck
Review an MCP tool implementation for correctness, pattern adherence, and best practices. Use after implementing or modifying a tool.
claude-codeReadGrepGlob - trigger-dev-taskstriggerdotdev/trigger.dev
Use this skill when writing, designing, or optimizing Trigger.dev background tasks and workflows. This includes creating reliable async tasks, implementing AI workflows, setting up
claude-codetypescriptReadWriteEdit - 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 - span-timeline-eventstriggerdotdev/trigger.dev
Use when adding, modifying, or debugging OTel span timeline events in the trace view. Covers event structure, ClickHouse storage constraints, rendering in SpanTimeline component, a
claude-codetypescriptReadWriteEdit - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - add-sdk-endpointmacro-inc/macro
Wrap a new backend endpoint in the TypeScript SDK (packages/sdk), or record it as skipped. Use when `just coverage` fails, or after adding an endpoint to a Rust service.
claude-codeBashReadEdit - 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 - live-debugmacro-inc/macro
Debug the running local stack with traces, logs, and a shared headless browser. Use when investigating a bug in a running service, tracing a request across services, reading servic
claude-codeBashReadGrep - 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 - 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 - write-docsbrowseros-ai/BrowserOS
Write BrowserOS feature documentation. Use when the user wants to create or update documentation for a BrowserOS feature. This skill explores the codebase to understand features an
claude-codemdxReadGrepGlob - 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 - 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 - split-commit-into-stackmaximhq/bifrost
Split one oversized commit or branch into a stack of independently reviewable Graphite (gt) PRs - deciding what genuinely separates, what is atomic and must stay whole, and proving
claude-codebashReadGrepGlob - investigate-issuemaximhq/bifrost
Investigate a GitHub issue by fetching details, analyzing the codebase, researching documentation, and presenting an actionable implementation plan with test guidance. Use when ask
claude-codebashgoReadGrepGlob - release-checklistmaximhq/bifrost
Pre-release safety audit for the Bifrost repo. Scans database migrations changed in a release for high-scale deadlock / lock-contention risks and for work that blocks application b
claude-codebashReadGrepGlob - 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 - 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 - 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 - resolve-pr-comments-stackmaximhq/bifrost
Resolve unresolved PR review comments across an entire Graphite (gt) stack of many PRs, bottom-up, in one working directory. Use when asked to "go through this stack and resolve co
claude-codebashReadGrepGlob - 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 - stack-absorbmaximhq/bifrost
Manually distribute working-tree changes (or a batch of edits already made on the current branch) across the correct branches of a Graphite (gt) stack, when gt absorb's blame-based
claude-codebashReadGrepGlob - brainstormDonchitos/Claude-Code-Game-Studios
Guided game concept ideation — from zero idea to a structured game concept document. Uses professional studio ideation techniques, player psychology frameworks, and structured crea
claude-codeReadGlobGrep - localizeDonchitos/Claude-Code-Game-Studios
Full localization pipeline: scan for hardcoded strings, extract and manage string tables, validate translations, generate translator briefings, run cultural/sensitivity review, man
claude-codemarkdownReadGlobGrep - team-polishDonchitos/Claude-Code-Game-Studios
Orchestrate the polish team: coordinates performance-analyst, technical-artist, sound-designer, and qa-tester to optimize, polish, and harden a feature or area for release quality.
claude-codeReadGlobGrep - test-setupDonchitos/Claude-Code-Game-Studios
Scaffold the test framework and CI/CD pipeline for the project's engine. Creates the tests/ directory structure, engine-specific test runner configuration, and GitHub Actions workf
claude-codemarkdownReadGlobGrep - team-live-opsDonchitos/Claude-Code-Game-Studios
Orchestrate the live-ops team for post-launch content planning: coordinates live-ops-designer, economy-designer, analytics-engineer, community-manager, writer, and narrative-direct
claude-codeReadGlobGrep - test-flakinessDonchitos/Claude-Code-Game-Studios
Detect non-deterministic (flaky) tests by reading CI run logs or test result history. Aggregates pass rates per test, identifies intermittent failures, recommends quarantine or fix
claude-codebashReadGlobGrep - 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 - 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 - asset-auditDonchitos/Claude-Code-Game-Studios
Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing references, and stand
claude-codemarkdownReadGlobGrep - ux-reviewDonchitos/Claude-Code-Game-Studios
Validates a UX spec, HUD design, or interaction pattern library for completeness, accessibility compliance, GDD alignment, and implementation readiness. Produces APPROVED / NEEDS R
claude-codemarkdownReadGlobGrep - propagate-design-changeDonchitos/Claude-Code-Game-Studios
When a GDD is revised, scans all ADRs and the traceability index to identify which architectural decisions are now potentially stale. Produces a change impact report and guides the
claude-codebashmarkdownReadGlobGrep - smoke-checkDonchitos/Claude-Code-Game-Studios
Run the critical path smoke test gate before QA hand-off. Executes the automated test suite, verifies core functionality, and produces a PASS/FAIL report. Run after a sprint's stor
claude-codebashmarkdownReadGlobGrep - milestone-reviewDonchitos/Claude-Code-Game-Studios
Generates a comprehensive milestone progress review including feature completeness, quality metrics, risk assessment, and go/no-go recommendation. Use at milestone checkpoints or w
claude-codemarkdownReadGlobGrep - code-reviewDonchitos/Claude-Code-Game-Studios
Performs an architectural and quality code review on a specified file or set of files. Checks for coding standard compliance, architectural pattern adherence, SOLID principles, tes
claude-codeReadGlobGrep - 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
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.