add-pick-crew-rule

Manage crew routing rules in config.json with regex validation.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/tu11aa/squadrant --skill add-pick-crew-rule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-pick-crew-rule
Source: https://github.com/tu11aa/squadrant/tree/main/plugin/skills/add-pick-crew-rule
Command: npx skills add https://github.com/tu11aa/squadrant --skill add-pick-crew-rule

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of adding, editing, and removing crew routing rules in config.json for your projects, eliminating the need for manual JSON editing.

Core Features & Use Cases

  • Add New Rules: Create new crew routing rules to map task-text keywords to specific agents and models.
  • Edit Existing Rules: Modify existing rules to adjust the routing logic.
  • Remove Rules: Delete rules that are no longer needed.
  • Use Case: If you want to ensure that certain tasks, like "deep reasoning," are handled by the "opus" model, you can create a rule to route those tasks to the appropriate agent.

Quick Start

Run the following command to add a new rule for "extreme" tasks that match the regex "redesign|architect":

squadrant add-pick-crew-rule --tier extreme --match redesign|architect --agent claude --model opus

Frequently Asked Questions about add-pick-crew-rule

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

FAQPage Schema
How do I automate crew routing rules in config.json for project orchestration?

You can automate crew routing rules by using a skill to add, edit, and remove entries in config.json, mapping task-text keywords to specific agents and models without manual JSON editing.

How do I route specific task keywords to a different model using regex?

You route task keywords by defining a regex match pattern and assigning a target agent and model, ensuring tasks matching the pattern are directed to the correct crew automatically.

What is the best way to manage project orchestration rules without manual JSON editing?

Managing project orchestration rules is best handled by automating config.json updates, which allows you to add, modify, or delete crew routing rules via command-line execution.

Can I edit existing crew routing rules to adjust task-text keyword targets?

Yes, you can edit existing crew routing rules to adjust the routing logic, modify regex patterns, and reassign task-text keywords to different agents and models as needed.

Do I need regex validation to add crew routing rules for project orchestration?

Yes, regex validation is required when adding crew routing rules to ensure your task-text keyword patterns correctly match tasks and route them to the appropriate agents and models.

How to remove crew routing rules from config.json when they are no longer needed?

You remove crew routing rules from config.json by executing a deletion command, eliminating outdated task-text keyword mappings and cleaning up your project orchestration logic.