dashed

63 mods across 2 repositories, 27 stars between them.

alberto-marketplace

01

dashed/claude-marketplace

Plugin Claude Code

Plugin marketplace listing 60 plugins: skill-creator, git-absorb, tmux, skill-reviewer, agent-skill-init.

22 3d ago A tokens not measured

dashed/claude-marketplace

Instructions file

Claude Code instructions for dashed/claude-marketplace, covering development guide, versioning and release process, semantic versioning, version bump checklist and changelog conventions.

22 3d ago A 5,352 tokens

agent-skill-init

03

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/).…

22 3d ago A 98 tokens

ai-friendly-cli

04

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).

22 3d ago C 60 tokens

anki-flashcards

05

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.

22 3d ago B 68 tokens

ansible

06

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.

22 3d ago B 230 tokens

chrome-cdp

07

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.

22 3d ago A 63 tokens

code-walkthrough

08

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…

22 3d ago A 115 tokens

comment-slop

09

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…

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

22 3d ago A 59 tokens

design-principles

11

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…

22 3d ago A 66 tokens

duckdb

12

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…

22 3d ago C 249 tokens

fd

13

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…

22 3d ago B 115 tokens

file-search

14

dashed/claude-marketplace

Plugin Claude Code

MCP server exposing searchfiles and filterfiles tools for fast file-NAME discovery powered by fd (regex/glob) and fzf (fuzzy matching). Use when locating files by name or partial path — not for searching file contents.

22 3d ago A tokens not measured

file-search

15

dashed/claude-marketplace

MCP server Claude CodeCodexCursor +2

MCP server "file-search" as configured in dashed/claude-marketplace. Runs locally from the ${CLAUDE_PLUGIN_ROOT}/scripts/mcp_fd_server.py Python package.

22 3d ago A tokens not measured

fuzzy-filter

16

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…

22 3d ago A 134 tokens

fuzzy-search

17

dashed/claude-marketplace

Plugin Claude Code

MCP server exposing fuzzy content/file/document search tools built on ripgrep + fzf (plus ripgrep-all and PyMuPDF for PDFs). Use when searching code, files, or documents with fuzzy filtering, or extracting/inspecting PDF pages and outlines.

22 3d ago A tokens not measured

fzf

18

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…

22 3d ago B 83 tokens

git-absorb

19

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

22 3d ago A 59 tokens

git-chain

20

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.

22 3d ago A 56 tokens

git

21

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…

22 3d ago A 225 tokens

gogcli

22

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…

22 3d ago A 210 tokens

handoff

23

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".

22 3d ago A 67 tokens

hledger

24

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…

22 3d ago A 79 tokens