squad-creator-list

List installed squads from search paths with validity and location.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill squad-creator-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: squad-creator-list
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/squad/squad-creator-list
Command: npx skills add https://github.com/GDSDN/kord-aios --skill squad-creator-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly discover and manage the available squads within their project or Kord AIOS installation, providing a clear overview of available automation tools.

Core Features & Use Cases

  • Squad Discovery: Lists all squads found across defined search paths.
  • Status Indication: Shows whether a squad is valid (has a SQUAD.yaml) or invalid.
  • Flexible Output: Supports both human-readable table format and machine-readable JSON.
  • Use Case: Before creating a new squad, a user can run list-squads to see if a similar squad already exists, preventing duplication and promoting reuse.

Quick Start

List all installed squads in a table format.

Frequently Asked Questions about squad-creator-list

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

FAQPage Schema
How do I list installed squads in my project directories?

To list installed squads, the tool scans specified search paths for squad manifests and outputs their validity and location. It supports human-readable table or machine-readable JSON format to aid in squad discovery and management.

What is the best way to discover existing automation squads before creating a new one?

Discovering existing automation squads involves scanning project directories for manifests to prevent duplication and promote reuse. This process indicates whether a squad is valid, checking for a SQUAD.yaml file, and shows its exact location.

How does squad discovery check if an installed squad is valid?

Squad discovery checks validity by scanning project directories for a SQUAD.yaml manifest file. If the manifest is found, the squad is marked as valid; otherwise, it is indicated as invalid, with results displayed in table or JSON format.

Can I get squad management output in JSON format instead of a table?

Yes, you can get squad management output in JSON format instead of a table. The tool supports both human-readable table format and machine-readable JSON format to list installed squads and indicate their validity and location.

Why does my installed squad show as invalid when scanning search paths?

An installed squad shows as invalid when the tool scans search paths and fails to find a SQUAD.yaml manifest file in the expected project directory location. The status indication directly relies on the presence of this manifest.

Do I need a SQUAD.yaml file for my automation squad to be discovered?

Yes, you need a SQUAD.yaml file for your automation squad to be discovered and marked as valid. The tool scans project directories for this specific manifest to list installed squads, indicate their status, and show their location.