Back to README
This repository is a Claude Code plugin. It provides three skills that Claude can use to build, validate, and score SKILL.md files interactively.
| Skill | Description |
|---|---|
aigent-builder |
Generates SKILL.md definitions from natural language. Triggered by "create a skill", "build a skill", etc. |
aigent-validator |
Validates SKILL.md files against the Anthropic specification. Triggered by "validate a skill", "check a skill", etc. |
aigent-scorer |
Scores SKILL.md files against best-practices checklist. Triggered by "score a skill", "rate a skill", etc. |
All skills operate in hybrid mode: they use the aigent CLI when it is
installed, and fall back to Claude-based generation/validation when it is not.
This means the plugin works out of the box — no installation required — but
produces higher-quality results with aigent available.
To use the plugin in Claude Code, add it to your project's
.claude/settings.json:
{
"permissions": {
"allow": []
},
"plugins": [
"wkusnierczyk/aigent"
]
}