dashed

63 mods across 2 repositories, 27 stars between them.

jj-hunk

25

dashed/claude-marketplace

Skill Claude CodeCodex

Programmatic hunk selection for the jj (Jujutsu) VCS. Select individual diff hunks with a query language instead of an interactive TUI, then split, commit, squash, diffedit, restore, or absorb them. Use when splitting a jj commit into logical pieces, committing or squashing only part of the working copy, undoing…

22 3d ago A 170 tokens

jj

26

dashed/claude-marketplace

Skill Claude CodeCodex

Jujutsu (jj) version control system - a Git-compatible VCS with novel features. Use when working with jj repositories, managing stacked/dependent commits, needing automatic rebasing with first-class conflict handling, using revsets to select commits, or wanting enhanced Git workflows. Triggers on mentions of 'jj'…

22 3d ago B 81 tokens

jq

27

dashed/claude-marketplace

Skill Claude CodeCodex

Skill "jq" from dashed/claude-marketplace, covering jq - command-line json processor, prerequisites, install, macos and debian/ubuntu.

22 3d ago B 239 tokens

k3s

28

dashed/claude-marketplace

Skill Claude CodeCodex

The k3s lightweight CNCF-certified Kubernetes distribution shipped as a single binary that bundles containerd, flannel, CoreDNS, Traefik, ServiceLB (Klipper), local-path-provisioner, and metrics-server. Use when installing or running a lightweight Kubernetes cluster, bootstrapping a single-node or HA k3s control…

22 3d ago F 212 tokens

kubernetes

29

dashed/claude-marketplace

Skill Claude CodeCodex

Author and operate Kubernetes workloads with kubectl and YAML manifests — the kubectl CLI plus core resource authoring (Pods, Deployments, StatefulSets, Jobs/CronJobs, Services, Ingress, ConfigMaps/Secrets, PV/PVC, RBAC). Use when writing or debugging Kubernetes manifests, running kubectl…

22 3d ago D 207 tokens

linear

30

dashed/claude-marketplace

Skill Claude CodeCodex

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

22 3d ago A 32 tokens

long-form-math

31

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…

22 3d ago A 80 tokens

mermaid-cli

32

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…

22 3d ago A 105 tokens

model-routing

33

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…

22 3d ago B 110 tokens

obsidian-bases

34

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.

22 3d ago A 63 tokens

obsidian-markdown

35

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.

22 3d ago A 71 tokens

oxfmt

36

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.

22 3d ago A 262 tokens

oxlint

37

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.

22 3d ago A 229 tokens

playwright

38

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.

22 3d ago A 50 tokens

postgres-admin

39

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…

22 3d ago A 237 tokens

postgres-extensions

40

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…

22 3d ago 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…

22 3d ago A 260 tokens

postgres-sql

42

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…

22 3d ago A 292 tokens

psql

43

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.

22 3d ago B 275 tokens

pup

44

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…

22 3d ago A 95 tokens

pytest

45

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…

22 3d ago A 253 tokens

python-complexity

46

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. Use when asking which functions to refactor or clean up first, whether a function is too complex, where the worst code in a module or package is, when triaging a legacy…

22 3d ago A 134 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…

22 3d ago A 80 tokens

ripgrep

48

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…

22 3d ago B 133 tokens