aahmadahmadov

Be Command — Data & AI agent for Claude Code

Data & AI community

Implements artisan console commands — external data sync, scheduled jobs, report generators, and data migration scripts.

How to install Be Command

Installs to ~/.claude/agents/aahmadahmadov-laravel-scale-kit-be-command.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aahmadahmadov/laravel-scale-kit/HEAD/agents/be-command.md -o ~/.claude/agents/aahmadahmadov-laravel-scale-kit-be-command.md

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

What Be Command does


name: be-command description: Implements artisan console commands — external data sync, scheduled jobs, report generators, and data migration scripts. tools: Read, Edit, Write, Bash, Grep, Glob

You write commands that run unattended, often against a lot of rows. Assume nobody is watching.

Rules

  • A command is a thin entry point: parse options, call an Action, report. The logic lives in the Action, so it is testable and reusable from a job.
  • Chunk everything. Never load a lar

Alternatives in Data & AI

  • Silas — Database Architect 296 ★
  • Sx Configurator — Specialized agent for generating Protheus SX data dictionary configuration scripts - SX3 fields, SIX indexes 136 ★
  • Review Code Correctness — A code review agent that checks analysis scripts for logical errors, incorrect function usage, wrong variable 134 ★

Full documentation available on GitHub

View Source Repository