
dashed/claude-marketplace
46 skills0 installs736 starsGitHub
Install
npx skills add https://github.com/dashed/claude-marketplaceSkills in this repo
1Ai Friendly CliThis skill builds and refactors command-line tools for AI-agent compatibility. It makes CLIs machine-readable with structured JSON output, input hardening, schema introspection, dry-run safety, and MCP surfaces. Use it to turn a developer CLI into something agents can call reliably.0installs2Anki FlashcardsThis skill creates and manages Anki flashcards through the AnkiConnect API. Use it to create flashcards, add cards to Anki, manage decks, review statistics, or otherwise interact with Anki. It requires the Anki desktop app running with the AnkiConnect add-on installed.0installs3AnsibleThis skill covers ansible-core, the agentless push-based SSH automation engine that runs idempotent tasks from declarative YAML playbooks. It spans writing and running playbooks, ad-hoc commands, inventory, roles, collections via ansible-galaxy, Ansible Vault, ansible.cfg, and the ten ansible CLIs. It includes FQCN, become, variable precedence, and check/diff mode with version annotations, focused on ansible-core rather than community collection modules.0installs4Chrome CdpThis skill interacts with a local Chrome browser session via the Chrome DevTools Protocol. Use it to inspect, debug, or interact with a page open in Chrome, take screenshots, read accessibility trees, evaluate JavaScript, click elements, or navigate pages. It connects to an already-running Chrome session for live debugging and automation.0installs5Conventional CommitsThis skill formats git commit messages following the Conventional Commits 1.0.0 specification. Use it when asked to commit changes, create a git commit, or when committing code is mentioned. Consistent semantic commit messages support automated changelog generation and semantic versioning.0installs6Design PrinciplesThis skill guides AI-assisted UI generation toward enterprise-grade design. Use it when building UIs, creating dashboards, designing SaaS applications, or generating styled frontend code. It enforces 4px grids, typography hierarchies, and consistent depth strategies to keep generated interfaces polished and consistent.0installs7DuckdbDuckDB is a single-binary in-process columnar OLAP SQL engine, often called SQLite for analytics. This skill drives the duckdb CLI to query Parquet, CSV, and JSON files directly, convert between formats with COPY, read HTTP/S3 via httpfs, and ATTACH external databases. It emphasizes DuckDB's friendly SQL extensions like FROM-first syntax, SELECT EXCLUDE, GROUP BY ALL, SUMMARIZE, and PIVOT.0installs8FdThis skill covers fd, a fast and user-friendly command-line file and directory search tool that replaces find. Use it to search for files or directories by name or regex/glob, filter by type, extension, size, or modified time, respect .gitignore, and run a command per result with -x or -X. It is the fd CLI tool, distinct from the file-search MCP server.0installs9File SearchThis MCP server exposes search_files and filter_files tools for fast file-name discovery powered by fd for regex and glob matching and fzf for fuzzy matching. Use it to locate files by name or partial path. It is explicitly for file names, not for searching inside file contents.0installs10Fuzzy FilterThis skill is the non-interactive rg, fd, and rga to fzf --filter pipeline that scans with a regex tool then fuzzy-ranks lines without a TUI. Use it to fuzzy-match file paths, code lines, or document and PDF text from a script or one-shot command, or to pipe fuzzy-ranked results into xargs or an editor. It is the bare-CLI technique, distinct from the interactive fzf picker and the fuzzy-search MCP.0installs11Fuzzy SearchThis MCP server exposes fuzzy content, file, and document search tools built on ripgrep and fzf, plus ripgrep-all and PyMuPDF for PDFs. Use it to search code, files, or documents with fuzzy filtering, or to extract and inspect PDF pages and outlines. It packages the fuzzy-search workflow as MCP tools for agent use.0installs12FzfThis skill covers fzf, a command-line fuzzy finder for interactive filtering. Use it to search files, command history with CTRL-R, create interactive menus, or integrate fuzzy selection with ripgrep, fd, and git. It triggers on fzf, fuzzy finder, completion, and the CTRL-T, CTRL-R, and ALT-C keybindings.0installs13GitThis skill provides advanced Git CLI mastery, recovery, and troubleshooting. It covers recovering lost commits, branches, and stashes with reflog and fsck, undoing bad resets, merges, and rebases, rewriting history, resolving conflicts with rerere, worktrees, bisect, cherry-pick, stash, refspecs, force-with-lease, gitattributes and hooks, internals, and confusing Git errors. It points to companion skills for commit messages, stacked branches, fixups, and Jujutsu.0installs14Git AbsorbThis skill automatically folds uncommitted changes into the appropriate commits. Use it for applying review feedback and maintaining an atomic commit history. It automates the fixup workflow so changes land in the commit they belong to.0installs15Git ChainThis skill manages and rebases chains of dependent Git branches, also called stacked branches. Use it when working with multiple dependent PRs, feature branches that build on each other, or maintaining clean branch hierarchies. It automates rebasing or merging an entire branch chain at once.0installs16GogcliThis skill drives Google Workspace from the terminal with the gog CLI. Use it to send and search Gmail, manage Calendar events, upload to Drive, edit Docs, Sheets, and Slides, post to Chat, manage Tasks and Contacts, administer Workspace via domain-wide delegation, and build agent workflows needing JSON output, OAuth or service-account auth, Pub/Sub watches, and a command sandbox. It covers Gmail, Calendar, Drive, Docs, Slides, Sheets, Chat, Tasks, Contacts, Classroom, Forms, Keep, and Admin.0installs17HledgerThis skill covers hledger, a plain-text double-entry accounting tool. Use it to record transactions, check balances, generate financial reports, import CSV bank statements, budget, track time, manage multiple currencies, and do year-end closing. It works against plain-text ledger files driven from the command line.0installs18JjThis skill covers Jujutsu (jj), a Git-compatible version control system with novel features. Use it when working with jj repositories, managing stacked commits, needing automatic rebasing with first-class conflict handling, using revsets to select commits, or wanting enhanced Git workflows. It triggers on mentions of jj, jujutsu, change IDs, or the operation log.0installs19Jqjq is the command-line JSON processor and its filter language for filtering, transforming, and reshaping JSON. Use it when extracting fields and nested paths on the CLI, selecting arrays of objects, building new JSON, emitting CSV or TSV, getting raw strings, slurping and aggregating, or injecting shell values into queries.0installs20K3sThis skill covers k3s, the lightweight CNCF-certified Kubernetes distribution that ships as a single binary bundling containerd, flannel, CoreDNS, Traefik, and more. It handles installing clusters, bootstrapping single-node or HA control planes, joining agent nodes, choosing embedded etcd versus an external datastore, managing tokens, rotating certs, taking etcd snapshots, secrets encryption, and airgap installs and upgrades. Version annotations are included throughout.0installs21LinearThis skill manages Linear issues, projects, and teams. Use it when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows. It is the project-management interface for a Linear-tracked team.0installs22Long Form MathThis skill writes mathematics in a long-form, understanding-focused style with detailed proofs and rich exposition. Use it when explaining mathematical concepts, writing proofs, tutoring math, creating educational math content, or when asked for mathematical explanations. It draws inspiration from Jay Cummings' Real Analysis and Chartrand's Mathematical Proofs.0installs23Mermaid CliThis skill generates, validates, and fixes diagrams from Mermaid markup using mmdc. Use it to create flowcharts, sequence diagrams, and class diagrams, convert .mmd files to images, SVG, or PDF, or validate and fix Mermaid syntax. It is the command-line diagramming workflow for documentation.0installs24Obsidian BasesThis skill creates and edits Obsidian Bases, the .base files that turn a vault of notes into database-like views. It covers building table and card views, applying filters, writing formulas, and adding summaries over note properties. Use it whenever working with Bases or structuring notes into queryable views inside Obsidian.0installs25Obsidian MarkdownThis skill writes and edits Obsidian Flavored Markdown, handling Obsidian-specific syntax such as wikilinks, embeds, callouts, frontmatter properties, and tags. It is intended for .md files inside an Obsidian vault where standard markdown is extended with linking and presentation features. Use it whenever authoring or refactoring Obsidian notes.0installs26PlaywrightThis skill provides browser automation with Playwright for Python. Use it to test websites, take screenshots, fill forms, scrape web content, or automate browser interactions. It triggers on browser, web testing, screenshots, selenium, puppeteer, or playwright tasks.0installs27Postgres Adminpostgres-admin covers PostgreSQL server administration and operations: configuring the server via postgresql.conf and GUCs, managing roles and privileges, authentication, backup and restore, replication, pg_upgrade, and monitoring. It is the operational counterpart to writing SQL or tuning queries.0installs28Postgres Extensionspostgres-extensions covers PostgreSQL extension management and the bundled contrib catalog. Use it when running CREATE/ALTER/DROP EXTENSION, listing extensions, or choosing which contrib module enables a feature such as FDWs, trigram search, crypto/UUIDs, extra types, or query statistics.0installs29Postgres Performancepostgres-performance covers PostgreSQL query and performance tuning. Use it when a query is slow, when reading an EXPLAIN ANALYZE plan, choosing an index type and columns, fixing planner estimates with statistics, diagnosing MVCC bloat or autovacuum lag, or tuning planner GUCs.0installs30Postgres Sqlpostgres-sql covers the PostgreSQL SQL dialect and data types that set Postgres apart from generic SQL. Use it when writing or debugging Postgres-specific SQL such as upsert with ON CONFLICT, RETURNING, MERGE, CTEs, window frames, LATERAL, jsonb and jsonpath, arrays, ranges, and composite, enum, or domain types.0installs31Psqlpsql covers PostgreSQL's interactive terminal client and SQL script runner. Use it when connecting to or inspecting a Postgres database from a terminal, running scripts or one-off queries in shells, CI, or agents, using meta-commands like the \d family and \copy, configuring .psqlrc, or fixing connection and authentication issues.0installs32PupThis skill drives pup, the Datadog CLI for observability, monitoring, logs, APM, security, and infrastructure. Use it to query Datadog metrics, search logs, manage monitors, investigate incidents, or perform Datadog API operations from the terminal. It covers the breadth of Datadog's monitoring surface.0installs33React Best PracticesThis skill provides React and Next.js performance optimization guidelines from Vercel Engineering. It packages 62 rules across 8 categories covering data waterfalls, bundle size, server-side rendering, re-renders, and rendering. Use it when writing, reviewing, or refactoring React or Next.js code for optimal performance.0installs34RipgrepThis skill covers ripgrep (rg), a fast gitignore-aware recursive content search tool that acts as a smarter, faster grep. Use it to search code or text for a regex across a directory tree, filter by file type or glob, list or count matches, and preview search-and-replace. It is the rg CLI tool, distinct from the file-search and fuzzy-search MCP servers.0installs35Sequential ThinkingThis MCP server exposes a single sequentialthinking tool for dynamic, reflective, step-by-step problem-solving. Use it when a task needs structured reasoning, planning, hypothesis generation, branching to explore alternatives, or revising earlier steps while keeping a running chain of thoughts. It augments an agent's reasoning process rather than performing a domain task.0installs36Skill CreatorThis skill creates new skills and modifies, improves, and measures existing ones. Use it 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. It is the tooling layer for authoring agent skills.0installs37Skill ReviewerThis skill reviews and ensures skills maintain high quality standards. Use it when creating new skills, updating existing skills, or auditing skill quality. It checks for progressive disclosure, mental-model shift, appropriate scope, and documentation clarity.0installs38SqliteThis MCP server exposes SQLite database tools including query, execute, list_tables, describe_table, and create_table. It is read-only by default, with writes opt-in via the --allow-writes flag or the MCP_SQLITE_ALLOW_WRITES environment variable. Use it to inspect, query, or, when enabled, modify SQLite databases from an agent.0installs39StatuslineThis skill configures the Claude Code status line with VCS-aware scripts that show git branch, jj change ID, bookmarks, context-window usage, and costs. Use it to set up the status line, customize the status bar, or add VCS information to it. It tailors the developer's coding-agent terminal environment.0installs40Style ExtractorThis skill extracts and documents writing styles from source texts into reusable style guides. Use it 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. It is the counterpart to applying styles, focused on capturing them.0installs41Style WriterThis skill writes content using stored writing styles from a writing-styles collection. Use it when the user wants to write in a specific voice, apply a stored style, list the available styles, or evaluate text against a style rubric. It reuses captured voices to keep written output consistent.0installs42TeachThis skill runs a Socratic teaching loop that quizzes you about a coding session until you confirm mastery of every concept. It can target a Claude Code transcript, PR, or design decision, sourcing sessions from the projects directory and tracking a per-concept checklist until each item is confirmed. Use it to lock in understanding of recent work or prepare to teach someone else.0installs43TmuxThis skill remote-controls tmux sessions for interactive CLIs such as python and gdb by sending keystrokes and scraping pane output. Use it when debugging applications, running interactive REPLs like Python, gdb, ipdb, psql, mysql, or node, automating terminal workflows, or when tmux, debugging, or interactive shells are mentioned. It bridges the agent to long-running interactive terminal programs.0installs44UltrathinkThis skill invokes deep sequential thinking for complex problem-solving. Use it when the user says use ultrathink or ultrathink, or when tackling problems that require careful step-by-step reasoning, planning, hypothesis generation, or multi-step analysis. It augments the agent's reasoning rather than performing a domain task.0installs45Walkthrough To ObsidianThis skill converts game walkthroughs and guides from plain text into structured, interlinked Obsidian markdown pages. Use it when the user wants to convert a walkthrough, FAQ, guide, or reference document into Obsidian vault pages, or split a large text file into interlinked pages. It produces a navigable wiki-style knowledge base.0installs46ZellijThis skill manages terminal sessions with zellij, a terminal workspace and multiplexer for interactive CLI sessions. Use it to run interactive REPLs, debug, automate terminal workflows, or work with floating panes and session layouts. It is positioned as a simpler alternative to tmux.0installs