spectre_agent_tools

Detect @agent and /command patterns and dispatch to Spectre subagents.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Codename-Inc/spectre-labs --skill spectre-agent-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectre_agent_tools
Source: https://github.com/Codename-Inc/spectre-labs/tree/main/spectre_agent_tools
Command: npx skills add https://github.com/Codename-Inc/spectre-labs --skill spectre-agent-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to efficiently route tasks to specialized Subagents and Slash Commands by recognizing @name and /name patterns in natural language inputs. It centralizes how to dispatch actions to the appropriate Spectre agents via the CLI, reducing manual command composition and improving response times.

Core Features & Use Cases

  • Pattern recognition: detects @agent-name "task" and /command-name patterns in user input.
  • Dispatch automation: translates patterns into spectre subagent run and spectre command workflows.
  • Parallel execution guidance: suggests parallel dispatch when multiple independent tasks are present.
  • Use Case: A team member drafts "@tdd-agent 'write tests' and @analyst 'trace data flow'"; the Skill orchestrates a parallel dispatch.

Quick Start

To use this skill, provide an input containing @ or / patterns and let Spectre route tasks to the appropriate subagents or commands.

Frequently Asked Questions about spectre_agent_tools

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

FAQPage Schema
How do I route tasks to subagents using natural language input?

The skill detects @agent-name and /command-name patterns in natural language input, automatically translating them into spectre subagent run and spectre command workflows for seamless task delegation.

What is the best way to dispatch multiple independent tasks in parallel?

To dispatch multiple independent tasks in parallel, include multiple @agent patterns in a single input, such as "@tdd-agent 'write tests' and @analyst 'trace data flow'". The skill recognizes the independent patterns and orchestrates parallel dispatch across the specified agents.

How do I execute slash commands through Spectre CLI?

You can execute slash commands by typing /command-name patterns in your input. The skill identifies the slash-command pattern and routes the input through predefined spectre command workflows to execute the prompt.

Do I need to manually compose CLI commands to trigger subagents?

No, you do not need to manually compose CLI commands. The skill centralizes dispatch automation by recognizing @name and /name patterns in natural language, reducing manual command composition and improving response times across projects.

Can I dispatch both subagents and slash commands in the same prompt?

Yes, you can dispatch both subagents and slash commands in the same prompt. The skill applies whenever inputs contain @agent or /command patterns, detecting and routing each pattern to its respective predefined workflow.