BigHugger

Agent skills that ask for Glob, 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.

  1. bunqueue-devegeominotti/bunqueue

    Internal skill for contributing to bunqueue - architecture, testing, code conventions, and development workflow

    claude-codebashReadGrepGlob
  2. analytics-eventsmetabase/metabase

    Add product analytics events to track user interactions in the Metabase frontend

    claude-codetypescriptReadWriteEdit
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. draft-releasegrafana/mcp-grafana

    Draft a new release. Bumps version, generates CHANGELOG.md from git history, and creates a PR.

    claude-codemarkdownBash(git *)Bash(gh *)Bash(date *)
  27. upgrade-modelmacro-inc/macro

    Upgrade an AI chat model (fast or good) across backend and frontend.

    claude-codebashrustBashReadWrite
  28. 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
  29. 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
  30. qcmacro-inc/macro

    Quality gate. 5 parallel agents review changes. All must pass.

    claude-codebashTaskBashRead
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. 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
  50. 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
  51. team-uiDonchitos/Claude-Code-Game-Studios

    Orchestrate the UI team through the full UX pipeline: from UX spec authoring through visual design, implementation, review, and polish. Integrates with /ux-design, /ux-review, and

    claude-codeReadGlobGrep
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. 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
  58. 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
  59. 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
  60. 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

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.