specialists-creator

Create and repair specialist definitions with schema validation and model pair checks.

4|1|Updated Nov 1, 2025
One-click install
npx skills add https://github.com/xtrm-dev/specialists --skill specialists-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specialists-creator
Source: https://github.com/xtrm-dev/specialists/tree/main/config/skills/specialists-creator
Command: npx skills add https://github.com/xtrm-dev/specialists --skill specialists-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zod, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you create or repair specialist definitions without guessing at the schema, model setup, or runtime rules.

Core Features & Use Cases

  • Validates and scaffolds specialist definition files so they match the expected structure.
  • Guides model selection, fallback choice, permissions, prompt fields, skills, and output contracts.
  • Supports common authoring workflows such as fixing broken specialist specs, normalizing new definitions, and auditing existing configurations for schema drift.

Quick Start

Use this skill to review my specialist definition, fix schema issues, and suggest the correct model and fallback pair.

Frequently Asked Questions about specialists-creator

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

FAQPage Schema
How do I validate a specialist definition file against the expected schema?

To validate a specialist definition, the Skill checks your JSON or YAML configuration against the expected schema, ensuring prompt fields, permissions, and output contracts are structurally correct and compliant.

How can I fix malformed JSON or YAML when scaffolding a new specialist?

To fix malformed JSON or YAML, the Skill repairs broken specialist specs by identifying schema issues and normalizing definitions, allowing you to confidently build compliant configurations without guessing.

How do I select compatible models and fallback pairs for a specialist config?

To select compatible models, the Skill guides you through model selection and fallback choice checks, ensuring your specialist config uses valid pairings and maintains runtime validation.

What is the best way to audit specialist configurations for schema drift?

Auditing specialist configurations for schema drift involves checking existing definitions against current schema rules, identifying configuration drift, and verifying permission and prompt field consistency.

Does this specialist authoring tool work with Zod for runtime validation?

Yes, specialist authoring uses Zod as a dependency for schema-aware validation, ensuring your JSON config definitions pass runtime validation and maintain strict structural compliance.