Agent skills that run javascript, that ask for Write, 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.
- 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - goal-analyzerhuifer/WellAlly-health
分析健康目标数据、识别目标模式、评估目标进度,并提供个性化目标管理建议。支持与营养、运动、睡眠等健康数据的关联分析。
claude-codejavascriptjsonmarkdownpythonReadGrepGlob - ai-analyzerhuifer/WellAlly-health
AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。
claude-codejavascriptReadGrepGlob - health-trend-analyzerhuifer/WellAlly-health
分析一段时间内健康数据的趋势和模式。关联药物、症状、生命体征、化验结果和其他健康指标的变化。识别令人担忧的趋势、改善情况,并提供数据驱动的洞察。当用户询问健康趋势、模式、随时间的变化或"我的健康状况有什么变化?"时使用。支持多维度分析(体重/BMI、症状、药物依从性、化验结果、情绪睡眠),相关性分析,变化检测,以及交互式HTML可视化报告(ECharts图表
claude-codejavascriptReadGrepGlob+3 files - 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 - 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 - workflow-multi-cli-plancatlog22/Claude-Code-Workflow
Multi-CLI collaborative planning with codebase context gathering, iterative cross-verification, and execution handoff.
claude-codejavascriptjsonSkillAgentAskUserQuestion - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - workflow-lite-plancatlog22/Claude-Code-Workflow
Lightweight planning skill - task analysis, multi-angle exploration, clarification, adaptive planning, confirmation, and execution handoff
claude-codejavascriptSkillAgentAskUserQuestion - workflow-lite-executecatlog22/Claude-Code-Workflow
Lightweight execution engine - multi-mode input, task grouping, batch execution, chain to workflow-lite-test-review
claude-codejavascriptSkillAgentAskUserQuestion - 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 - 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 - 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 - 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 - 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 - playwright-testArman-Kudaibergenov/1c-ai-development-kit
Этот скилл MUST быть вызван когда пользователь говорит "напиши UI-тест", "создай playwright тест", "scaffold playwright", "протестируй фичу в браузере". SHOULD также вызывать после
claude-codebashjavascriptjsonReadWriteEdit - web-testArman-Kudaibergenov/1c-ai-development-kit
Этот скилл MUST быть вызван когда пользователь просит проверить или протестировать 1С через браузер в интерактивном режиме (быстрые ручные проверки). SHOULD также вызывать для одно
claude-codebashjavascriptjsonBashReadWrite+1 files - 1c-web-testDesko77/claude-code-skills-1c
Тестирование 1С через веб-клиент - автоматизация действий в браузере. Используй когда пользователь просит проверить, протестировать, автоматизировать действия в 1С через браузер
claude-codebashjavascriptjsonBashReadWrite+1 files - 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 - 1c-web-sessionArman-Kudaibergenov/1c-ai-development-kitclaude-codejavascriptpowershellReadWriteGlob
- 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 - 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 - 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 - 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 - 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 - 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 - senior-frontendtranhieutt/software_development_departmentclaude-codebashjavascripttypescriptReadGlobGrep
- frontend-ui-dark-tstranhieutt/software_development_departmentclaude-codecssjavascripttypescriptReadGlobGrep
- prototypetranhieutt/software_development_departmentclaude-codejavascriptmarkdownReadGlobGrep
- rag-engineertranhieutt/software_development_departmentclaude-codejavascriptReadGlobGrep
- gemini-api-integrationtranhieutt/software_development_departmentclaude-codebashjavascriptpythonReadGlobGrep
- 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - cloudflare-zero-trust-accessjackspace/ClaudeSkillz
Cloudflare Zero Trust Access authentication for Cloudflare Workers applications. Covers hono- cloudflare-access middleware setup, manual Access JWT validation with public key cachi
claude-codebashjavascriptjsontypescriptReadWriteEdit
Browse all 69,865 skills →200 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.