create-expert

Installation
SKILL.md

Create Expert

Scaffold a new agent expert following the Act-Learn-Reuse pattern.

Arguments

  • $1: Domain name (required, kebab-case, e.g., "database", "websocket", "billing")
  • $ARGUMENTS: Focus areas (optional, space-separated, e.g., "connection-pool queries migrations")

Instructions

You are creating a new agent expert scaffold using the Act-Learn-Reuse pattern from TAC Lesson 13.

Step 1: Parse Arguments

Extract:

  • Domain name from $1 (required)
  • Focus areas from remaining arguments (optional)
Related skills
Installs
2
GitHub Stars
63
First Seen
Mar 5, 2026