dashed/claude-marketplace

A local marketplace for personal Claude Code skills and plugins.

This repository also configures its own agents. See what claude-marketplace tells them →

22Stars on the repository
60Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

linear

25

dashed/claude-marketplace

Skill Claude Code

Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.

not rated 22 yesterday A 32 tokens

long-form-math

26

dashed/claude-marketplace

Skill Claude CodeCodex

Write mathematics in a long-form, understanding-focused style with detailed proofs and rich exposition. Use when explaining mathematical concepts, writing proofs, tutoring math, creating educational math content, or when the user asks for mathematical explanations. Inspired by Jay Cummings' Real Analysis and…

not rated 22 yesterday A 80 tokens

mermaid-cli

27

dashed/claude-marketplace

Skill Claude CodeCodex

Generate, validate, and fix diagrams from Mermaid markup using the mermaid-cli (mmdc) tool. Use when creating flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, Gantt charts, pie charts, mindmaps, or any Mermaid-supported diagram type. Also use when validating, verifying, or fixing Mermaid…

not rated 22 yesterday A 105 tokens

model-routing

28

dashed/claude-marketplace

Skill Claude CodeCodex

Install and maintain a "model routing" section in a project's CLAUDE.md that teaches Claude Code which model to use for which work — including delegating to GPT models via the Codex CLI. Use when the user wants to add model-picking guidance to CLAUDE.md, set up Codex/GPT as a delegation target or fallback, route…

not rated 22 yesterday B 110 tokens

obsidian-bases

29

dashed/claude-marketplace

Skill Claude CodeCodex

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

not rated 22 yesterday A 63 tokens

obsidian-markdown

30

dashed/claude-marketplace

Skill Claude CodeCodex

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

not rated 22 yesterday A 71 tokens

oxfmt

31

dashed/claude-marketplace

Skill Claude CodeCodex

Skill "oxfmt" from dashed/claude-marketplace, covering oxfmt — js/ts (and friends) formatter, ⚠️ read this first: bare oxfmt rewrites your files, the differences that will change your diff, everyday commands and what oxfmt actually formats.

not rated 22 yesterday A 262 tokens

oxlint

32

dashed/claude-marketplace

Skill Claude CodeCodex

Skill "oxlint" from dashed/claude-marketplace, covering oxlint — javascript/typescript linter, the five things that surprise people, prerequisites, everyday commands and plugins — the big footgun.

not rated 22 yesterday A 229 tokens

playwright

33

dashed/claude-marketplace

Skill Claude CodeCodex

Browser automation with Playwright for Python. Use when testing websites, taking screenshots, filling forms, scraping web content, or automating browser interactions. Triggers on browser, web testing, screenshots, selenium, puppeteer, or playwright.

not rated 22 yesterday A 50 tokens

postgres-admin

34

dashed/claude-marketplace

Skill Claude CodeCodex

PostgreSQL server administration & operations — DBA work on a running cluster. Use when configuring a server (postgresql.conf, ALTER SYSTEM, reload vs restart, GUCs), managing roles & privileges (CREATE ROLE, GRANT/REVOKE, DEFAULT PRIVILEGES, predefined roles, membership), authentication (pghba.conf, scram-sha-256…

not rated 22 yesterday A 237 tokens

postgres-extensions

35

dashed/claude-marketplace

Skill Claude CodeCodex

PostgreSQL extension management and the bundled contrib catalog. Use when running CREATE EXTENSION / ALTER EXTENSION ... UPDATE / DROP EXTENSION, listing extensions (\dx, pgavailableextensions), or choosing which contrib module enables a feature — FDWs (postgresfdw, dblink, filefdw), trigram/fuzzy search (pgtrgm…

not rated 22 yesterday A 265 tokens

dashed/claude-marketplace

Skill Claude CodeCodex

PostgreSQL query & performance tuning — reading EXPLAIN / EXPLAIN ANALYZE plans, choosing and designing indexes, fixing planner row-estimate errors with statistics, and diagnosing MVCC bloat / VACUUM. Use when a query is slow, when reading an EXPLAIN/EXPLAIN ANALYZE plan (seq vs index vs bitmap scan…

not rated 22 yesterday A 260 tokens

postgres-sql

37

dashed/claude-marketplace

Skill Claude CodeCodex

The PostgreSQL SQL dialect and data types that set Postgres apart from generic SQL. Use when writing or debugging Postgres-specific SQL — upsert (INSERT ... ON CONFLICT DO UPDATE/NOTHING), RETURNING (incl. OLD/NEW), MERGE, CTEs (WITH/MATERIALIZED/recursive/data-modifying), window frames, GROUPING SETS/CUBE/ROLLUP…

not rated 22 yesterday A 292 tokens

psql

38

dashed/claude-marketplace

Skill Claude CodeCodex

Skill "psql" from dashed/claude-marketplace, covering psql — postgresql interactive terminal, when to use this skill, prerequisites & version note, the psql cli at a glance and connecting.

not rated 22 yesterday B 275 tokens

pup

39

dashed/claude-marketplace

Skill Claude CodeCodex

Datadog CLI (pup) for observability, monitoring, logs, APM, security, and infrastructure. Use when querying Datadog metrics, searching logs, managing monitors, investigating incidents, checking SLOs, running APM traces, managing dashboards, or performing any Datadog API operation via CLI. Triggers on mentions of pup…

not rated 22 yesterday A 95 tokens

pytest

40

dashed/claude-marketplace

Skill Claude CodeCodex

The pytest testing framework and its Python-specific idioms — the things that set pytest apart from unittest and generic testing. Use when writing, running, debugging, or configuring Python tests with pytest — plain assert (rewritten for rich introspection), dependency-injected @pytest.fixture (scopes, autouse…

not rated 22 yesterday A 253 tokens

python-complexity

41

dashed/claude-marketplace

Skill Claude CodeCodex

Measure per-function cyclomatic and cognitive complexity in Python to find refactor targets, using ruff's C901 and complexipy with no project install — then count what neither metric sees between functions: hops per public call, pass-through layers, a selector parameter compared in many places, intermediate types. Use…

not rated 22 changed yesterday A 212 tokens

dashed/claude-marketplace

Skill Claude CodeCodex

React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code for optimal performance. 62 rules across 8 categories covering waterfalls, bundle size, server-side, re-renders, and rendering. Triggers on React components, Next.js pages, data…

not rated 22 yesterday A 80 tokens

ripgrep

43

dashed/claude-marketplace

Skill Claude CodeCodex

A fast, gitignore-aware command-line tool for recursively searching file contents by regular expression — a smarter, faster grep. Use when searching code or text for a pattern across a directory tree, filtering matches by file type or glob, listing/counting matching files, doing search-and-replace previews, or running…

not rated 22 yesterday B 133 tokens

ruff

44

dashed/claude-marketplace

Skill Claude CodeCodex

Ruff is one binary that is two tools, and keeping them apart is the whole mental model.

not rated 22 yesterday A 286 tokens

skill-creator

45

dashed/claude-marketplace

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

not rated 22 yesterday A 63 tokens

skill-reviewer

46

dashed/claude-marketplace

Skill Claude CodeCodex

Review and ensure skills maintain high quality standards. Use when creating new skills, updating existing skills, or auditing skill quality. Checks for progressive disclosure, mental model shift, appropriate scope, and documentation clarity.

not rated 22 yesterday A 44 tokens

statusline

47

dashed/claude-marketplace

Skill Claude CodeCodex

Configure the Claude Code status line with VCS-aware scripts showing git branch, jj change ID, bookmarks, context usage, and costs. Use when setting up a statusline, customizing the status bar, adding git or jj info to the prompt, configuring statusLine in settings.json, or troubleshooting statusline scripts.

not rated 22 yesterday B 65 tokens

style-extractor

48

dashed/claude-marketplace

Skill Claude CodeCodex

Extract and document writing styles from source texts into reusable style guides. Use when the user wants to analyze an author's voice, create a style guide from a book or document, capture writing patterns for replication, or build a writing style rubric. Triggers on 'extract style', 'analyze writing style', 'capture…

not rated 22 changed 7d ago A 79 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: