Skills for Claude Code

243,805 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.

scaffold-skill

9241

a-tokyo/aiworkspace

Skill Claude CodeCodex

Scaffold new AI agent skills with proper symlinking across all IDE tools (Cursor, Claude Code, Codex, etc.). Use when creating a new skill, adding a local skill, or when the user wants to write a custom skill -- either workspace-wide or for a specific project.

not rated 20 +1 1mo ago A SkillSpector: warn 63 tokens original Apache-2.0

mysql-tools

9242

huangzt/my-agent-skills

Skill Claude CodeCodex

A set of command-line tools for connecting to MySQL databases, inspecting tables, and running SQL. MySQL is a database system, and SQL is the language used to read and change database data.

not rated 20 9mo ago A 86 tokens original MIT

project-init

9243

linshidream/skill-hub

Skill Claude CodeCodex

Initialize a project scaffold into an empty directory (or add a new child module to an existing Java project). Two engineering families: Java (java-web / java-mcp → maven + Docker image) and frontend (web-pc = vite+React+antd PC web / taro-mobile = Taro3.6+NutUI3.0 multi-end H5+WeChat miniprogram → pnpm exact-version…

not rated 20 changed 6d ago A SkillSpector: pass 0 tokens original MIT

foundry-vtt-module-dev

9244

fcsouza/agent-skills

Skill Claude CodeCodex

Covers building, extending, debugging, and maintaining Foundry VTT modules for v14+. This skill applies when scaffolding a new module, writing custom Actor/Item types with TypeDataModel, building ApplicationV2 sheets, dialogs, or detached windows, registering hooks or settings, implementing socket communication…

not rated 20 changed 12d ago A 216 tokens GPL-3.0

ms-access-vcs

9245

paramountsoftware/ms-access-ai-skill

Skill Claude Code

Working with Microsoft Access databases exported via VCS (Version Control System for Access). Use when editing Access form definitions (.bas), report definitions, query files, VBA modules, linked table definitions, or VCS configuration files. Covers structural rules, common gotchas, and safe editing practices for the…

not rated 20 1mo ago A SkillSpector: pass 78 tokens original MIT

stock-analysis

9246

shaohk/TradingAgents-CN-SKILL

Skill Claude Code

A multi-agent framework for analysing stocks, meaning publicly traded company shares. It can run a full analysis with 16 cooperating analysts or run selected analysts separately.

not rated 20 2mo ago A 39 tokens

CharlesHahn/DuIvySkills

Skill Claude CodeCodex

A workflow guide for analysing protein molecular-dynamics simulations, which model how atoms move over time. It describes procedures for correcting periodic-boundary artefacts, measuring motion and flexibility, and studying structural changes and interactions.

not rated 20 27d ago A 284 tokens GPL-3.0

effect-best-practices

9248

betalyra/effect-skills

Skill Claude CodeCodex

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

not rated 20 2mo ago A 45 tokens original MIT

conductor-setup

9249

vasilistsavalias/conductor_for_codex

Skill Claude Code needs its repo

Scaffolds the project and sets up the Conductor environment interactively.

not rated 20 1mo ago A SkillSpector: pass 19 tokens original Apache-2.0

sapiom-agent-authoring

9250

sapiom/sapiom-js

Skill Claude CodeCodex

Build, test, and deploy a Sapiom agent — a controlled, multi-step, deployable automation defined in TypeScript. Use when the user wants to automate a multi-step, scheduled, recurring, or deployable task ("build an agent that checks competitor prices every morning", "automate our weekly report", "make a bot that…

not rated 20 changed 10d ago A SkillSpector: warn 157 tokens original MIT

clarity-session-review

9251

BayramAnnakov/clarity-session-review

Skill Claude CodeCodex

Review Microsoft Clarity session recordings the way that produces findings, not anecdotes: question-scoped triage → attribution → replay-watch → database/source triangulation → a verifiable evidence appendix. Use for funnel investigations ("why did users drop off / churn / not click X"), post-ship verification ("watch…

not rated 20 2mo ago A 165 tokens original MIT

pr-overview

9252

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Pull a PR from GitHub, run parallel review agents (code reuse, quality, efficiency, spec adherence) in read-only mode, surface unresolved comments, and write a self-contained HTML overview page to the repo root. Use whenever the user wants a read-only summary of a PR before deciding what to do — phrases like "overview…

not rated 20 changed 16d ago A 111 tokens

create-widget

9254

sampaio-tech/iOS-design-system

Skill Claude Code needs its repo

Guide to creating new widgets following iOS Design System patterns and conventions.

not rated 20 +1 2mo ago A 16 tokens original MIT

eval

9255

ai-analyst-lab/ai-analyst-plus

Skill Claude Code

Run the held-out gold suite live against the analyst and score it. Use when the user types "/eval", or asks to "run the eval suite", "score the system", "run the train split", "check the test split", "what's our accuracy on the gold cases", or wants the system-level eval number (accuracy + query-similarity + cost).…

not rated 20 2mo ago A 134 tokens original MIT

build-flowise

9256

context-foundry/context-foundry

Skill Claude Code

Build or update a Flowise AgentFlow v2 JSON file with selective retrieval, validation, and audit. Use when asked to create or modify audited Flowise flows.

not rated 20 3mo ago A 37 tokens original MIT

document-to-mindmap

9257

processonai/processon-skills

Skill Claude CodeCodex

A tool for turning long or scattered material into an editable mind map, a visual outline that shows topics and their relationships. It can work with text, Markdown, documents, web content, images, books, and meeting notes through ProcessOn.

not rated 20 yesterday A 336 tokens

galaxy-tool-wrapping

9258

Delphine-L/claude_global

Skill Claude CodeCodex

Expert in Galaxy tool wrapper development, XML schemas, Planemo testing, and best practices for creating Galaxy tools.

not rated 20 4mo ago A 28 tokens

tend-pr

9259

doodledood/claude-code-plugins

Skill Claude Code

Tend a PR through review to merge-readiness. Classifies comments (bot/human, actionable/FP/uncertain), fixes issues via manifest amendment + scoped /do (or directly in babysit mode), tends CI, syncs PR description, and asks before merging. Use when a PR needs tending through review, or to babysit a PR. Triggers: tend…

not rated 20 16d ago A 97 tokens

nodriver-browser

9260

appautomaton/webmaton

Skill Claude CodeCodex

Persistent Chrome/Chromium browser automation skill built on nodriver. Use when a page needs JavaScript rendering, authorized login/session continuity, clicking or typing, DOM snapshots with stable refs, screenshots, or multi-step look-think-act flows that ordinary WebFetch/search cannot complete. Auto-starts a…

not rated 20 27d ago A SkillSpector: warn 106 tokens original MIT

leejpsd/typescript-react-nextjs-patterns

Skill Claude CodeCodex

Production-grade TypeScript reference for React & Next.js frontend development. Covers type narrowing, component Props, generic hooks, discriminated unions, as const, satisfies, Zod validation, TanStack Query, server/client boundaries, forms, state management, performance, accessibility, debugging, and code review.…

not rated 20 changed 6d ago A 142 tokens original MIT

mece

9262

uxderrick/mece-skill

Skill Claude Code

Validate or decompose any specification, plan, or requirement list using the MECE framework (Mutually Exclusive, Collectively Exhaustive). Use when reviewing PRDs, feature lists, user stories, API designs, state management, roadmaps, or any structured breakdown. Also use when the user says "check this", "anything…

not rated 20 +1 6mo ago A 81 tokens original MIT

adapter-drift-audit

9263

ironlint/ironlint

Skill Claude Code

Use when checking whether an IronLint adapter still matches its coding harness's current contract — auditing adapter/harness drift, verifying hook payload shapes, plugin manifest schemas, lifecycle events, or tool names are up to date, or doing periodic adapter maintenance. Takes a harness name (claude-code, codex…

not rated 20 +1 changed 6d ago A SkillSpector: pass 75 tokens original Apache-2.0

amz-review-analysis

9264

CoderAndyLee/amz-review-analysis-skill

Skill Claude CodeCodex

A workflow for analysing Amazon product reviews in Chinese. It combines review data, assigns dynamically generated categories, records positive and negative excerpts, and produces category, brand, ASIN, and HTML dashboard reports.

not rated 20 +1 1mo ago A 114 tokens

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: