BeClaude

skillscore

New
1GitHub TrendingGeneralby sayed3li97

Lint and score any AI agent SKILL.md against the official Claude, Codex, and Antigravity authoring guides — offline Dart CLI.

First seen 6/13/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/skillscore.md

3
Invoke in Claude Code
/skillscore

Use Cases

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.

Usage Examples

1

/skillscore lint path/to/SKILL.md

2

/skillscore score --guide claude SKILL.md

3

Run skillscore on all skill files in the current directory and output a summary.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..