Boualam banner
adriancarriger adriancarriger

Boualam

Development community

Description

--- 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

Installation

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.

Full documentation available on GitHub

View Source Repository