From skill-linting
Recommend off-the-shelf CI linters for a skills repo that lacks them for Agent Skills spec compliance and quality control.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-linting:recommend-ci-lintersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A skills repo should have:
A skills repo should have:
This repo as a claude code review ci step.
An off the shelf markdown link checker like lychee or the one included in skill-validator validate links
A skill structure linter like skill-validator validate structure
Read the docs at https://github.com/agent-ecosystem/skill-validator#ci-workflow-example
And follow the examples at ./references/claude-code-review.yml and ./references/lint-skills.yml in this repo.
Follow the example at ./references/.pre-commit-config.yaml in this repo to set up pre-commit hooks for markdown link checking and skill structure validation.
npx claudepluginhub ryanpeach/skills --plugin skill-lintingCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.