init-deep

仓库创建 2025年12月3日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

便于自动构建与维护代理知识结构,对团队入门有帮助。

这个 Skill 做什么

初始化层级化的 AGENTS.md 知识库(内建技能)。

帮你一键搭建有层级的 AGENTS.md 知识库,把分散的 agent 能力、职责、示例和用法按目录和层级组织好。适合项目启动、多人协作或者把实验性 agent 变成可维护的文档时使用。内建技能,自动生成规范化结构,方便后续查阅和版本管理。

▸ 展开 SKILL.md 英文原文

(builtin) Initialize hierarchical AGENTS.md knowledge base

Skill 开发管理初始化知识库Codex
6.7w
Stars
5.4k
Forks
40
仓库内 Skill
+1.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/packages/omo-codex/plugin/skills/init-deep/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/packages/omo-codex/plugin/skills/init-deep/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Codex Harness Tool Compatibility

This skill may include examples copied from the OpenCode harness. In Codex, do not call OpenCode-only tools such as `call_omo_agent(...)`, `task(...)`, `background_output(...)`, or `team_*(...)` literally. Translate those examples to Codex native tools:

| OpenCode example | Codex tool to use |
| --- | --- |
| `call_omo_agent(subagent_type="explore", ...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as an explorer. ...","agent_type":"explorer","fork_context":false})` |
| `call_omo_agent(subagent_type="librarian", ...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as a librarian. ...","agent_type":"librarian","fork_context":false})` |
| `tas
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有