aiox-squad-creator

Create, validate, analyze, extend, and publish AIOX squads from documentation and manifests.

Updated May 6, 2025
One-click install
npx skills add https://github.com/rodrigo-altissimo/qiartificial --skill aiox-squad-creator-rodrigo-altissimo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-squad-creator
Source: https://github.com/rodrigo-altissimo/qiartificial/tree/main/.claude/skills/AIOX/agents/squad-creator
Command: npx skills add https://github.com/rodrigo-altissimo/qiartificial --skill aiox-squad-creator-rodrigo-altissimo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Squads become inconsistent or invalid when their manifests, structure, and distribution steps aren’t handled with a repeatable, validated process.

Core Features & Use Cases

  • Create & structure squads (task-first) from inputs and documentation so teams build in a consistent AIOX format.
  • Validate squads against JSON Schema and AIOX standards to catch missing fields and architectural issues before publishing.
  • Manage distribution paths across Local, public aiox-squads, and Synkra API marketplace workflows, reducing release friction.
  • Analyze and extend existing squads to improve coverage and add components like agents and tasks without breaking conventions.

Quick Start

Run *create-squad my-squad and then *validate-squad my-squad to generate a task-first squad and confirm it matches the required schema.

Frequently Asked Questions about aiox-squad-creator

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

FAQPage Schema
How do I validate a squad manifest against JSON Schema before publishing?

To validate a squad manifest, run the validation command to check it against JSON Schema and AIOX standards. This process catches missing fields and architectural issues, ensuring the squad is consistent before distribution to local storage or marketplace repositories.

What is the best way to create a task-first squad from existing documentation?

Creating a task-first squad from documentation involves running the create-squad command to generate the initial structure. This enforces task-first architecture and ensures teams build in a consistent AIOX format directly from the provided inputs.

How do I migrate legacy squad formats to the current AIOX standards?

Migrating legacy squad formats requires using the migrator component to update the manifest. This process transitions outdated structures into the current AIOX standards while enforcing JSON Schema validation to maintain architectural consistency.

Can I analyze and extend existing squads without breaking naming conventions?

Yes, you can analyze and extend existing squads by using the analyzer and extender components. This allows you to add components like agents and tasks to improve coverage while maintaining existing conventions and schema compliance.

How do I manage distribution paths for publishing squads to local and public repositories?

Managing distribution paths involves configuring the publishing workflow across local storage, public aiox-squads, and the Synkra API marketplace. This reduces release friction by preparing the validated manifest for each specific distribution target.