Boualam — Development agent for Claude Code
Handles routine code quality tasks (linting, formatting, type checking) and trivial busywork.
How to install Boualam
Installs to ~/.claude/agents/adriancarriger-lambda-boualam.md
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 RepositoryRelated Agents
Hive Quality
Unified quality enforcement agent combining type-checking (mypy) and linting/formatting (ruff) to maintain cod
Quality Checker
Runs the full quality pipeline (type-checking, linting, tests) and returns a concise summary of issues. Use af
Haiker
Low-cost repository worker for codebase exploration, code search, routine implementation, mechanical refactori
Python Code Quality Engineer
Production-grade Python code quality engineer enforcing Ruff linting, mypy strict type checking, comprehensive
Code Quality Reviewer 2
Second code quality reviewer. Audits code AND the first code reviewer's feedback. Catches what was missed. Run
Plan Reviewer 2
Second plan reviewer. Audits both the plan AND the first reviewer's feedback. Catches anything missed. Runs it
Related Skills
Validate Before Build
Before committing time to build a non-trivial thing, spend 30 minutes checking it doesn't already exist. Reinv
Fix Lint
Run linting and type checking, fix all auto-fixable issues:
Build Tools
Work with build tools, linting, formatting, and development commands