BigHugger

Agent skills that run javascript, 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. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. skill-simplifycatlog22/maestro-flow

    SKILL.md simplification with functional integrity verification. Analyze redundancy, optimize content, check no functionality lost. Triggers on "simplify skill", "optimize skill", "

    claude-codejavascriptAskUserQuestionReadWrite+3 files
  7. skill-generatorcatlog22/maestro-flow

    Meta-skill for creating new Claude Code skills with configurable execution modes. Supports sequential (fixed order) and autonomous (stateless) phase patterns. Use for skill scaffol

    claude-codejavascriptAgentAskUserQuestionRead+17 files
  8. skill-iter-tunecatlog22/maestro-flow

    Iterative skill tuning via execute-evaluate-improve feedback loop. Uses maestro delegate Claude to execute skill, Agy to evaluate quality, and Agent to apply improvements. Iterates

    claude-codejavascriptSkillAgentAskUserQuestion+5 files
  9. workflow-skill-designercatlog22/maestro-flow

    Meta-skill for designing orchestrator+phases structured workflow skills. Creates SKILL.md coordinator with progressive phase loading, TodoWrite patterns, and data flow. Triggers on

    claude-codejavascriptmarkdownAgentAskUserQuestionTodoWrite+4 files
  10. thoughtbox:debugKastalien-Research/thoughtbox

    Trigger when debugging something unexpected — a test failure, surprising behavior, production incident, or any situation where initial attempts aren't working. Prevents the common

    claude-codejavascriptReadGlobGrep
  11. thoughtbox:decisionKastalien-Research/thoughtbox

    Structure decisions with parallel hypothesis exploration and knowledge graph persistence. Triggers on: "decide", "choose between", "which approach", "compare options", "evaluate al

    claude-codejavascriptReadGlobGrep
  12. thoughtbox:researchKastalien-Research/thoughtbox

    Structured research using Thoughtbox IRCoT (Interleaved Retrieval and Chain-of-Thought). Triggers on: "research", "investigate", "explore", "literature review", "what do we know ab

    claude-codejavascriptReadGlobGrep
  13. ai-analyzerhuifer/WellAlly-health

    AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。

    claude-codejavascriptReadGrepGlob
  14. health-trend-analyzerhuifer/WellAlly-health

    分析一段时间内健康数据的趋势和模式。关联药物、症状、生命体征、化验结果和其他健康指标的变化。识别令人担忧的趋势、改善情况,并提供数据驱动的洞察。当用户询问健康趋势、模式、随时间的变化或"我的健康状况有什么变化?"时使用。支持多维度分析(体重/BMI、症状、药物依从性、化验结果、情绪睡眠),相关性分析,变化检测,以及交互式HTML可视化报告(ECharts图表

    claude-codejavascriptReadGrepGlob+3 files
  15. goal-analyzerhuifer/WellAlly-health

    分析健康目标数据、识别目标模式、评估目标进度,并提供个性化目标管理建议。支持与营养、运动、睡眠等健康数据的关联分析。

    claude-codejavascriptjsonmarkdownpythonReadGrepGlob
  16. titan-runoptave/ops-codegraph-tool

    Run the full Titan Paradigm pipeline end-to-end by dispatching each phase to sub-agents with fresh context windows. Orchestrates recon → gauntlet → sync → forge → grind (+ repo-pro

    claude-codebashjavascriptAgentReadBash
  17. workflow-test-fixcatlog22/Claude-Code-Workflow

    Unified test-fix pipeline combining test generation (session, context, analysis, task gen) with iterative test-cycle execution (adaptive strategy, progressive testing, CLI fallback

    claude-codejavascriptjsonSkillAgentAskUserQuestion
  18. review-cyclecatlog22/Claude-Code-Workflow

    Unified multi-dimensional code review with automated fix orchestration. Routes to session-based (git changes), module-based (path patterns), or fix mode. Triggers on "workflow:revi

    claude-codebashjavascriptAgentAskUserQuestionTaskCreate+3 files
  19. review-codecatlog22/Claude-Code-Workflow

    Multi-dimensional code review with structured reports. Analyzes correctness, readability, performance, security, testing, and architecture. Triggers on "review code", "code review"

    claude-codejavascriptAgentAskUserQuestionRead+12 files
  20. workflow-tdd-plan-plancatlog22/Claude-Code-Workflow

    Unified TDD workflow skill combining 6-phase TDD planning with Red-Green-Refactor task chain generation, and 4-phase TDD verification with compliance reporting. Triggers on "workfl

    claude-codejavascriptjsonSkillAgentAskUserQuestion
  21. skill-iter-tunecatlog22/Claude-Code-Workflow

    Iterative skill tuning via execute-evaluate-improve feedback loop. Uses ccw cli Claude to execute skill, Gemini to evaluate quality, and Agent to apply improvements. Iterates until

    claude-codejavascriptSkillAgentAskUserQuestion+5 files
  22. workflow-multi-cli-plancatlog22/Claude-Code-Workflow

    Multi-CLI collaborative planning with codebase context gathering, iterative cross-verification, and execution handoff.

    claude-codejavascriptjsonSkillAgentAskUserQuestion
  23. skill-simplifycatlog22/Claude-Code-Workflow

    SKILL.md simplification with functional integrity verification. Analyze redundancy, optimize content, check no functionality lost. Triggers on "simplify skill", "optimize skill", "

    claude-codejavascriptAskUserQuestionReadWrite+3 files
  24. workflow-skill-designercatlog22/Claude-Code-Workflow

    Meta-skill for designing orchestrator+phases structured workflow skills. Creates SKILL.md coordinator with progressive phase loading, TodoWrite patterns, and data flow. Triggers on

    claude-codejavascriptmarkdownAgentAskUserQuestionTodoWrite+4 files
  25. issue-managecatlog22/Claude-Code-Workflow

    Interactive issue management with menu-driven CRUD operations. Use when managing issues, viewing issue status, editing issue fields, performing bulk operations, or viewing issue hi

    claude-codebashjavascriptBashReadWrite
  26. workflow-plancatlog22/Claude-Code-Workflow

    Unified planning skill - 4-phase planning workflow, plan verification, and interactive replanning. Triggers on "workflow-plan", "workflow-plan-verify", "workflow:replan".

    claude-codejavascriptjsonSkillAgentAskUserQuestion
  27. workflow-lite-test-reviewcatlog22/Claude-Code-Workflow

    Post-execution test review and fix - chain from workflow-lite-execute or standalone. Reviews implementation against plan, runs tests, auto-fixes failures.

    claude-codejavascriptSkillAgentAskUserQuestion
  28. workflow-lite-plancatlog22/Claude-Code-Workflow

    Lightweight planning skill - task analysis, multi-angle exploration, clarification, adaptive planning, confirmation, and execution handoff

    claude-codejavascriptSkillAgentAskUserQuestion
  29. spec-generatorcatlog22/Claude-Code-Workflow

    Specification generator - 7 phase document chain producing product brief, PRD, architecture, epics, and issues with Codex review gates. Triggers on generate spec, create specificat

    claude-codejavascriptjsonAgentAskUserQuestionTaskCreate+16 files
  30. workflow-lite-executecatlog22/Claude-Code-Workflow

    Lightweight execution engine - multi-mode input, task grouping, batch execution, chain to workflow-lite-test-review

    claude-codejavascriptSkillAgentAskUserQuestion
  31. workflow-executecatlog22/Claude-Code-Workflow

    Coordinate agent execution for workflow tasks with automatic session discovery, parallel task processing, and status tracking. Triggers on "workflow-execute".

    claude-codebashjavascriptSkillAgentAskUserQuestion+1 files
  32. skill-generatorcatlog22/Claude-Code-Workflow

    Meta-skill for creating new Claude Code skills with configurable execution modes. Supports sequential (fixed order) and autonomous (stateless) phase patterns. Use for skill scaffol

    claude-codejavascriptAgentAskUserQuestionRead+18 files
  33. web-testArman-Kudaibergenov/1c-ai-development-kit

    Этот скилл MUST быть вызван когда пользователь просит проверить или протестировать 1С через браузер в интерактивном режиме (быстрые ручные проверки). SHOULD также вызывать для одно

    claude-codebashjavascriptjsonBashReadWrite+1 files
  34. playwright-testArman-Kudaibergenov/1c-ai-development-kit

    Этот скилл MUST быть вызван когда пользователь говорит "напиши UI-тест", "создай playwright тест", "scaffold playwright", "протестируй фичу в браузере". SHOULD также вызывать после

    claude-codebashjavascriptjsonReadWriteEdit
  35. 1c-web-testDesko77/claude-code-skills-1c

    Тестирование 1С через веб-клиент - автоматизация действий в браузере. Используй когда пользователь просит проверить, протестировать, автоматизировать действия в 1С через браузер

    claude-codebashjavascriptjsonBashReadWrite+1 files
  36. 1c-web-sessionArman-Kudaibergenov/1c-ai-development-kit
    claude-codejavascriptpowershellReadWriteGlob
  37. code-review-checklisttranhieutt/software_development_department
    claude-codejavascriptmarkdownReadGlobGrep
  38. prototypetranhieutt/software_development_department
    claude-codejavascriptmarkdownReadGlobGrep
  39. frontend-ui-dark-tstranhieutt/software_development_department
    claude-codecssjavascripttypescriptReadGlobGrep
  40. cloud-run-puppeteertranhieutt/software_development_department
    claude-codebashdockerjavascriptReadGlobGrep
  41. senior-frontendtranhieutt/software_development_department
    claude-codebashjavascripttypescriptReadGlobGrep
  42. rag-engineertranhieutt/software_development_department
    claude-codejavascriptReadGlobGrep
  43. gemini-api-integrationtranhieutt/software_development_department
    claude-codebashjavascriptpythonReadGlobGrep
  44. aws-serverlesstranhieutt/software_development_department
    claude-codebashjavascriptyamlReadGlobGrep
  45. threejs-shadersbullish0x/GameStudio

    Three.js shaders - GLSL, ShaderMaterial, uniforms, custom effects. Use when creating custom visual effects, modifying vertices, writing fragment shaders, or extending built-in mate

    claude-codeglsljavascriptReadGlobGrep
  46. threejs-loadersbullish0x/GameStudio

    Three.js asset loading - GLTF, textures, images, models, async patterns. Use when loading 3D models, textures, HDR environments, or managing loading progress.

    claude-codejavascriptReadGlobGrep
  47. threejs-animationbullish0x/GameStudio

    Three.js animation - keyframe animation, skeletal animation, morph targets, animation mixing. Use when animating objects, playing GLTF animations, creating procedural motion, or bl

    claude-codejavascriptReadGlobGrep
  48. threejs-postprocessingbullish0x/GameStudio

    Three.js post-processing - EffectComposer, bloom, DOF, screen effects. Use when adding visual effects, color grading, blur, glow, or creating custom screen-space shaders.

    claude-codejavascriptReadGlobGrep
  49. github-upload-image-to-prtonkotsuboy/github-upload-image-to-pr

    Upload local images or videos to a GitHub PR and embed them in the description or comments. Use when asked to "attach screenshots to PR", "add images to PR", "upload test results t

    claude-codebashjavascriptBash(agent-browser:*)Bash(gh:*)Bash(brew:*)+2 files
  50. build-dashboardcharlieviettq/awesome-agent-skill

    Build an interactive HTML dashboard with charts, filters, and tables. Use when creating an executive overview with KPI cards, turning query results into a shareable self-contained

    claude-codecsshtmljavascriptReadGlobGrep+1 files
  51. docxcharlieviettq/awesome-agent-skill

    "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or

    claude-codebashjavascriptxmlBashReadWrite
  52. sf-permissionsClientell-Ai/salesforce-skills

    Manage and audit Salesforce permissions: Permission Sets, Profiles, Permission Set Groups, object/field-level security (CRUD/FLS), custom permissions, and access troubleshooting. U

    claude-codeapexbashjavascriptsqlReadWriteEdit+2 files
  53. sf-lwcClientell-Ai/salesforce-skills

    Scaffold Lightning Web Components with HTML templates, JS controllers, CSS with SLDS compliance, js-meta.xml config, and Jest tests. Use when asked about Lightning Web Components,

    claude-codejavascriptxmlReadWriteEdit+1 files
  54. pseo-performancekarrolcia/hippocampus

    Optimize a programmatic SEO application for Core Web Vitals, build performance, and scalability at 1000+ pages, including static generation, incremental regeneration, bundle optimi

    claude-codebashjavascripttypescriptReadGlobGrep
  55. laneconductormeller/laneconductor

    Use this skill when the user invokes /laneconductor commands. Manages multi-project development with a live Kanban dashboard backed by local Postgres. Handles setup, track manageme

    claude-codebashjavascriptjsonmarkdownReadEditWrite
  56. spec-workflow-orchestratorahmedibrahim085/Claude-Multi-Agent-Research-System-Skill

    Orchestrate comprehensive planning phase from ideation to development-ready specifications using 3 specialized agents (Full workflow documentation at docs/workflows/planning-workfl

    claude-codebashjavascriptmarkdownpythonTaskReadGlob
  57. frontend-ui-cloneinstantX-research/skills

    Pixel-perfect website cloner. Given a URL, faithfully reproduces the page as a single self-contained HTML file. Uses Playwright to render the page in a real browser, then directly

    claude-codebashcssjavascriptpythonReadWriteEdit
  58. 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
  59. 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

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.