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 claimInspect, validate, and transform JSON files with jq.
Structure and refine Markdown docs with mdq.
npx claudepluginhub pidster/tool-skills --plugin yaml-filesIntelligent YAML validation, generation, and transformation agent with schema inference, linting, and format conversion capabilities
Write idiomatic YAMLScript code. Use when asked to write, convert, or review YAMLScript (.ys files).
YAML language server
Query, 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.
General utilities - fd, rg, jq, yq, nushell, shell, imagemagick, mermaid, d2
dahatake のエージェントスキル集。ローカル Markdown 横断クエリなど、コーディングエージェント向けのスキルを提供します。