Marketplace registry for tool-focused agent skills.
npx claudepluginhub pidster/tool-skillsInspect, validate, and transform JSON files with jq.
Query and edit YAML files with yq v4.
Structure and refine Markdown docs with mdq.
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.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.