skillscore
NewLint and score any AI agent SKILL.md against the official Claude, Codex, and Antigravity authoring guides — offline Dart CLI.
Summary
md file against the official authoring guides from Claude, Codex, and Antigravity.
- It helps developers ensure their skill definitions meet platform standards, improving compatibility and quality before publishing.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/skillscore.md
/skillscoreUse Cases
Usage Examples
/skillscore lint path/to/SKILL.md
/skillscore score --guide claude SKILL.md
Run skillscore on all skill files in the current directory and output a summary.
Security Audits
Frequently Asked Questions
What is skillscore?
SkillScore is a Dart CLI tool that lints and scores any AI agent's SKILL.md file against the official authoring guides from Claude, Codex, and Antigravity. It helps developers ensure their skill definitions meet platform standards, improving compatibility and quality before publishing.
How to install skillscore?
To install skillscore: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/skillscore.md. Finally, /skillscore in Claude Code.
What is skillscore best for?
skillscore is a community categorized under General. It is designed for: agent. Created by sayed3li97.
What can I use skillscore for?
skillscore is useful for: Validate a SKILL.md file for compliance with Claude's skill authoring guide before submitting to a skill registry.; Score multiple skill definitions in a CI pipeline to enforce quality gates on pull requests.; Compare a skill's structure against Codex and Antigravity guides to ensure cross-platform compatibility.; Identify missing required fields or formatting issues in a SKILL.md during local development.; Automate skill quality checks as part of a pre-commit hook to catch errors early.; Generate a compliance report for a batch of skill files to prioritize fixes..