squad-creator-extend

Add agents or skills to AI squads and update SQUAD.yaml manifests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new agents or skills to existing squads, ensuring that squad manifests (SQUAD.yaml) are automatically updated and validated, preventing manual errors and inconsistencies.

Core Features & Use Cases

  • Incremental Squad Development: Add new capabilities to your AI squads without complex manual configuration.
  • Automated Manifest Updates: Ensures SQUAD.yaml accurately reflects new agents and skills.
  • Validation: Verifies that new components adhere to naming conventions and that the squad structure remains valid.
  • Use Case: You have a 'data-analysis' squad and want to add a new 'reporting-agent'. This skill allows you to add the agent and its associated skills with a single command, updating all necessary files.

Quick Start

Use the squad-creator-extend skill to add a new agent named 'analytics-expert' to the 'my-squad'.

Frequently Asked Questions about squad-creator-extend

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

FAQPage Schema
How do I add a new agent to an existing AI squad without breaking the manifest?

To extend an AI squad without breaking the manifest, use an automation extension skill that automatically updates and validates the SQUAD.yaml file, enforcing naming conventions and ensuring structural integrity during squad extension.

How does automated manifest validation work when extending AI squads?

Automated manifest validation works by verifying that newly added agents or skills adhere to strict naming conventions and that the SQUAD.yaml file accurately reflects these additions, preventing manual errors and maintaining squad structure validity.

Can I add multiple new skills to my SQUAD.yaml file in a single step?

Yes, you can incrementally develop your AI squad by adding new agents or skills, which automatically updates the SQUAD.yaml manifest to accurately reflect the new components and ensures the overall squad structure remains valid.

Do I need to manually edit SQUAD.yaml when adding a reporting agent to a data analysis squad?

No, you do not need to manually edit SQUAD.yaml when adding a reporting agent to a data analysis squad, because the squad extension process automatically updates all necessary files and validates the manifest for you.

What is the best way to ensure naming conventions are followed when creating new squad components?

The best way to ensure naming conventions are followed when creating new squad components is to use an automated extension process that validates new agents and skills against established rules before updating the squad manifest.

Why does my SQUAD.yaml manifest become invalid after manually adding a new agent?

Your SQUAD.yaml manifest becomes invalid after manual updates due to human errors or inconsistencies, which is why automated manifest validation is necessary to enforce naming conventions and verify squad structure integrity.