agentsclimarketplace

Llm runtime architecture

Skill agentlas-ai/Agentlas-OS/skills/llm-runtime-architecture

Agent OS: keep specialist agents in a hub, spin up a temporary orchestrator per task. Local-first, works with any model.

Install
npx -y skills add agentlas-ai/Agentlas-OS --skill llm-runtime-architecture

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Use when designing how one canonical agent core runs across Codex, Claude Code, Gemini CLI, Cursor, and AGENTS.md-compatible tools.

SKILL.md

0.8 KB, as published. Nobody here has run it

LLM Runtime Architecture

Procedure

  1. Keep AGENTS.md as the canonical behavior contract.
  2. For each runtime, name entry point, global command, adapter files, available tools, memory access, limitations, and verification command.
  3. Keep adapters thin and point them back to the canonical core.
  4. Write or repair .agentlas/global-commands.json when creating or packaging an agent.
  5. State unsupported capabilities explicitly.

Output

Return a runtime matrix with runtime, entry_point, global_command, adapter_files, memory_access, limitations, and verification.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.