Skip to content

v0.2.3

Choose a tag to compare

@wrsmith108 wrsmith108 released this 13 Jan 05:16

Skillsmith v0.2.3

New: Subagent Generation Commands (SMI-1389, SMI-1390)

Generate companion specialist agents for parallel skill execution, achieving 37-97% token savings through context isolation.

skillsmith author subagent [path]

Generate a subagent for any skill:

# Generate subagent for a skill
skillsmith author subagent ./my-skill

# Override detected tools
skillsmith author subagent --tools "Read,Write,Bash"

# Use different model
skillsmith author subagent --model haiku

Options:

  • -o, --output <path> - Output directory (default: ~/.claude/agents)
  • --tools <tools> - Override detected tools (comma-separated)
  • --model <model> - Model: sonnet, opus, haiku (default: sonnet)
  • --skip-claude-md - Skip CLAUDE.md snippet generation
  • --force - Overwrite existing subagent

skillsmith author transform [path]

Upgrade existing skills with subagent configuration:

# Preview what would be generated
skillsmith author transform ~/.claude/skills/docker --dry-run

# Batch upgrade all skills
skillsmith author transform ~/.claude/skills --batch

Options:

  • --dry-run - Preview without creating files
  • --batch - Process directory of skills
  • --force - Overwrite existing subagent

How It Works

  1. Tool Detection: Analyzes SKILL.md content to determine minimal required tools
  2. Subagent Generation: Creates ~/.claude/agents/[skill]-specialist.md
  3. CLAUDE.md Snippet: Provides copy-paste delegation instructions

Packages Published

Package Version npm
@skillsmith/core 2.0.0 npm
@skillsmith/mcp-server 0.2.3 npm
@skillsmith/cli 0.2.3 npm

Quick Start

# Install CLI globally
npm install -g @skillsmith/cli

# Generate subagent for a skill
skillsmith author subagent ~/.claude/skills/docker

# View generated subagent
cat ~/.claude/agents/docker-specialist.md

License

Elastic License 2.0