cli-wiring

Integrate new commands into the Squad CLI with wiring patterns.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/nicolehaugen/CustomMetricsDashboard --skill cli-wiring-nicolehaugen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-wiring
Source: https://github.com/nicolehaugen/CustomMetricsDashboard/tree/main/.squad/templates/skills/cli-wiring
Command: npx skills add https://github.com/nicolehaugen/CustomMetricsDashboard --skill cli-wiring-nicolehaugen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the issue of unconnected commands in the Squad CLI, providing a guide to properly wire new CLI commands.

Core Features & Use Cases

  • CLI Command Management: Ensures new commands are properly integrated into the Squad CLI.
  • Wiring Patterns: Offers various wiring patterns for different command types.
  • Common Import Pattern: Suggests an efficient way to import common modules in the CLI.
  • Quick Start: Provides clear steps to add a new CLI command.

Quick Start

Follow the checklist to add a new command to the Squad CLI.

Frequently Asked Questions about cli-wiring

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

FAQPage Schema
How do I add a new command to the Squad CLI?

To add a new command to the Squad CLI, follow the provided quick start checklist to ensure proper command creation, routing, and documentation. This process maintains a clean and functional command-line interface for software engineering teams.

What is CLI command wiring and when do I need it?

CLI command wiring is the process of integrating and routing new commands within the Squad CLI. You need it when adding unconnected commands to ensure they are properly managed and functionally integrated into the existing command-line interface.

What's the best way to manage common imports in Squad CLI command development?

The best way to manage common imports in Squad CLI command development is to use the suggested common import pattern. This efficient approach streamlines module integration and supports consistent command wiring across the CLI.

Are there specific wiring patterns for different types of CLI commands?

Yes, there are specific wiring patterns available for different command types within the Squad CLI. These patterns guide the command management process to ensure each command is properly integrated and routed according to its requirements.

Why are my new commands not showing up in the Squad CLI?

New commands may not show up in the Squad CLI if they are unconnected or improperly routed. Following the command wiring guidelines and quick start checklist ensures proper integration, routing, and documentation for visibility.