claude-code-plugins-marketplace skills

218 tagged claude-code-plugins-marketplace, measured the same way as everything else here.

Browse within: claude-code-plugins 137claude-code-skills 61claude-code-plugin-marketplace 53agentic-workflow 31decision-making 31ai-coding-assistant 30awesome-claude-code 29awesome-claude-skills 29claude-commands 28claude-hooks 23calendar 16chrome 16excel 16machine-learning 15

athola/claude-night-market

Skill Claude CodeCodex

Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.

332 7d ago A 41 tokens original MIT

automating-chrome

07

SpillwaveSolutions/automating-mac-apps-plugin

Skill Claude CodeCodex

Part of automating-mac-apps

Automates Google Chrome and Chromium-based browsers via JXA with AppleScript dictionary discovery. Use when asked to "automate Chrome tabs", "control browser with JXA", "Chrome AppleScript automation", "Chromium browser scripting", or "browser tab management". Covers windows, tabs, execute(), tunneling patterns, and…

40 12d ago A 71 tokens original MIT

automating-mac-apps

08

SpillwaveSolutions/automating-mac-apps-plugin

Skill Claude CodeCodex

Part of automating-mac-apps

Automates macOS apps via Apple Events using AppleScript (discovery), JXA (legacy), and PyXA (modern Python). Use when asked to "automate Mac apps", "write AppleScript", "JXA scripting", "osascript automation", or "PyXA Python automation". Foundation skill for all macOS app automation.

40 12d ago A 75 tokens original MIT

automating-notes

09

SpillwaveSolutions/automating-mac-apps-plugin

Skill Claude CodeCodex

Part of automating-mac-apps

Automates Apple Notes via JXA. Use when asked to "create notes programmatically", "automate Notes app", "JXA notes scripting", or "organize notes with automation". Covers accounts/folders/notes, HTML bodies, queries, moves, and Objective-C/UI fallbacks for Notes.app automation on macOS.

40 12d ago A 71 tokens original MIT

moo-authoring

10

saadshahd/moo.md

Skill Claude CodeCodex

Use when adding or changing a skill, hook, or runtime file in this repo — including deciding which unit a new capability should be.

34 16d ago A 31 tokens original MIT

soloflow

11

saadshahd/moo.md

Skill Claude CodeCodex

Part of hunch

Grind on one goal concurrently in a Solo workspace.

34 16d ago A 14 tokens original MIT

setup

12

saadshahd/moo.md

Skill Claude CodeCodex

Part of sound

Use when installing or refreshing sound taste rules in a project — an explicit "sound setup", starting work in a repo with no .claude/sound/, or a taste-not-defined nudge. Also use to re-run after a stack change (new framework, new package in a monorepo).

34 16d ago A 62 tokens original MIT

analyze

13

Shweta-Mishra-ai/tokenmizer

Skill Claude CodeCodex

Part of tokenmizer

Analyze a large file (CSV, Excel, PDF, JSON, code) and return a token-efficient summary. Instead of reading thousands of rows or pages, get schema + statistics + sample in under 500 tokens. Use when user mentions a file path, asks to analyze data, pastes many rows, or references a CSV/Excel/PDF/JSON file.

29 15d ago A 76 tokens original MIT

checkpoint

14

Shweta-Mishra-ai/tokenmizer

Skill Claude CodeCodex

Part of tokenmizer

Save the current session to TokenMizer graph memory. Creates a persistent checkpoint with all tasks, decisions, files, and errors — resumable in any future session. Use when user says "save", "checkpoint", "remember this", "I'm done for today", or session is getting long.

29 15d ago A 61 tokens original MIT

resume

15

Shweta-Mishra-ai/tokenmizer

Skill Claude CodeCodex

Part of tokenmizer

Load a previous session from TokenMizer graph memory. Returns a compact context block (100-600 tokens) covering goals, completed work, decisions, open tasks, and files. Inject this as system context to continue exactly where you left off. Use when user says "resume", "continue from last time", "load my project", "what…

29 15d ago A 86 tokens original MIT

party

16

1gr14/agents-party

Skill Claude CodeCodex

Part of agents-party

Throw or join an agents-party: a shared channel where several AI agent sessions (and their humans) talk to each other — Claude Code, Cursor, Codex or any other agent, on one machine or across machines. Use when the user asks to throw or start a party, wants several agent sessions to collaborate in one chat, wants two…

9 5d ago A 110 tokens original MIT

lark-sheets

17

DropFan/claude-code-plugins

Skill Claude CodeCodex

Part of lark

A Feishu spreadsheet skill for creating and editing workbooks, which are files containing one or more sheets of rows and columns.

7 27d ago A 259 tokens original MIT

lark-slides

18

DropFan/claude-code-plugins

Skill Claude CodeCodex

Part of lark

A skill for creating and editing Lark presentations, including their pages and individual page content. Lark is a workplace collaboration platform.

7 27d ago A 156 tokens original MIT

lark-vc-agent

19

DropFan/claude-code-plugins

Skill Claude CodeCodex

Part of lark

A skill for joining or leaving an ongoing Lark video meeting and reading or sending messages and reactions visible during the meeting. Lark is a workplace collaboration platform.

7 27d ago A 114 tokens original MIT

gameface

20

CitiesSkylinesModding/agents-plugins

Skill Claude CodeCodex

Part of coherent-gameface

Coherent Gameface (Cohtml) domain knowledge for the game-UI middleware that renders HTML/CSS/JS inside games (Cities: Skylines II and many others). Use when writing or debugging UI that runs in a Gameface view, when HTML/CSS/JS behaves differently in the game than in a browser, when checking whether a web feature…

5 3d ago A 114 tokens original MIT

cs2-mod-project

21

CitiesSkylinesModding/agents-plugins

Skill Claude CodeCodex

Part of cs2-modding

The official Cities: Skylines II modding toolchain. Use when the user wants to start a CS2 mod project, when a mod build or its post-processing fails, when a mod they just built does not appear in the game, or when they are publishing or updating one.

5 3d ago A 62 tokens original MIT

cs2-modding-setup

22

CitiesSkylinesModding/agents-plugins

Skill Claude CodeCodex

Part of cs2-modding

Provisions and maintains the local ground truth for Cities: Skylines II mod development. Use when the user asks to be set up for CS2 modding, when the decompile or the readable copy of the game UI bundle needs creating or updating, when they ask which mods are worth reading for a problem, when the in-game debug menu…

5 3d ago A 97 tokens original MIT

accessible-dev

23

deepakkamboj/claude-marketplace

Skill Claude CodeCodex

Part of accessibility

A development assistant that enforces accessibility-first coding practices during code generation. Use this skill when writing new UI components, features, or interfaces to ensure WCAG 2.1 Level AA compliance from the start.\n\n \nContext: Developer is building a new user registration form for a web…

5 6mo ago A 408 tokens

generate-a11y-tests

24

deepakkamboj/claude-marketplace

Skill Claude CodeCodex

Part of accessibility

Generates comprehensive Playwright accessibility tests with axe-core integration for any UI component or page. Use this skill to create automated accessibility regression tests that verify WCAG 2.1 Level AA compliance.\n\n \nContext: Developer has just completed building a login form component.\nuser: \"Generate…

5 6mo ago A 417 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: