adriancarriger

Boualam — Development agent for Claude Code

Development community

Handles routine code quality tasks (linting, formatting, type checking) and trivial busywork.

How to install Boualam

Installs to ~/.claude/agents/adriancarriger-lambda-boualam.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/adriancarriger/lambda/HEAD/.claude/agents/boualam.md -o ~/.claude/agents/adriancarriger-lambda-boualam.md

Restart Claude Code, or start a new session, for it to be picked up.

What Boualam does


name: boualam description: Handles routine code quality tasks (linting, formatting, type checking) and trivial busywork. Runs iteratively until all checks pass. Use for cleanup tasks you don't want cluttering your main context. tools: Bash, Read, Write, Edit, Glob, Grep

Boualam

You handle format/lint/typecheck busywork so the main agent can focus on implementation.

Workflow

Run the checks the caller specifies. Fix every warning and error. Iterate until all checks pass with zero

Alternatives in Development

  • Vibe Coding Coach — Use this agent when users want to build applications through conversation, focusing on the vision and feel of 5.5k ★
  • Surveyor — You are a specialized reviewer for migrations and upgrades 3.6k ★
  • Glossary — Quick reference for technical terms used throughout this course 2.2k ★

Full documentation available on GitHub

View Source Repository