Reusable agent skills for structured file workflows:
jqyq (v4 syntax)mdq query workflowsThis repository is meant for both humans and coding agents. Human onboarding lives here; agent execution policy and CI commands live in AGENTS.md.
plugins/json-files/skills/json-files/SKILL.mdplugins/yaml-files/skills/yaml-files/SKILL.mdplugins/markdown-files/skills/markdown-files/SKILL.mdgit clone [email protected]:pidster/tool-skills.git
cd tool-skills
Core tools:
jq for JSON skill workflowsyq (Mike Farah v4) for YAML skill workflowsmdq for Markdown querying by heading/list/code-block patternsPreferred install method: Homebrew (brew) when available.
Install examples:
# macOS
brew install jq yq mdq
# Debian/Ubuntu
sudo apt-get update && sudo apt-get install -y jq
sudo snap install yq
cargo install mdq
# Windows (PowerShell)
winget install jqlang.jq
winget install MikeFarah.yq
cargo install mdq
jq --version
yq --version
mdq --version
Registered skills are listed in marketplace.json.
Current entries:
json-filesyaml-filesmarkdown-filesplugins/<skill-name>/skills/<skill-name>/SKILL.md.name, description, metadata.version).marketplace.json.AGENTS.md.GitHub Actions workflow: .github/workflows/validate-skills.yml
It validates marketplace JSON, skill version alignment, and routing eval suites on pushes and pull requests.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimQuery and edit YAML files with yq v4.
Structure and refine Markdown docs with mdq.
npx claudepluginhub pidster/tool-skills --plugin json-filesQuery, transform, and convert structured data files (JSON, YAML, TOML, XML, CSV, HCL, INI) using dasel v3. Provides reference syntax, exploration workflows, transformation patterns, and cross-platform installation.
DevsForge JSON validator with schema validation, formatting, JSONPath queries, diff comparison, and comprehensive error reporting
General utilities - fd, rg, jq, yq, nushell, shell, imagemagick, mermaid, d2
Auto-formatting hooks for Python, JavaScript, Markdown, and Bash with Google-style docstrings and code quality checks.
Intelligent YAML validation, generation, and transformation agent with schema inference, linting, and format conversion capabilities
Validates Claude Code SKILL.md files against ~25 contract rules including structure, triggers, anti-patterns, and naming. Works with Claude Code, Claude Desktop/Web, and Cursor.