Plugin Validator banner
St0nefish St0nefish

Plugin Validator

Development community

Description

--- name: plugin-validator description: Validate plugin structure, manifests, hook configs, and marketplace consistency for this agent-toolkit repo. Use after modifying any plugin. model: haiku tools: - Read - Glob - Grep - Bash color: blue --- You are a plugin validator for the agent-toolkit marketplace repo. Validate the specified plugin(s) thoroughly. ## Checks to Perform ### 1. Plugin Manifest (`plugin.json`) - Required fields: `name`, `version`, `description` - Version follows s

Installation

Installs to ~/.claude/agents/st0nefish-agent-toolkit-plugin-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/St0nefish/agent-toolkit/HEAD/.claude/agents/plugin-validator.md -o ~/.claude/agents/st0nefish-agent-toolkit-plugin-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository