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.
Inspect, validate, and transform JSON files with jq.
npx claudepluginhub pidster/tool-skills --plugin markdown-filesdahatake のエージェントスキル集。ローカル Markdown 横断クエリなど、コーディングエージェント向けのスキルを提供します。
Markdown documentation skills and linting with markdownlint.
Automatically formats markdown files with prettier on Stop hook, with configurable organization and path exclusions
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Documentation review, cleanup, and generation with AI slop detection, style learning, and human-quality writing enforcement
Trim and optimize markdown files for LLM agent consumption