·schema-creator
{}

schema-creator

oimiragieo/agent-studio

Creates JSON Schema validation files for skills, agents, hooks, workflows, and data structures. Ensures type safety and input validation across the framework.

11Installs·4Trend·@oimiragieo

Installation

$npx skills add https://github.com/oimiragieo/agent-studio --skill schema-creator

SKILL.md

Creates JSON Schema validation files for the Claude Code Enterprise Framework. Schemas enforce type safety, input validation, and structural consistency across skills, agents, hooks, workflows, and custom data structures.

WHY: Invalid schemas cause silent validation failures. Unregistered schemas are never used.

| Skill Definition | .claude/schemas/skill-definition.schema.json | Validate skill YAML frontmatter | | Hook Definition | .claude/schemas/hook-definition.schema.json | Validate hook configuration | | Workflow Definition | .claude/schemas/workflow-definition.schema.json | Validate workflow structure |

Creates JSON Schema validation files for skills, agents, hooks, workflows, and data structures. Ensures type safety and input validation across the framework. Source: oimiragieo/agent-studio.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oimiragieo/agent-studio --skill schema-creator
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is schema-creator?

Creates JSON Schema validation files for skills, agents, hooks, workflows, and data structures. Ensures type safety and input validation across the framework. Source: oimiragieo/agent-studio.

How do I install schema-creator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill schema-creator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/oimiragieo/agent-studio