en un clic
verify-discover-skill
Discovery phase for /assist:verify command - finds all components to validate
Menu
Discovery phase for /assist:verify command - finds all components to validate
Aggregation phase for /assist:health-check command - produces final report
Analysis phase for /assist:health-check command - scores each component
Discovery phase for /assist:health-check command - finds components for health analysis
Common schema validation rules for all plugin components
Connectivity phase for /assist:verify command - validates cross-references
Validation phase for /assist:verify command - validates each component
| name | verify-discover-skill |
| description | Discovery phase for /assist:verify command - finds all components to validate |
| triggers | ["verify discover phase","find components to verify","component discovery for validation"] |
The first phase of the /assist:verify workflow. Discovers all plugin components that need validation.
Scan the plugin directory structure and identify all components that require schema validation.
| Component Type | Search Pattern | Expected Structure |
|---|---|---|
| Skills | skills/*/SKILL.md | Directory with SKILL.md |
| Agents | agents/*.md | Markdown files |
| Commands | commands/*.md | Markdown files |
| Hooks | hooks/hooks.json | JSON config + Python scripts |
| Plugin Manifest | plugin.json | Root manifest |
| Marketplace | marketplace.json | Optional marketplace config |
.claude-plugin directoryDISCOVERY_REPORT
================
Plugin Root: plugins/my-plugin/.claude-plugin
COMPONENTS_FOUND:
Skills:
- skills/router-skill/SKILL.md
- skills/semantic-skill/SKILL.md
Agents:
- agents/router-agent.md
- agents/semantic-agent.md
Commands:
- commands/assist-wizard.md
- commands/assist-verify.md
Hooks:
- hooks/hooks.json
- hooks/workflow_hook.py
- hooks/phase_hook.py
Manifests:
- plugin.json
- marketplace.json (optional)
Total: <count> components
To proceed to the validate phase, provide:
plugin_root: Path to plugin rootcomponents_found: List of discovered components with typestotal_count: Total number of components to validate