builder

Generic engineering agent that executes ONE task at a time. Use when work needs to be done - writing code, creating files, implementing features.

Content Preview
---
name: builder
description: Generic engineering agent that executes ONE task at a time. Use when work needs to be done - writing code, creating files, implementing features.
model: opus
color: cyan
hooks:
  PostToolUse:
    - matcher: "Write|Edit"
      hooks:
        - type: command
          command: >-
            uv run $CLAUDE_PROJECT_DIR/.claude/hooks/validators/ruff_validator.py
        - type: command
          command: >-
            uv run $CLAUDE_PROJECT_DIR/.claude/hooks/validator
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/builder.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/agents/team/builder.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/disler/claude-code-hooks-mastery

Then reference at .claude/agents/team/builder.md

Related Skills