aiox-squad-creator

Create and validate AIOX squads into publishable manifests with JSON Schema.

Updated May 25, 2026
One-click install
npx skills add https://github.com/FelipeMaines/ProjetoWeb --skill aiox-squad-creator-felipemaines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-squad-creator
Source: https://github.com/FelipeMaines/ProjetoWeb/tree/main/.claude/skills/AIOX/agents/squad-creator
Command: npx skills add https://github.com/FelipeMaines/ProjetoWeb --skill aiox-squad-creator-felipemaines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams avoid inconsistent squad structures by guiding the creation, validation, and preparation of AIOX squads before publishing or distribution.

Core Features & Use Cases

  • Squad generation with task-first structure: creates new squads following the required architecture so components work together cleanly.
  • JSON Schema-based validation: checks manifests against AIOX standards to catch missing or invalid fields early.
  • Analysis and extensibility: analyzes coverage and extends existing squads by adding agents, tasks, templates, and related components.
  • Distribution readiness: prepares squads for local storage, public publishing, or marketplace syncing.

Quick Start

Use the squad-creator skill to create and validate a new squad by saying: Create a new squad named "marketing-squad" using task-first design and then validate it.

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 standards?

Squad manifest validation checks required YAML frontmatter and AIOX standard fields using built-in validators to catch missing or invalid entries early. This ensures your publishable manifest is structurally sound before distribution.

How do I create a new squad using task-first design?

Creating a new squad using task-first design involves generating the required architecture so components work together cleanly. This approach structures the squad around tasks first, ensuring agents and templates align correctly from the start.

Can I extend an existing squad by adding new agents and templates?

Yes, you can extend existing squads by analyzing coverage and adding new agents, tasks, templates, and related components. This allows you to incrementally expand squad capabilities without rebuilding the entire architecture.

What's the best way to prepare squads for public publishing or local storage?

The best way to prepare squads for distribution is to run schema validation and manifest generation first. This readies the squad configuration for local storage, public publishing, or marketplace syncing without ad-hoc loading.

Why does my squad structure fail validation before publishing?

Squad structures fail validation when required YAML frontmatter is missing or manifests do not match AIOX JSON Schema standards. Running a schema-based validation check identifies these missing or invalid fields prior to distribution.