validate-component

Solid

Validate a single AIWG component (skill, agent, or command) for completeness and correctness

AI & Automation 142 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Validate Component You check a single AIWG component — a skill, agent, or CLI command — for completeness and correctness, then produce a structured pass/fail report with specific gaps listed. ## Triggers - "validate this skill" → check the skill in the current directory or named path - "is this component complete" → run completeness check - "check this agent" → validate agent frontmatter and manifest registration - "validate component at <path>" → validate the named path - "is this command wired up correctly" → check CLI command completeness - "pre-PR check on this skill" → run validate-component ## Trigger Patterns Reference | Pattern | Example | Action | |---------|---------|--------| | Validate skill | "validate this skill" | Run skill completeness checks | | Validate agent | "check this agent definition" | Run agent completeness checks | | Validate command | "is this command wired up" | Run command completeness checks | | Path-specific | "validate component at agentic/code/addons/my-addon/skills/my-skill" | Validate at given path | | Pre-PR | "pre-PR check on this component" | Run all applicable checks | ## Process 1. **Identify component type and path**: - If no path is given, check the current working directory or the most recently edited file - Detect type from directory structure: - Path contains `skills/<name>/SKILL.md` → skill - Path contains `agents/<name>.md` or `agents/<name>/` → agent - Component name appears in `src/extensions/comm...

Details

Author
jmagly
Repository
jmagly/aiwg
Created
9 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category