validate-component
FeaturedValidate a single AIWG component (skill, agent, or command) for completeness and correctness
Install
Quality Score: 90/100
Skill Content
Details
- Author
- jmagly
- Repository
- jmagly/aiwg
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
validate-addon
Validate an entire AIWG addon package for completeness and release readiness
validate-skills
Validates every SKILL.md and command file in this repository against the Agent Skills specification and the repo's own conventions, reporting structural errors before they reach CI. Use when verifying skills are well-formed — before a release, after adding or editing a skill, or when a skill-validation gate fails.
agentskills-doctor
Validate an existing Agent Skill against the agentskills.io specification and best practices, and fix the findings on request. Use when validating, linting, checking, auditing, reviewing, or fixing a SKILL.md or skill directory — e.g. "validate this skill", "is my skill spec-compliant", "lint my SKILL.md", "fix the findings in my skill". Do NOT use for creating new skills (that is the agentskills-creator skill).