dashed/claude-marketplace

A local marketplace for personal Claude Code skills and plugins.

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

agent-skill-init

01

dashed/claude-marketplace

Skill Claude CodeCodex

Create a repo-local Agent Skill following the open agentskills.io specification. Use when the user wants to create, scaffold, or initialize a new skill in the current repo, mentions a 'repo-local skill' or the agentskills.io spec, or needs a spec-compliant SKILL.md placed under .agents/skills/ (or .claude/skills/).…

not rated 22 today A 98 tokens

ai-friendly-cli

02

dashed/claude-marketplace

Skill Claude CodeCodex

Build and refactor CLIs for AI agent compatibility. Use when making command-line interfaces machine-readable, adding structured JSON output, hardening inputs against hallucinations, implementing safety rails like dry-run flags, adding schema introspection, or designing multi-surface architectures (CLI + MCP).

not rated 22 today C 60 tokens

anki-flashcards

03

dashed/claude-marketplace

Skill Claude CodeCodex

Create and manage Anki flashcards via the AnkiConnect API. Use when the user wants to create flashcards, add cards to Anki, manage Anki decks, review Anki statistics, or interact with Anki in any way. Requires Anki desktop app running with AnkiConnect add-on installed.

not rated 22 today B 68 tokens

ansible

04

dashed/claude-marketplace

Skill Claude CodeCodex

Skill "ansible" from dashed/claude-marketplace, covering ansible-core - agentless automation engine, when to use this skill, prerequisites, the ansible binaries and mental model.

not rated 22 today B 230 tokens

chrome-cdp

05

dashed/claude-marketplace

Skill Claude CodeCodex

Interact with local Chrome browser session via Chrome DevTools Protocol. Use when asked to inspect, debug, or interact with a page open in Chrome, take screenshots of browser tabs, read accessibility trees, evaluate JavaScript, click elements, navigate pages, or automate browser interactions in a live Chrome session.

not rated 22 today A 63 tokens

code-walkthrough

06

dashed/claude-marketplace

Skill Claude CodeCodex

Create a self-contained interactive HTML document that teaches a code change (branch, PR, diff, or subsystem) to a reviewer with no prior knowledge — with before/after code toggles, mermaid diagrams, step-through walkthroughs, and playground widgets. Use when the user wants to learn or review a code change…

not rated 22 today A 115 tokens

comment-slop

07

dashed/claude-marketplace

Skill Claude CodeCodex

Find and remove AI-slop comments — ones that restate the code, describe another layer's behavior, or narrate planning that never shipped — while protecting the comments that carry real reasoning. Use when a reviewer calls a comment useless, unclear, or AI-written — including one a previous cleanup pass already…

not rated 22 today A 150 tokens

dashed/claude-marketplace

Skill Claude CodeCodex

Format git commit messages following Conventional Commits 1.0.0 specification. Use when the user asks to commit changes, create a git commit, or mentions committing code. Ensures consistent, semantic commit messages that support automated changelog generation and semantic versioning.

not rated 22 today A 59 tokens

design-principles

09

dashed/claude-marketplace

Skill Claude CodeCodex

Guide AI-assisted UI generation toward enterprise-grade, intentional design. Use when building user interfaces, creating dashboards, designing enterprise software or SaaS applications, generating frontend code with styling, or when the user asks for design help. Enforces principles inspired by Linear, Notion, Stripe…

not rated 22 today A 66 tokens

duckdb

10

dashed/claude-marketplace

Skill Claude CodeCodex

DuckDB — the in-process, columnar, vectorized OLAP SQL engine shipped as a single zero-dependency binary ("SQLite for analytics"). Use when querying Parquet/CSV/JSON files directly with SQL and no load step, doing in-process analytical/OLAP queries and aggregations, using the duckdb CLI shell (interactive REPL or…

not rated 22 today C 249 tokens

fd

11

dashed/claude-marketplace

Skill Claude CodeCodex

A fast, user-friendly command-line tool for finding files and directories by name — a simpler, faster find replacement. Use when searching for files or directories by name or regex/glob pattern, filtering results by type, extension, size, or modified time, respecting .gitignore, or running a command per result with…

not rated 22 today B 115 tokens

fuzzy-filter

12

dashed/claude-marketplace

Skill Claude CodeCodex

The non-interactive rg/fd/rga → fzf --filter pipeline — scan with a regex tool, then fuzzy-rank the lines without opening a TUI. Use when you want fuzzy (not regex) matching of file paths, code lines, or document/PDF text from a script or one-shot command, when reproducing the fuzzy-search MCP's behavior on the bare…

not rated 22 today A 134 tokens

fzf

13

dashed/claude-marketplace

Skill Claude CodeCodex

Command-line fuzzy finder for interactive filtering of any list. Use when interactively selecting files, searching command history (CTRL-R), creating selection interfaces in scripts, building interactive menus, or integrating fuzzy search with tools like ripgrep, fd, and git. Triggers on mentions of fzf, fuzzy finder…

not rated 22 today B 83 tokens

git-absorb

14

dashed/claude-marketplace

Skill Claude CodeCodex

Automatically fold uncommitted changes into appropriate commits on a feature branch. Use when applying review feedback, fixing bugs in feature branches, or maintaining atomic commit history without manual interactive rebasing. Particularly useful for making corrections to recent commits without creating messy "fixes"…

not rated 22 today A 59 tokens

git-chain

15

dashed/claude-marketplace

Skill Claude CodeCodex

Manage and rebase chains of dependent Git branches (stacked branches). Use when working with multiple dependent PRs, feature branches that build on each other, or maintaining clean branch hierarchies. Automates the tedious process of rebasing or merging entire branch chains.

not rated 22 today A 56 tokens

git

16

dashed/claude-marketplace

Skill Claude CodeCodex

Advanced Git CLI mastery, recovery, and troubleshooting (git 2.54+). Use whenever a git task goes beyond the basics — recovering lost commits/branches/stashes (reflog, fsck), undoing a bad reset/merge/rebase/amend, rewriting history (interactive rebase, --autosquash, --update-refs, filter-repo), resolving merge…

not rated 22 today A 225 tokens

gogcli

17

dashed/claude-marketplace

Skill Claude CodeCodex

Drive Google Workspace from the terminal with the gog CLI (gogcli). Use when sending or searching Gmail, managing labels/drafts/filters, creating or updating Google Calendar events (including recurring, focus-time, or out-of-office), uploading/downloading/sharing Google Drive files, reading or writing Google Sheets…

not rated 22 today A 210 tokens

handoff

18

dashed/claude-marketplace

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up. Use when ending a session with unfinished work, transferring context to a fresh agent or a new session, approaching context limits, or when the user says "handoff", "write a handoff doc", or "continue this in another session".

not rated 22 today A 67 tokens

hledger

19

dashed/claude-marketplace

Skill Claude CodeCodex

Plain-text double-entry accounting with hledger. Use when recording transactions, checking balances, generating financial reports (balance sheet, income statement, cashflow), importing CSV bank statements, budgeting, tracking time, managing multiple currencies, or doing year-end closing. Triggers on mentions of…

not rated 22 today A 79 tokens

jj-hunk

20

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…

not rated 22 today A 170 tokens

jj

21

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'…

not rated 22 today B 81 tokens

jq

22

dashed/claude-marketplace

Skill Claude CodeCodex

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

not rated 22 today B 239 tokens

k3s

23

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…

not rated 22 today F 212 tokens

kubernetes

24

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…

not rated 22 today D 207 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: