Agent skills that run python, 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.
- resolve-rough-cutsamuelgursky/davinci-resolve-mcp
Assembling a short-form social rough cut from raw behind-the-scenes or vlog footage in the DaVinci Resolve MCP. Apply when asked for a rough cut, first cut, assembly, or "make me a
claude-codepython - smart-web-fetchJKHeadley/instar
Fetch web content efficiently by checking llms.txt first, then Cloudflare markdown endpoints, then falling back to HTML. Reduces token usage by 80% on sites that support clean mark
claude-codebashmarkdownpython - command-guardJKHeadley/instar
Set up a PreToolUse hook in .claude/settings.json that blocks dangerous commands — rm -rf, force push, database drops, and others — before they execute. Teaches the pattern of safe
claude-codebashjsonpython - credential-leak-detectorJKHeadley/instar
PostToolUse hook that scans Bash tool output for leaked credentials — API keys, tokens, private keys, and secrets — before they reach the conversation. Blocks critical leaks, redac
claude-codebashjsonpython - pr-polishSignificant-Gravitas/AutoGPT
Alternate /pr-review and /pr-address on a PR until the PR is truly mergeable — no new review findings, zero unresolved inline threads, zero unaddressed top-level reviews or issue c
claude-codebashpython - azure-text-to-speechcalesthio/OpenMontage
Generate neural narration audio using Azure AI Speech (REST text-to-speech). Use when synthesizing voiceovers or narration in OpenMontage. Optional cloud TTS provider — preferred w
claude-codebashpython - faceswapcalesthio/OpenMontage
Swap faces in a video using AI via the HeyGen API. Use when: (1) Replacing a face in a video with another face, (2) Face swapping from a source image onto a target video, (3) Creat
claude-codebashjsonpythontypescriptmcp__heygen__* - sound-effectscalesthio/OpenMontage
Generate sound effects from text descriptions using ElevenLabs. Use when creating sound effects, generating audio textures, producing ambient sounds, cinematic impacts, UI sounds,
claude-codebashjavascriptpython+1 files - ai-video-gencalesthio/OpenMontage
Generate AI videos from text prompts using multiple provider gateways. Use when: (1) Generating videos from text descriptions, (2) Creating AI-generated video clips for content pro
claude-codebashjsonpythontypescriptmcp__heygen__* - elevenlabscalesthio/OpenMontage
Generate AI voiceovers, sound effects, and music using ElevenLabs APIs. Use when creating audio content for videos, podcasts, or games. Triggers include generating voiceovers, narr
claude-codebashjsonpythontypescript+1 files - agentscalesthio/OpenMontage
Build voice AI agents with ElevenLabs. Use when creating voice assistants, customer service bots, interactive voice characters, or any real-time voice conversation experience.
claude-codebashhtmljavascriptpython+5 files - manimgl-best-practicescalesthio/OpenMontage
Trigger when: (1) User mentions "manimgl" or "ManimGL" or "3b1b manim", (2) Code contains `from manimlib import *`, (3) User runs `manimgl` CLI commands, (4) Working with Interacti
claude-codebashpython+28 files - text-to-speechcalesthio/OpenMontage
Generate speech audio from text using HeyGen's Starfish TTS model. Use when: (1) Generating standalone speech audio files from text, (2) Converting text to speech with voice select
claude-codebashjsonpythontypescriptmcp__heygen__* - musiccalesthio/OpenMontage
Generate music using ElevenLabs Music API. Use when creating instrumental tracks, songs with lyrics, background music, jingles, or any AI-generated music composition. Supports prom
claude-codebashjavascriptpython+2 files - manimce-best-practicescalesthio/OpenMontage
Trigger when: (1) User mentions "manim" or "Manim Community" or "ManimCE", (2) Code contains `from manim import *`, (3) User runs `manim` CLI commands, (4) Working with Scene, Math
claude-codebashpython+31 files - azure-speech-to-textcalesthio/OpenMontage
Transcribe audio to text using Azure AI Speech (Fast Transcription REST API). Use when converting audio/video to text, generating subtitles, or processing spoken content in OpenMon
claude-codebashjsonpython - speech-to-textcalesthio/OpenMontage
Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.
claude-codebashjavascriptjsonpython+6 files - video-translatecalesthio/OpenMontage
Translate and dub existing videos into multiple languages using HeyGen. Use when: (1) Translating a video into another language, (2) Dubbing video content with lip-sync, (3) Creati
claude-codebashpythontypescriptmcp__heygen__* - touchdesigner-self-debug8beeeaaat/touchdesigner-mcp
A generic workflow for self-starting TouchDesigner via computer-use (or an already-running instance), loading mcp_webserver_base.tox, and verifying any TD-side Python change (td/mo
claude-codepython - cognee-permissionstopoteretes/cognee
Use when working with cognee's permission system — understanding or changing how users, roles, and tenants get access to datasets, how ACL grants work, where permissions are enforc
claude-codepython - cognee-installtopoteretes/cognee
Use when the user wants to install cognee and run their first remember → recall flow with the Python SDK — fresh setup, virtual env, extras selection, or a minimal working example.
claude-codebashpython - cognee-servertopoteretes/cognee
Use when the user wants to run the cognee API server (and optional UI) on their own machine — starting it, checking it's healthy, connecting the SDK or other clients to it, and cho
claude-codebashpython - cognee-communitytopoteretes/cognee
Use when the user needs something that ships outside cognee core — community database adapters (Qdrant, Milvus, Weaviate, Redis, Pinecone, FalkorDB, Memgraph, DuckDB, NetworkX, …),
claude-codepython - llamafactory-sfthiyouga/LlamaFactory
One-stop guided LlamaFactory SFT workflow — data prep, model prep, fine-tuning config/method selection, background training, loss visualization, effect validation and model export.
claude-codebashjsonpython - testing-pythonPrefectHQ/fastmcp
Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtur
claude-codebashpython - api-design-principlesagigante80/actual-mcp-server
API design principles for the actual-mcp-server MCP tool surface (and REST/GraphQL in general). Use when adding or revising an MCP tool, reviewing tool schemas for consistency acro
claude-codegraphqlpythontypescript - code-reviewvectorize-io/hindsight
Review changed code against project standards. Checks for missing tests, dead code, type safety, lint issues, and coding conventions. Run after completing any implementation work.
claude-codebashpython - review-polishrommapp/romm
The before-review and before-handoff pass for RomM, covering both stacks. First shapes the code the checks can't see — comment and docstring discipline (the single most-corrected t
claude-codepython+1 files - unifi-mcp-tool-builderenuno/unifi-mcp-server
Specialized guide for adding new MCP tools to the UniFi MCP Server following project standards, UniFi API patterns, and test-driven development practices. Use when implementing new
claude-codebashmarkdownpython - FastMCP Developmentenuno/unifi-mcp-server
Use when creating or modifying Model Context Protocol (MCP) servers with FastMCP framework - guides through tools, resources, prompts, authentication, Claude Desktop integration, a
claude-codebashjsonmarkdownpython - approval-moduledataelement/bisheng
BiSheng 审批模块(审批中心 F025)的架构与代码参考。 覆盖统一审批网关、多场景引擎、多节点流转、outbox 业务执行、站内信通知、异常处理。 迭代审批功能或修复审批相关 Bug 前先读本 skill,可直接定位架构与代码锚点,无需全仓搜索。 TRIGGER when: 用户要改动/修复"审批""审批中心""approval"相关功能(菜单权限申
claude-codebashjsonpythonsql - prose-reviewpipecat-ai/pipecat
Check that added comments, docstrings, and changelog entries document the code rather than narrate the change that produced it
claude-codepython - cleanuppipecat-ai/pipecat
Review, refactor, document, and validate code changes in the current branch
claude-codepython - docstringpipecat-ai/pipecat
Document a Python module and its classes using Google style
claude-codepython - lat-mdfathah/hermes-desktop
Writing and maintaining lat.md documentation files — structured markdown that describes a project's architecture, design decisions, and test specs. Use when creating, editing, or r
claude-codemarkdownpythontypescriptyaml - hermes-agentfathah/hermes-desktop
Expert in building self-improving AI agents with tool use, multi-platform messaging, and a closed learning loop. Proficient in LLM orchestration, tool integration, session manageme
claude-codebashpythonsqlyaml - code-simplificationsampleXbro/agentsmesh
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use
claude-codepythontypescript - release-managersampleXbro/agentsmesh
Release Manager
claude-codemarkdownpython - senior-developer-scripts-and-automation-growthsampleXbro/agentsmesh
Grow workspace capabilities by creating reusable scripts
claude-codebashmarkdownpython - 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 - voicemodembailey/voicemode
Voice interaction for Claude Code. Use when users mention voice mode, speak, talk, converse, voice status, or voice troubleshooting.
claude-codebashpython+22 files - voicemode-djmbailey/voicemode
Background music control for VoiceMode voice sessions using mpv
claude-codebashpython+5 files - browser-edge-casesaden-hive/hive
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
claude-codejavascriptpython+3 files - unity-mcp-orchestratorCoplayDev/unity-mcp
Orchestrate Unity Editor via MCP (Model Context Protocol) tools and resources. Use when working with Unity projects through MCP for Unity - creating/modifying GameObjects, editing
claude-codepython+4 files - blender-to-unityCoplayDev/unity-mcp
Hand off a model from Blender (via BlenderMCP) into Unity (via MCP for Unity) — export the current Blender model, import it through import_model_file, and place it in the open scen
claude-codecsharppython+1 files - add-memory-kindEverMind-AI/EverOS
Add a new business memory kind end-to-end. Pick the storage combination (Markdown / SQLite / LanceDB), pick the markdown strategy (daily-log / skill-named / single-file), then wire
claude-codepython+4 files - integrate-llmslushly-dev/afd
Guides integration of LLMs into applications with production-grade patterns. Covers prompt engineering, structured outputs, tool use, RAG pipelines, embeddings, agentic patterns, e
claude-codepythontypescript+8 files - build-botcore-pluginslushly-dev/afd
Guides development of botcore plugins from protocol implementation to distribution. Covers BotCorePlugin protocol, PluginRegistry API, async command authoring with AFD/CommandResul
claude-codebashpythontoml+4 files - manage-concurrencylushly-dev/afd
Provides guidance on concurrency and async patterns for TypeScript and Python applications. Covers structured concurrency, parallel execution, race condition prevention, backpressu
claude-codepythontypescript - build-mcp-serverslushly-dev/afd
Guides construction of MCP servers using FastMCP 2.x with emphasis on token budget management, tool consolidation, output truncation, and the execute pattern for Opus compatibility
claude-codejsonpython+3 files - afd-pythonlushly-dev/afd
Python implementation patterns for AFD commands using Pydantic models, afd package, and FastMCP. Covers command definition with decorators, schema design, error handling, MCP serve
claude-codebashpythontoml - handle-errorslushly-dev/afd
Provides error handling patterns and recovery strategies for TypeScript and Python applications. Covers custom error hierarchies, Result/Either types (neverthrow, Effect), discrimi
claude-codejsonpythontypescript+6 files - verifyzenbu-labs/terminal-browser
Drive an engine app headlessly in a pty, record a video of the whole verification, and open a summary page (video + timeline + checks) with pixel open.
claude-codepython - skill-iterative-loopnyldn/claude-octopus
Run tasks in a loop until goals are met — use for iterative refinement, polling, or convergence
claude-codebashconfjsonmarkdown - add-workflowareal-project/AReaL
Guide for adding a new RolloutWorkflow to AReaL. Use when user wants to create a new workflow.
claude-codepython - add-datasetareal-project/AReaL
Guide for adding a new dataset loader to AReaL. Use when user wants to add a new dataset.
claude-codepython - add-archon-modelareal-project/AReaL
Guide for adding a new model to the Archon engine. Use when user wants to add support for a new HuggingFace model architecture in ArchonEngine.
claude-codepython - debug-distributedareal-project/AReaL
Guide for debugging distributed training issues in AReaL. Use when user encounters hangs, wrong results, OOM, or communication errors.
claude-codebashpython - add-unit-testsareal-project/AReaL
Guide for adding unit tests to AReaL. Use when user wants to add tests for new functionality or increase test coverage.
claude-codebashpython - add-rewardareal-project/AReaL
Guide for adding a new reward function to AReaL. Use when user wants to create a reward function.
claude-codepython
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.