team-shinchan:verify-agents

Validate agent schema compliance and shared reference integrity for Claude plugin agents.

8|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-verify-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-shinchan:verify-agents
Source: https://github.com/seokan-jeong/team-shinchan/tree/main/skills/verify-agents
Command: npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-verify-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures agent configurations and references stay valid by enforcing required frontmatter and ensuring shared references resolve correctly.

Core Features & Use Cases

  • Validate agent files against required structure and frontmatter.
  • Ensure shared references resolve to existing files.
  • Part of an automated verify-implementation workflow to enforce quality gates.

Quick Start

Run the verification to check agent schema compliance and shared reference integrity.

Frequently Asked Questions about team-shinchan:verify-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate agent schema compliance for Claude plugin agents?

To validate agent schema compliance, run the verification process to check agent files against required frontmatter fields, section structure, and resolver checks for the Claude plugin agents.

How do I ensure shared references resolve correctly in agent files?

Shared reference integrity is enforced by running the included validators, which verify that all shared references in your agents/ directory resolve to existing files during development and deployment.

What frontmatter fields are required when validating agent schemas?

Required frontmatter fields are enforced by the validators to ensure agent configurations stay valid, checking that mandatory metadata is present and correctly structured across the plugin.

Can I automate agent schema validation as part of a deployment workflow?

Yes, this verification process is part of an automated verify-implementation workflow that enforces quality gates during development and deployment to ensure consistency across the plugin.

Why does my agent schema validation fail during plugin deployment?

Agent schema validation fails when required frontmatter fields are missing, section structure is incorrect, or shared references do not resolve to existing files within the agents/ directory.

Does the agent schema validator check reference integrity across the entire plugin?

Yes, the validator checks shared reference integrity across the plugin by verifying that references in agents/ resolve to existing files, ensuring consistency throughout development and deployment.