Be Command — Data & AI agent for Claude Code
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
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 RepositoryRelated Agents
Backend Risk Reviewer
Focused reviewer for backend, auth, API, chat, ingestion, and vector-search changes in this repository. Use wh
Automation Engineer
Automation engineering specialist. Use when building CLI tools, automation scripts, data pipelines, batch proc
Ce Data Migrations Reviewer
Conditional code-review persona, selected when the diff touches migration files, schema changes, data transfor
Migration Checker
Reviews a new or changed database migration in packages/storage against project conventions (numbering, idempo
DB Migration Auditor
Use this agent to review a folder of inherited or historical database migration/fix scripts before any of them
Desk Data Auditor
Check the freshness, completeness and internal consistency of the artifacts on disk before anyone reports from
Related Skills
Add Cron Railway
Create scheduled jobs on Railway using node-cron or external cron services. Implement cron scheduler in Expres
Repo Watch
Mine the external repos in the watch registry for adoptable patterns and produce a prioritized adopt/defer rec
Weekly GitHub Trending Report
Weekly GitHub trending report, auto-curated by Claude scheduled tasks — focused on Data Engineering, AI Agents