add-specialist

Register specialist AI agents in the Tech Lead's MEMORY.md routing table.

4|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/cpliakas/claude-code-engineering-leaders --skill add-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-specialist
Source: https://github.com/cpliakas/claude-code-engineering-leaders/tree/main/skills/add-specialist
Command: npx skills add https://github.com/cpliakas/claude-code-engineering-leaders --skill add-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of integrating new specialized AI agents into your project's workflow by ensuring they are correctly registered and consulted by the Tech Lead.

Core Features & Use Cases

  • Automated Agent Registration: Adds new specialist agents to the Tech Lead's routing table.
  • Signal-Based Routing: Configures the Tech Lead to consult specific agents based on code areas or keywords.
  • Use Case: When you introduce a new security-auditor agent that specializes in src/auth/** and token validation, you use this Skill to add it to the Tech Lead's memory so it's automatically considered during planning and incident analysis.

Quick Start

Register the 'payments-specialist' agent for the 'src/payments/**' code area.

Frequently Asked Questions about add-specialist

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

FAQPage Schema
How do I register a specialist agent with the Tech Lead for automated routing?

Specialist agent registration updates the Tech Lead's memory file to include signal-based routing rules, ensuring automated consultation occurs when specific code areas or phrases are encountered during planning.

How does signal-based routing work for specialist AI agents?

Signal-based routing works by parsing code areas and signal phrases from user arguments to update a routing table, ensuring the correct specialist is consulted automatically based on the context of the task.

Can I register multiple agents for the same code area?

Yes, but the Skill explicitly handles duplicate entries by validating agent existence first, preventing redundant routing rules from being appended to the Tech Lead memory file.

What's the best way to add a security auditor to my workflow automation?

Use this Skill to add the security auditor to the Tech Lead's routing table by providing the agent name and associated code areas as arguments, enabling automated consultation during incident analysis.

Does registering a specialist agent require external dependencies?

No external dependencies are required to register specialist agents; the Skill operates independently to parse arguments and update the local agent memory file.