BigHugger

Agent skills that run yaml, that ask for Edit, 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. 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
  2. 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
  3. 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
  4. 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
  5. version-bumpBenedictKing/ccx

    升级项目版本号并提交git,支持patch/minor/major版本升级或指定具体版本号,自动从git log生成CHANGELOG

    claude-codebashmarkdownyamlBashReadWrite
  6. moai-workflow-dddmodu-ai/moai-adk

    Domain-Driven Development workflow specialist using ANALYZE-PRESERVE-IMPROVE cycle for behavior-preserving code transformation. Use when refactoring legacy code or reducing technic

    claude-codeyamlReadWriteEdit
  7. moai-workflow-tddmodu-ai/moai-adk

    Test-Driven Development workflow specialist using RED-GREEN-REFACTOR cycle for test-first software development. Use when developing new features from scratch or when behavior speci

    claude-codeyamlReadWriteEdit
  8. fixparcadei/Continuous-Claude-v3

    Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.

    claude-codebashmarkdownyamlBashReadGrep
  9. skill-developerparcadei/Continuous-Claude-v3

    Meta-skill for creating and managing Claude Code skills

    claude-codebashjsonmarkdownpythonBashReadWrite
  10. skill-upgraderparcadei/Continuous-Claude-v3

    Upgrade any skill to v5 Hybrid format using decision theory + modal logic

    claude-codebashmarkdownyamlBashReadWrite
  11. skill-developervibeeval/vibecosystem

    Meta-skill for creating and managing Claude Code skills

    claude-codebashjsonmarkdownpythonBashReadWrite
  12. fixvibeeval/vibecosystem

    Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.

    claude-codebashmarkdownyamlBashReadGrep
  13. skill-upgradervibeeval/vibecosystem

    Upgrade any skill to v5 Hybrid format using decision theory + modal logic

    claude-codebashmarkdownyamlBashReadWrite
  14. canvas-setupX-isdoingreat/canvas-pilot

    Use this skill on a fresh Canvas Pilot install when the student has never configured the project before. Trigger phrases include "set me up", "set up canvas pilot", "install canvas

    claude-codebashpythonyamlBashReadWrite
  15. canvas-humanizer-surgicalX-isdoingreat/canvas-pilot

    Second-pass humanizer that fixes specific issues left over from canvas-humanizer (v2) without re-introducing LLM-shaped prose. v3 design uses per-position-differentiated ESL regist

    claude-codejsonpythonyamlBashReadWrite
  16. canvas-humanizerX-isdoingreat/canvas-pilot

    Reduces AI-detection signals in drafted text by routing every non-locked sentence through round-trip translation (English → intermediate language → English) and selecting the candi

    claude-codejsonpythonyamlBashReadWrite
  17. agent-evalmturac/everything-openai-codex

    Head-to-head comparison of coding agents (OpenAI Codex, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

    claude-codebashyamlReadWriteEdit
  18. tsa-constraintsaimasteracc/tree-sitter-analyzer

    Architectural constraint enforcement. Detect forbidden cross-module calls ("MCP must not depend on CLI") at index time and gate edits on them. Rules live in YAML at repo root; viol

    claude-codebashyamlmcp__tree-sitter-analyzer__editBashRead
  19. create-agentTOKTOKHAN-DEV/agent-company

    새 에이전트를 설계하고 registry.yaml + AGENT.md + skills/ 를 정합성 있게 생성한다. 새 런타임이나 새 도메인이 필요할 때 사용.

    claude-codebashmarkdownyamlBashReadWrite
  20. ato-make-agentWillNigri/Agentic-Tool-Optimization

    Turn any installed skill (gstack, custom, third-party) into an ATO agent the user can summon into war-rooms. Reads a SKILL.md, extracts the persona, strips runtime boilerplate, and

    claude-codebashmarkdownyamlBashReadEdit
  21. visor-agent-devprobelabs/visor

    Guide for building and extending visor AI assistants. Use when creating new skills, workflows, checks, or modifying assistant.yaml configurations. Covers the full development loop

    claude-codebashyamlReadGrepGlob
  22. prometheusCloudChef/atlasclaw-providers

    Prometheus monitoring and alerting for cloud-native observability. Use when implementing metrics collection, PromQL queries, alerting rules, service discovery, recording rules, and

    claude-codebashgopromqlpythonReadGrepGlob
  23. self-improving-agentzhouguoqing/QianYuan.AIAgenticFramework

    A universal self-improving agent that learns from ALL skill experiences. Uses multi-memory architecture (semantic + episodic + working) to continuously evolve the codebase. Auto-tr

    claude-codejsonmarkdownyamlReadWriteEdit
  24. scaffold-frontend-subpagebbvch-ai/aihub-core

    Scaffold a detail wrapper with SelectButton tab navigation and nested tab subpages. Creates the tab bar, NavItem routing, StructuralColumn content, and overview tab following the [

    claude-codetypescriptvueyamlReadWriteEdit
  25. scaffold-api-endpointbbvch-ai/aihub-core

    Generate a new REST API controller with fluent builder pattern, typed endpoints, permission-based auth, DTOs, and main.py registration. Use when user says "create API endpoint", "s

    claude-codepythonyamlReadWriteEdit
  26. scaffold-frontend-pagebbvch-ai/aihub-core

    Scaffold a new Nuxt 3 list page with StructuralScreen/Column layout, Pinia-Colada data fetching, card grid, create modal, and NuxtPage outlet for nested detail routes. Use when use

    claude-codevueyamlReadWriteEdit
  27. write-docbbvch-ai/aihub-core

    Write new documentation pages for the VitePress docs site at docs/docs/. Ensures correct file structure (index.en.md only), frontmatter, heading hierarchy, media references, VitePr

    claude-codebashmarkdownyamlReadWriteEdit
  28. wheeler-service-creatormaxwellsdm1867/wheeler

    Scaffold a NEW Wheeler service adapter that integrates an external tool into Wheeler end to end. Reach for this whenever the user wants to "create a wheeler service", "add a new to

    claude-codebashyamlReadWriteEdit
  29. devops-deploytranhieutt/software_development_department
    claude-codebashdockerpythonyamlReadGlobGrep
  30. mlops-engineertranhieutt/software_development_department
    claude-codepythonyamlReadGlobGrep
  31. pii-engineeranonde-io/anonde

    Apply when designing, building, benchmarking, or debugging local-first PII detection / anonymization systems. Covers metric tradeoffs (leak rate vs F1), NER backend selection (patt

    claude-codegopythonyamlReadBashEdit
  32. sprint-planbullish0x/GameStudio

    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
  33. design-taste-frontendcharlieviettq/awesome-agent-skill

    Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated

    claude-codebashcsstypescriptyamlBashReadWrite
  34. sf-deployClientell-Ai/salesforce-skills

    Orchestrate Salesforce deployments with dependency resolution, package.xml generation, targeted test execution, error diagnosis, and rollback strategies. Use when asked to deploy c

    claude-codebashxmlyamlReadWriteEdit+1 files
  35. sf-agentforceClientell-Ai/salesforce-skills

    Build, configure, and test Agentforce agents on Salesforce. Covers agent setup, topics, actions (Flow, Apex, PromptTemplate, External Service), Agent Scripts for deterministic FSM-

    claude-codeapexbashsoqlyamlReadWriteEdit+1 files
  36. packagemyclaude-sh/myclaude-creator-engine

    Package a product for distribution across 33+ platforms. Strips WHY comments, generates triple manifests (vault.yaml + plugin.json + agentskills.yaml), stages .publish/. Use when:

    claude-codehtmljsonmarkdownyamlReadWriteEdit
  37. debt-sentinelaegntic/cldcde

    Architectural pattern enforcer that prevents technical debt. Use when editing code to check for anti-patterns, hardcoded secrets, SQL injection, inline styles, and other code quali

    claude-codebashjsonmarkdownpythonBashReadEdit
  38. spec-lockaegntic/cldcde

    Bi-directional code and documentation synchronizer. Use when editing code that affects specifications, API contracts, or documentation. Prevents documentation rot by maintaining sy

    claude-codebashjavascriptjsonsqlBashReadWrite
  39. compound-engineeringaegntic/cldcde

    Orchestration layer that coordinates Debt-Sentinel, Red Team Tribunal, and Spec-Lock into unified workflows. Use when you need comprehensive quality assurance with multiple validat

    claude-codebashjsonpythonsqlBashReadWrite
  40. red-team-tribunalaegntic/cldcde

    Multi-agent adversarial verification system. Use when you need thorough code review, security auditing, or quality validation. Spawns three specialized agents (Skeptic, User Proxy,

    claude-codebashjsonpythonyamlBashReadWrite
  41. extendonurpolat05/ALBA

    Add one new capability to an existing ALBA setup - skill, hook, rule, slash command or MCP integration - interactively, then wire it into CLAUDE.md and settings.json. Use when user

    claude-codejsonyamlReadWriteEdit
  42. aget-close-sessionaget-framework/aget

    Close session with pre-close triage, enriched output, and dual provenance. Orchestrates wind-down — does not replace it.

    claude-codebashyamlBashReadWrite
  43. commit-twiddlerust-works/omni-dev

    Validates and corrects commit messages against project guidelines after a commit is created. Invoke automatically after every git commit to ensure messages conform to .omni-dev/com

    claude-codebashyamlBash(mkdir *)ReadWrite
  44. tinacmsjackspace/ClaudeSkillz

    Git-backed headless CMS setup with TinaCMS 2.9 and @tinacms/cli 1.11, covering schema and collection modeling in tina/config.ts, the auto-generated GraphQL API, visual and contextu

    claude-codebashenvhtmljavascriptReadWriteEdit
  45. sveltia-cmsjackspace/ClaudeSkillz

    Sveltia CMS, a lightweight Git-backed headless CMS and modern successor to Decap/Netlify CMS (about 300 KB bundle, GraphQL-based). Covers admin/config.yml collection config, YAML a

    claude-codebashhtmljavascriptjsonReadWriteEdit
  46. typescript-mcpjackspace/ClaudeSkillz

    Building MCP (Model Context Protocol) servers in TypeScript on Cloudflare Workers with the official @modelcontextprotocol/sdk: registering tools, resources, and prompts, Hono HTTP

    claude-codebashjsontypescriptyamlReadWriteEdit

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.