BigHugger

Agent skills that run javascript, that ask for Read, 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. github-project-managementruvnet/ruflo

    Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

    claude-codebashjavascriptmarkdownyamlmcp__github__*mcp__claude-flow__*Bash
  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. monomotionmonoes/monomind

    HTML-native animation system using GSAP — timeline-driven, API-controllable animations that run in the browser without video rendering or React. Covers timeline control, WebSocket/

    claude-codebashhtmljavascriptBashReadWrite+7 files
  4. 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
  5. upgrade-stripebex-co/bex

    Guide for upgrading Stripe API versions and SDKs

    claude-codebashhtmljavascriptpythonBash(stripe:*)Bash(npm:*)Bash(go:*)
  6. 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
  7. 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
  8. 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
  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. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. health-trend-analyzerhuifer/WellAlly-health

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

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

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

    claude-codejavascriptjsonmarkdownpythonReadGrepGlob
  18. ai-analyzerhuifer/WellAlly-health

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

    claude-codejavascriptReadGrepGlob
  19. 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
  20. bob-evaluate-runnervmihalis/hacker-bob

    Hacker Bob orchestrator runtime — invoked by /bob-evaluate. Do not call directly.

    claude-codejavascriptTaskReadmcp__hacker-bob__bob_start_next_wave
  21. workflow-lite-plancatlog22/Claude-Code-Workflow

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

    claude-codejavascriptSkillAgentAskUserQuestion
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. workflow-multi-cli-plancatlog22/Claude-Code-Workflow

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

    claude-codejavascriptjsonSkillAgentAskUserQuestion
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. workflow-lite-executecatlog22/Claude-Code-Workflow

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

    claude-codejavascriptSkillAgentAskUserQuestion
  36. 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
  37. cloud-screencastoratis/LISA

    Record a clean product demo video of a web app on a disposable cloud VM — provision a GCE instance, install Xvfb + Chrome + ffmpeg + real fonts, deploy the app, drive the UI determ

    claude-codebashjavascriptReadWriteEdit
  38. scroll-worldcoco-research/coco

    Build an immersive scroll-scrubbed "fly through the world" landing page for any industry or brand using Higgsfield. As the visitor scrolls, a pre-rendered camera flies from outside

    claude-codebashjavascriptBashReadWrite
  39. playwright-testArman-Kudaibergenov/1c-ai-development-kit

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

    claude-codebashjavascriptjsonReadWriteEdit
  40. web-testArman-Kudaibergenov/1c-ai-development-kit

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

    claude-codebashjavascriptjsonBashReadWrite+1 files
  41. 1c-web-testDesko77/claude-code-skills-1c

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

    claude-codebashjavascriptjsonBashReadWrite+1 files
  42. stack-shipgetstackit/stackit

    Evaluate shippable stacks, review their changes, check for merge conflicts, and produce a smart ship plan. Uses parallel multi-agent review and conflict analysis to determine what

    claude-codejavascriptBash(stackit:*)Bash(git:*)Bash(gh:*)
  43. pi-sub-agentwquguru/skills

    将具体执行委派给 pi coding agent + ZenMux 便宜执行模型(默认强档 deepseek/deepseek-v4-pro:1M 上下文、推理型;廉价快档 inclusionai/ling-3.0-flash:256K、非思考、更省),Claude 负责任务-模型匹配判断、任务书编写、驱动(一次性 pi -p 或 tmux 交互长程)、硬超

    claude-codebashjavascriptjsonReadWriteEdit
  44. 1c-web-sessionArman-Kudaibergenov/1c-ai-development-kit
    claude-codejavascriptpowershellReadWriteGlob
  45. conversion-debugcognyai/claude-code-marketing-skills

    Conversion Tracking Debugger — diagnose discrepancies across GTM, GA4, Google Ads & Meta Pixel with live API access, BigQuery validation queries, and troubleshooting flowcharts

    claude-codebashjavascriptsqlWebFetchWebSearchBash
  46. ga4-eventscognyai/claude-code-marketing-skills

    GA4 Event Implementation Reference — complete event taxonomy, parameter lists, implementation patterns (gtag.js, GTM, Measurement Protocol), and validation techniques

    claude-codebashjavascriptpythonsqlWebFetchWebSearchBash
  47. meta-capicognyai/claude-code-marketing-skills

    Meta Conversions API (CAPI) Setup Reference — architecture, event types, customer information hashing, deduplication, implementation examples, AEM, and testing

    claude-codejavascriptpythonWebFetchWebSearchBash
  48. cwv-auditcognyai/claude-code-marketing-skills

    Core Web Vitals Reference — LCP, INP, CLS thresholds, root causes, optimization fixes, CrUX BigQuery queries, web-vitals library usage, and SEO impact

    claude-codebashcsshtmljavascriptWebFetchWebSearchBash
  49. google-ads-scriptscognyai/claude-code-marketing-skills

    Google Ads Scripts Reference — JavaScript automation, AdsApp object model, selectors, GAQL queries, 10+ working script patterns, MCC parallel processing, Sheets integration

    claude-codejavascriptWebSearchReadWrite
  50. gtm-setupcognyai/claude-code-marketing-skills

    GTM Event Tracking & Setup Reference — dataLayer fundamentals, trigger types, variable types, GA4 tag configuration, debug mode, and best practices

    claude-codehtmljavascriptWebFetchWebSearchBash
  51. gemini-api-integrationtranhieutt/software_development_department
    claude-codebashjavascriptpythonReadGlobGrep
  52. prototypetranhieutt/software_development_department
    claude-codejavascriptmarkdownReadGlobGrep
  53. cloud-run-puppeteertranhieutt/software_development_department
    claude-codebashdockerjavascriptReadGlobGrep
  54. aws-serverlesstranhieutt/software_development_department
    claude-codebashjavascriptyamlReadGlobGrep
  55. frontend-ui-dark-tstranhieutt/software_development_department
    claude-codecssjavascripttypescriptReadGlobGrep
  56. code-review-checklisttranhieutt/software_development_department
    claude-codejavascriptmarkdownReadGlobGrep
  57. senior-frontendtranhieutt/software_development_department
    claude-codebashjavascripttypescriptReadGlobGrep
  58. rag-engineertranhieutt/software_development_department
    claude-codejavascriptReadGlobGrep
  59. 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
  60. 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

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.