agentlas-ai/runtime-adapters
Use when creating Codex, Claude Code, Gemini CLI, Cursor, or AGENTS.md runtime adapters from one canonical agent core. Use whenever a generated repo needs multiple AI runtimes without duplicating instructions.
npx skills add https://github.com/agentlas-ai/Agentlas-OS --skill runtime-adapters
AGENTS.md is canonical..claude/, .codex/, .gemini/, .cursor/, and root skills/ are thinadapters or mirrors.
.agentlas/global-commands.json records the command each adapter exposes.AGENTS.md.portable and each adapter maps it into local conventions.
commands/<slug>.md..claude/commands/.GEMINI.md plus .gemini/commands/<slug>.toml.AGENTS.md with the command alias documented.Take agentlas-ai/runtime-adapters from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.