·agent-builder
>_

agent-builder

Create complete Claude Code agents for the Traycer enforcement framework. This skill should be used when creating new agents or updating existing agents. Creates all agent components including system prompt, hooks, skills, commands, scripts, and reference docs. Also updates coordination documents that list available agents. Based on Anthropic's official agent development best practices.

3Installs·0Trend·@auldsyababua

Installation

$npx skills add https://github.com/auldsyababua/instructor-workflow --skill agent-builder

How to Install agent-builder

Quickly install agent-builder AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/auldsyababua/instructor-workflow --skill agent-builder
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: auldsyababua/instructor-workflow.

SKILL.md

View raw

This skill guides the creation of complete, production-ready Claude Code agents following Anthropic's official best practices for context engineering, tool design, skills architecture, and enforcement through hooks.

Skills vs Commands Decision: | Use Skills For | Use Commands For |

| Complex multi-step workflows | Quick, frequently-used prompts | | Multiple files/scripts needed | Single file sufficient | | Automatic discovery desired | Explicit invocation preferred | | Team standardization | Personal productivity |

Create complete Claude Code agents for the Traycer enforcement framework. This skill should be used when creating new agents or updating existing agents. Creates all agent components including system prompt, hooks, skills, commands, scripts, and reference docs. Also updates coordination documents that list available agents. Based on Anthropic's official agent development best practices. Source: auldsyababua/instructor-workflow.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/auldsyababua/instructor-workflow --skill agent-builder
Category
>_Productivity
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from auldsyababua/instructor-workflow

Quick answers

What is agent-builder?

Create complete Claude Code agents for the Traycer enforcement framework. This skill should be used when creating new agents or updating existing agents. Creates all agent components including system prompt, hooks, skills, commands, scripts, and reference docs. Also updates coordination documents that list available agents. Based on Anthropic's official agent development best practices. Source: auldsyababua/instructor-workflow.

How do I install agent-builder?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/auldsyababua/instructor-workflow --skill agent-builder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/auldsyababua/instructor-workflow