BigHugger

Agent skills that run bash, 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. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. qcmacro-inc/macro

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

    claude-codebashTaskBashRead
  15. upgrade-modelmacro-inc/macro

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

    claude-codebashrustBashReadWrite
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. consistency-checkDonchitos/Claude-Code-Game-Studios

    Scan all GDDs against the entity registry to detect cross-document inconsistencies: same entity with different stats, same item with different values, same formula with different v

    claude-codebashmarkdownReadGlobGrep
  30. gate-checkDonchitos/Claude-Code-Game-Studios

    Validate readiness to advance between development phases. Produces a PASS/CONCERNS/FAIL verdict with specific blockers and required artifacts. Use when user says 'are we ready to m

    claude-codebashReadGlobGrep
  31. 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
  32. 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
  33. 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
  34. 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
  35. project-stage-detectDonchitos/Claude-Code-Game-Studios

    Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts. Use when user asks 'where are we in development', 'what stag

    claude-codebashmarkdownReadGlobGrep
  36. shipbex-co/bex

    Safely bring main up to date, commit intended pending changes, and push to origin/main — resolving any rebase conflicts autonomously and stopping only when a decision genuinely nee

    claude-codebashBash(git status:*)Bash(git pull:*)Bash(git fetch:*)
  37. releasebex-co/bex

    Autonomously release a bex component (today cli) — sync shipped main, choose the version, publish the tag, recover routine failures, and verify every distribution channel. Use when

    claude-codebashBashReadGlob
  38. moai-domain-databasemodu-ai/moai-adk

    Database specialist covering PostgreSQL, MongoDB, Redis, Oracle, and cloud database platforms (Neon, Supabase, Firestore). Use for schema design, query optimization, indexing strat

    claude-codebashjavascriptsqlReadWriteEdit
  39. hns-lsel-appliermodu-ai/moai-adk

    Local Self-Evolution Loop (LSEL) APPLY engine — the playback-only consumer of approved decision.json records that drives `.moai/hooks/lsel-apply.sh` for the GOOS-local PROPOSE→APPL

    claude-codebashReadGrepGlob
  40. moai-domain-svg-infographicmodu-ai/moai-adk

    Author editable SVG technical infographics — architecture, flow, comparison, hierarchy — by computing the layout numerically before writing markup, then rendering a 2x PNG via head

    claude-codebashReadWriteEdit
  41. moai-workflow-specmodu-ai/moai-adk

    SPEC workflow orchestration with EARS format requirements, acceptance criteria, and Plan-Run-Sync integration for MoAI-ADK development. Use when creating SPEC documents or defining

    claude-codebashReadWriteEdit+4 files
  42. moai-workflow-worktreemodu-ai/moai-adk

    Git worktree management for parallel SPEC development with isolated workspaces, automatic branch registration, and seamless MoAI-ADK integration. Use when setting up parallel devel

    claude-codebashReadWriteGrep
  43. moai-domain-html-reportmodu-ai/moai-adk

    Markdown-to-single-file-HTML report renderer. Six modes (status, incident, plan, explainer, financial, pr) selected by report type, crossed with three audience tiers (expert, basic

    claude-codebashcsshtmlReadWriteEdit+8 files
  44. hns-oss-docs-verifymodu-ai/moai-adk

    Mandatory verify recipe for the oss-docs harness — the runnable exit gate every specialist executes before returning: warning-free hugo build, sitemap existence, URL-blacklist grep

    claude-codebashReadGrepGlob
  45. hns-oss-docs-structure-mapmodu-ai/moai-adk

    docs-site structure map for the oss-docs harness structure-curator: exact paths and schemas for hugo.toml, per-locale content/<locale>/_meta.yaml, data/menu/main.yaml (4-locale nam

    claude-codebashjsonyamlReadGrepGlob
  46. hns-lsel-curatormodu-ai/moai-adk

    Local Self-Evolution Loop (LSEL) curator — the CLUSTER + drain engine for the GOOS-local PROPOSE→APPLY seam closure (SPEC-LSEL-LOCAL-EVOLUTION-001). Companion-offset drain of .moai

    claude-codebashjsonyamlReadGrepGlob
  47. refresh-tool-inventoryNosmoht/talos-mcp-server

    Extract the current tool/prompt/resource inventory from internal/{tools,prompts,resources} and update the inventory tables in AGENTS.md and README.md. Defaults to dry-run. Use when

    claude-codebashReadEditGrep
  48. guard-mutating-toolNosmoht/talos-mcp-server

    Verify that a diff touching mutating Talos tools (reboot, upgrade, rollback, reset, patch_config, apply_config) preserves all required guards — confirm=true, explicit nodes, correc

    claude-codebashReadGrepGlob
  49. chart-indicatormarketcalls/openalgo

    Build a custom indicator for the OpenAlgo /trading charting terminal (openalgo-charts). Use when asked to create, port, or debug a chart indicator, overlay, oscillator, band, or on

    claude-codebashjavascriptReadWriteEdit
  50. review-sweeprlaope/oh-my-hermes

    Review oh-my-hermes pull requests that have not been reviewed at their current head commit. Run manually to sweep the open backlog, or pass a number to review one PR. Applies the r

    claude-codebashBashReadGrep+1 files
  51. triage-sweeprlaope/oh-my-hermes

    Backfill labels across oh-my-hermes issues and pull requests. Run manually to sweep everything currently unlabeled, or pass a number to triage one item. Use when issues and PRs hav

    claude-codebashBashReadGrep+1 files
  52. model-onboardingrlaope/oh-my-hermes

    Onboard a new model generation or sibling into oh-my-hermes: probe router recognition, research the official contract, write trait-to-counter calibration, place routing in both lan

    claude-codebashBashReadGrep+1 files
  53. reviewapollographql/apollo-mcp-server

    Review a GitHub pull request for a Rust codebase. Focuses on security, performance, test coverage, and Rust idioms. Runs in GitHub Actions and posts comments directly to the PR.

    claude-codebashBash(gh:*)Bash(git diff*)Bash(git log*)+9 files
  54. creating-claude-hooksAgentWorkforce/relay

    Use when creating or publishing Claude Code hooks - covers executable format, event types, JSON I/O, exit codes, security requirements, and PRPM package structure

    claude-codebashjsonmarkdowntypescriptReadWriteEdit
  55. rpguserFRM/rpg-encoder

    Build and query semantic code graphs using RPG-Encoder. Use BEFORE grep/cat/find for any question about code structure, behavior, relationships, impact, dependencies, or cross-file

    claude-codebashBash(rpg-encoder *)ReadGlob
  56. shadcn-uicodedogQBY/ReadAny

    Provides complete shadcn/ui component library patterns including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, inst

    claude-codebashcssjavascriptjsonReadWriteBash
  57. create-issuenudgebee/nudgebee

    Create GitHub issues using repo templates (feature, bug, spike)

    claude-codebashmarkdownBashReadGlob+1 files
  58. commitnudgebee/nudgebee

    Smart commit — detect affected services, run validation, commit with proper format

    claude-codebashBashReadGlob
  59. fix-lintnudgebee/nudgebee

    Auto-fix lint and format issues across all affected services

    claude-codebashBashReadGlob
  60. create-prnudgebee/nudgebee

    Create a pull request with proper formatting, validation, and conventions for this monorepo

    claude-codebashmarkdownBashReadEdit+1 files

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.