agent-config-validator

Community

Validate AgentConfig schemas to catch mistakes early.

Authorrwxproject
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Validates AgentConfig definitions against the Agent Framework schema to catch structural, tool-reference, and sub-agent composition errors before runtime.

Core Features & Use Cases

  • Schema validation: Ensure required fields exist and types match the schema.
  • Tool reference validation: Verify MCP tool IDs exist in the registry.
  • Sub-agent reference checks: Ensure that subAgents refer to valid agent IDs.

Quick Start

Provide a sample AgentConfig and run the validator to detect issues before deployment.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: agent-config-validator
Download link: https://github.com/rwxproject/agent-framework/archive/main.zip#agent-config-validator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository