Skip to main content

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.

跳到安装

来源信息

仓库
agentlas-ai/Agentlas-OS
最近来源活动
2026年6月7日 07:48
检测到的 SKILL.md 语言
英语
星标
1,116
分支
103

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
runtime-adapters
description
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.
# Runtime Adapters ## Rules - `AGENTS.md` is canonical. - `.claude/`, `.codex/`, `.gemini/`, `.cursor/`, and root `skills/` are thin adapters or mirrors. - `.agentlas/global-commands.json` records the command each adapter exposes. - Adapter text should point back to `AGENTS.md`. - Do not claim identical behavior across runtimes. Say the canonical core is portable and each adapter maps it into local conventions. ## Required Adapters - Codex: plugin manifest plus skill and `commands/<slug>.md`. - Claude Code: command, agent, and skill adapter under `.claude/commands/`. - Gemini CLI: `GEMINI.md` plus `.gemini/commands/<slug>.toml`. - Generic: root `AGENTS.md` with the command alias documented.
在 GitHub 查看