Agent Plugins Marketplace
All plugins

tools-plugin

v2.11.1

General utilities - fd, rg, jq, yq, nushell, shell, imagemagick, mermaid, d2

Claude Code15 Skills

By Lauri GatesLicense: MIT58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
15 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install tools-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tools-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tools-plugin/.

Plugin files

tools-plugin/
├── .claude-plugin/plugin.json
├── skills/binary-analysis/SKILL.md
├── skills/cli-smoke-recipes/SKILL.md
├── skills/d2-diagrams/SKILL.md
├── skills/deps-install/SKILL.md
├── skills/fd-file-finding/SKILL.md
├── skills/generate-image/SKILL.md
├── skills/hf-downloads/SKILL.md
├── skills/imagemagick-conversion/SKILL.md
├── skills/jq-json-processing/SKILL.md
├── skills/justfile-expert/SKILL.md
├── skills/mermaid-diagrams/SKILL.md
├── skills/nushell-data-processing/SKILL.md
├── skills/rg-code-search/SKILL.md
├── skills/shell-expert/SKILL.md
└── skills/yq-yaml-processing/SKILL.md

Included Skills15

binary-analysisskills/binary-analysis/SKILL.md

Binary analysis: strings, binwalk, hexdump, xxd, file, objdump. Use when identifying unknown files, extracting strings, hunting credentials, or entropy analysis.

cli-smoke-recipesskills/cli-smoke-recipes/SKILL.md

CLI smoke recipes: expose pure-function modules via subcommands with a bulk-smoke justfile recipe. Use when designing data-transform modules or authoring smoke tests.

d2-diagramsskills/d2-diagrams/SKILL.md

Generate diagrams from text using D2 with automatic layouts and themes. Use when creating architecture diagrams, flowcharts, decision trees, sequence flows, or ERDs.

deps-installskills/deps-install/SKILL.md

Deps install: auto-detect package manager (uv, bun, npm, yarn, pnpm, cargo, go) and run the right install. Use when installing deps or syncing lockfiles.

fd-file-findingskills/fd-file-finding/SKILL.md

fd fast file finding: smart defaults, gitignore-aware, parallel. Use when searching for files by name, extension, or pattern across directories.

generate-imageskills/generate-image/SKILL.md

Image generation via Gemini 3 Pro Image: aspect ratio, resolution, reference images. Use when creating artwork, product photos, or mockups with AI.

hf-downloadsskills/hf-downloads/SKILL.md

Hugging Face model downloads without filling root disk — HF_HOME/xet cache redirection, token/gated-repo auth, staging pattern. Use when downloading HF models, hf download errors, ENOSPC during downloads, or GatedRepoError/401s.

imagemagick-conversionskills/imagemagick-conversion/SKILL.md

ImageMagick image manipulation: format conversion, resizing, batch processing, quality. Use when converting, resizing, batch-processing, or generating thumbnails.

jq-json-processingskills/jq-json-processing/SKILL.md

jq JSON processing: query, filter, transform JSON. Use when parsing JSON files, filtering arrays/objects, transforming structures, or extracting fields from JSON.

justfile-expertskills/justfile-expert/SKILL.md

Just command runner expertise — Justfile syntax, recipes, parameters, modules, shebang recipes. Use when authoring justfiles, project commands, or task automation.

mermaid-diagramsskills/mermaid-diagrams/SKILL.md

Render Mermaid diagrams (mmdc) to SVG/PNG/PDF — flowcharts, sequence, ERDs, class, state, Gantt, pie, gitGraph. Use when rendering .mmd or embedding diagrams in GitHub Markdown.

nushell-data-processingskills/nushell-data-processing/SKILL.md

Structured data processing with nushell — native tables, multi-format parsing (JSON/YAML/TOML/CSV/XML), pipelines, group-by. Use when running multi-step cross-format transforms awkward in jq.

rg-code-searchskills/rg-code-search/SKILL.md

ripgrep (rg) fast code search: smart defaults, regex, file filtering. Use when searching for text patterns, code snippets, or doing multi-file analysis.

shell-expertskills/shell-expert/SKILL.md

Shell scripting: bash, zsh, POSIX, CLI tools, cross-platform automation. Use when writing shell scripts, pipes, command-line automation, or portable shell code.

yq-yaml-processingskills/yq-yaml-processing/SKILL.md

yq YAML processing: query, filter, transform YAML. Use when parsing configs, modifying Kubernetes manifests or GitHub Actions workflows, or transforming YAML.

Plugin manifests1

tools-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "tools-plugin",
  "version": "2.11.1",
  "description": "General utilities - fd, rg, jq, yq, nushell, shell, imagemagick, mermaid, d2",
  "author": {
    "name": "Lauri Gates"
  },
  "repository": "https://github.com/laurigates/claude-plugins",
  "license": "MIT",
  "keywords": [
    "tools",
    "utilities",
    "fd",
    "ripgrep",
    "jq",
    "yq",
    "nushell",
    "shell",
    "imagemagick",
    "mermaid",
    "d2",
    "diagrams"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tools-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tools-plugin)