aiox-squad-creator

Generate and validate AIOX squad manifests with JSON Schema.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill aiox-squad-creator-hyagoviana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-squad-creator
Source: https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech/tree/main/meu-projeto/.claude/skills/AIOX/agents/squad-creator
Command: npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill aiox-squad-creator-hyagoviana

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, context7.

What problem does it solve?

Creating and maintaining AIOX squads across agents, tasks, and manifests is time-consuming and error-prone, especially when you need them to be schema-correct and distribution-ready.

Core Features & Use Cases

  • Squad generation & structuring: Design squads from documentation and produce a task-first layout you can extend and ship.
  • Schema-first validation: Validate squad manifests against JSON Schema and AIOX standards before any distribution.
  • Lifecycle management: Analyze and extend squads, then prepare them for distribution across local storage, aiox-squads publishing, and Synkra marketplace sync.

Quick Start

Run *design-squad --docs ./docs/prd/my-project.md to generate squad recommendations from your documentation.

Frequently Asked Questions about aiox-squad-creator

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

FAQPage Schema
How do I generate AIOX squad manifests from existing documentation?

To generate AIOX squad manifests from documentation, run the design-squad command with your docs path to produce a task-first layout structuring agents, tasks, templates, and workflows for delivery.

What is squad manifest validation against JSON Schema?

Squad manifest validation against JSON Schema is the process of verifying that your squad manifests meet AIOX standards and schema-based correctness requirements before any local or public distribution.

Can I use git for squad lifecycle management and local distribution?

Yes, you can use git for squad lifecycle management to analyze, extend, and prepare squads for local storage distribution, ensuring version control over your manifests.

How do I publish AIOX squads to a marketplace?

To publish AIOX squads to a marketplace, validate your manifests against JSON Schema, then use the synchronization workflow to push the task-first layout to the Synkra marketplace.

What's the best way to structure agents and tasks in a squad manifest?

The best way to structure agents and tasks in a squad manifest is using a task-first layout, which organizes agents, tasks, templates, and workflows to satisfy AIOX standards for delivery.

Why does squad manifest validation fail before publication?

Squad manifest validation fails before publication when the manifest structure does not satisfy JSON Schema correctness requirements or AIOX standards, preventing distribution across local and public workflows.