Skills for Claude Code

243,342 that install into Claude Code. Same mod, same page, whichever agent you run: a URL per tool would split one page into five that compete.

video-editing-skill

7465

6missedcalls/video-editing-skill

Skill Claude CodeCodex

Edit videos using natural language instructions. Supports trimming, jump cuts (silence removal), captions with multiple styles, text overlays, and speed changes — all powered by ffmpeg and Whisper.

not rated 34 +3 6mo ago A 0 tokens original MIT

m07-concurrency

7466

moeru-ai/auv

Skill Claude Code

A guide for handling concurrency, meaning work that runs at the same time or waits for input, in Rust programs.

not rated 34 +7 today A SkillSpector: pass 75 tokens original Apache-2.0

kb-ingest

7467

waylondev/kb-pilot

Skill Claude Code

Use when the user wants to add a Markdown document to the knowledge base, ingest a whole directory of .md files, or initialize the knowledge base from a Git repo. Triggers on "ingest this doc", "add to knowledge base", "import these markdown files", "set up the knowledge base from this repo" — even when the user…

not rated 34 +1 17d ago A 94 tokens

novel-to-manju

7468

senmanx/novel-to-manju

Skill Claude CodeCodex

A framework for building web apps where the server drives page updates while the browser reacts to changes. It uses server-sent events, a way for servers to send updates to browsers over a connection, plus signals and DOM updates.

not rated 34 +7 1mo ago A 115 tokens

series-bible

7469

pixellion2262-fwtk2/series-bible

Skill Claude CodeCodex

A planning tool for building a consistent content series, such as a YouTube channel, newsletter, or short-video programme. A series bible is a reference document covering its audience, voice, recurring topics, formats, rules, and future ideas.

not rated 34 1mo ago A 89 tokens original MIT

okrs-draft

7470

pixelcat6092-xxm6j/okrs-draft

Skill Claude CodeCodex

A drafting tool for OKRs, a planning method that pairs broad objectives with measurable key results. It is designed for small product and engineering teams, with English, Chinese, or bilingual output.

not rated 34 1mo ago A 113 tokens original MIT

orders-domain

7471

mrlm-xyz/demo-claude-marketplace

Skill Claude Code

Project-knowledge skill for orders-api. The order lifecycle, invariants, and money handling specific to this codebase. Loads when working on order logic in this service.

not rated 34 15d ago A SkillSpector: pass 37 tokens original Apache-2.0

viral-video-replicator

7472

dingtom336-gif/viral-video-replicator

Skill Claude CodeCodex

A workflow for analysing a reference video and creating prompts and replacement-material plans for a similar video. FFmpeg extracts video frames, and a vision model examines them.

not rated 34 5mo ago C 109 tokens

upload-post

7473

Upload-Post/upload-post-skill

Skill Claude CodeCodex

Upload content to social media platforms via Upload-Post API. Use when posting videos, photos, text, or documents to TikTok, Instagram, YouTube, LinkedIn, Facebook, X (Twitter), Threads, Pinterest, Reddit, or Bluesky. Supports scheduling, analytics, FFmpeg processing, and upload history.

not rated 33 +3 1mo ago A 67 tokens

example-skill

7474

xcota/pos

Skill Claude Code

Example module showing the format. Use when: testing /enable-modules, learning to author a module.

not rated 33 +2 4d ago A 25 tokens original AGPL-3.0

algorand-devrel/algorand-agent-skills

Skill Claude CodeCodex

Builds x402 HTTP-native payment applications on Algorand using TypeScript. Covers clients (fetch, axios), servers (Express, Hono), facilitators, paywalls, Next.js integration, and the @x402/core library. Use when implementing x402 payment flows in TypeScript, creating payment-gated APIs, building x402 facilitators or…

not rated 33 changed 8d ago A SkillSpector: pass 90 tokens original MIT

okf-enrich

7476

xSAVIKx/okf-skills

Skill Claude CodeCodex

Guidance for an AI agent to enrich an Open Knowledge Format (OKF) bundle with high-quality concept descriptions using its own LLM — grounded in the bundle's schema, data profile, and samples — then optionally sync them back to the source. Use when an OKF bundle has missing, weak, or low-quality descriptions that…

not rated 33 18d ago A SkillSpector: pass 86 tokens original Apache-2.0

slack-webhook

7477

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

Send the user a Slack message as Claude — progress, a finished task, an alert, anything worth interrupting them for. Use whenever you want to reach the user outside this chat. Required instead of the Slack connector, which posts as the user and doesn't notify them.

not rated 33 today A SkillSpector: pass 59 tokens original MIT

wordpress-plugin-dev

7478

Zulut30/Wordpress-skills

Skill Claude CodeCodex

Helps agents develop, review, test, secure, optimize, design, integrate, package, and release modern WordPress plugins. Use for WordPress plugin architecture, Gutenberg block work, block.json, REST API, WP admin screens, shortcode implementation, Settings API, WP-CLI workflows, PHPUnit tests, wp-env environments…

not rated 33 3mo ago A 105 tokens original MIT

wind-ui

7479

fluttersdk/wind

Skill Claude Code

Utility-first Flutter styling. Every visual decision lives in a className: String? parsed at build time into an immutable WindStyle and composed into a native Flutter widget tree. Tailwind syntax (flex, p-4, dark:bg-gray-800, hover:shadow-lg), Flutter physics.

not rated 33 changed yesterday A SkillSpector: warn 264 tokens original MIT

ios-agent-skill

7480

Nagarjuna2997/ios-agent-skill

Skill Claude Code

Expert iOS/Swift developer behavior for AI coding agents. Use when writing, reviewing, or refactoring Swift, SwiftUI, UIKit, or SwiftData code; when designing iOS app architecture (MVVM, Clean Architecture, coordinators, routing); when building UI that must meet Apple's Human Interface Guidelines, contrast, dark-mode…

not rated 33 changed yesterday A 167 tokens original MIT

excalidraw

7481

Erlemar/dswok

Skill Claude Code

Generate Excalidraw .excalidraw.md source files for DSWoK vault diagrams (charts, pipelines, conceptual sketches). Use ONLY when the user explicitly asks for an Excalidraw diagram or when the diagram-tooling order in .claude/writingstyleguide.md selects Excalidraw (non-flowchart visuals where Mermaid is the wrong…

not rated 33 1mo ago A 83 tokens CC-BY-4.0

4x-audit

7482

ggwhite/4x

Skill Claude CodeCodex

A 4x pipeline audit that scans past project artifacts for unresolved problems. It checks feature gaps, escalation and review reports, and repeated lessons, then classifies findings by priority and category.

not rated 33 2d ago A SkillSpector: pass 140 tokens original MIT

artifact-builder

7483

camel-vibe/hermes-telegram-artifacts

Skill Claude CodeCodex

Build interactive HTML artifacts for the Telegram Mini App. Use for ANYTHING that benefits from being visual/interactive: recipes (with portion calculators), shopping lists (with localStorage), calculators, charts, diagrams, reference sheets, reports, and tools. When a user asks for food, recipes, meal planning…

not rated 33 3mo ago A 81 tokens original MIT

rstest

7484

weAAAre/a11y-agents-kit

Skill Claude CodeCodex needs its repo

Expert guidance for writing, configuring, and running tests with Rstest — the Rspack-powered. JavaScript/TypeScript testing framework with Jest-compatible APIs and native ESM/TypeScript support. Covers setup, configuration (rstest.config.ts), mocking (rs.mock, rstest.fn, rstest.spyOn), fake timers, snapshots, DOM…

not rated 33 5mo ago A 222 tokens original MIT

zph/beancount-skill

Skill Claude CodeCodex

Professional personal finance advisor specializing in plain-text accounting with Beancount and Fava. Use when users need help with: (1) Analyzing spending habits and financial patterns from Beancount files, (2) Creating or understanding Beancount transactions and syntax, (3) Financial planning, budgeting, and…

not rated 33 8mo ago A 128 tokens GPL-3.0

route-agent-design

7486

bikeread/promethos

Skill Claude CodeCodex

Use proactively when a user is defining, constraining, debugging, or evaluating an agent system and needs the right PromethOS skill.

not rated 33 5mo ago A 31 tokens original MIT

PersonaLingo

7487

orzcls/PersonaLingo

Skill Claude CodeCodex

A guided tool for creating personalised IELTS speaking practice materials. IELTS is an English exam, and the tool turns a learner’s answers and conversation into a personal profile and a static study website.

not rated 33 3mo ago A 80 tokens original MIT

data-transform

7488

omicverse/omicclaw

Skill Claude CodeCodex

Transform, clean, reshape, and preprocess data using pandas and numpy. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

not rated 33 3mo ago A 32 tokens GPL-3.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: