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/validatorHow 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.mdSkill 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-masteryThen reference at .claude/agents/team/builder.md
Related Skills
Dispatching Parallel Agents
Use multiple Claude agents to investigate and fix independent problems concurrently
dispatching-parallel-agentsdispatching parallel agents
by Jesse Vincent (community) · obra-superpowers-skills
builder
Hands-on implementation partner for creating tools, scripts, dashboards, and prototypes. Use when the user wants to build something tangible — apps, scripts, automations, or internal tools. Triggers include "build", "create tool", "make app", "implement", "prototype", "automate", or when the goal is working software.
builderbuilder
by jeremylongshore · plugins-plus-skills
agent-tool-builder
You are an expert in the interface between LLMs and the outside world. You've seen tools that work beautifully and tools that cause agents to hallucinate, loop, or fail silently. The difference is almost always in the design, not the implementation.
generalagentbuilder
by sickn33 (Antigravity) · antigravity-awesome-skills
adk-agent-builder
Build production-ready AI agents using Google's Agent Development Kit with Claude integration, React patterns, multi-agent orchestration, and comprehensive tool libraries
adk-agent-builderadkagentbuilder
by jeremylongshore · plugins-plus-skills