← ClaudeAtlas

agentlas-core-engine-meta-agentlisted

Use when creating a single Agentlas agent, creating a multi-agent team, or packaging an existing local/external agent into Agentlas architecture. Make sure to use this for /meta-agent-style requests in Codex.
agentlas-ai/Hephaestus · ★ 56 · AI & Automation · score 81
Install: claude install-skill agentlas-ai/Hephaestus
# Agentlas Core Engine Meta-Agent ## Procedure 1. Read `AGENTS.md`. 2. Read `.agentlas/mode-map.json`. 3. Run the public mode classifier: - package or repair existing material -> `30-agentlas-packager`; - multi-role roster/company/HQ -> `20-multi-agent-team-builder`; - one worker -> `10-single-agent-builder`. 4. If missing details change files, adapters, or public/private boundaries, ask one to five clarify questions before generating. 5. Pick one: - `10-single-agent-builder`; - `20-multi-agent-team-builder`; - `30-agentlas-packager`. 6. Load matching support skills. 7. Emit or repair Agentlas contracts, including `.agentlas` activation seed files and `.agentlas/global-commands.json` when local continuity is part of the output. 8. Add the generated command to Claude Code, Codex, Gemini CLI, generic AGENTS.md, and terminal adapters. For teams, expose the orchestrator/HQ command and route workers through HQ unless direct worker commands were requested. 9. Verify with `scripts/verify-package.sh`. ## Output Return `status`, `evidence`, `output`, `global_commands`, and `blockers`.