agent-skill-linter
9
总安装量
1
周安装量
#33283
全站排名
安装命令
npx skills add https://github.com/william-yeh/agent-skill-linter --skill agent-skill-linter
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
github-copilot
1
gemini-cli
1
Skill 文档
Agent Skill Linter
A linter that checks agent skills for spec compliance and publishing readiness.
What it checks
- SKILL.md spec compliance â delegates to
skills-reffor frontmatter validation - LICENSE â exists, Apache-2.0 or MIT, current year
- Author â
metadata.authorin SKILL.md frontmatter - README badges â CI, license, Agent Skills badges
- CI workflow â
.github/workflows/has at least one YAML workflow - Installation section â README has install instructions with
npx skillsand agent directory table - Usage section â README has usage examples with starter prompts
- Content dedup â flags heavy overlap between README.md and SKILL.md
- Body length â SKILL.md body under 500 lines
- Directory structure â flags non-standard directories
Running
skill-lint check ./my-skill # Lint a skill directory
skill-lint check ./my-skill --fix # Auto-fix fixable issues
skill-lint check ./my-skill --format json # JSON output for CI
Exit code 1 on errors, 0 otherwise.