File contents
读者:Coding Agent 。产品模型技能在 .xrk/skills/,勿与本索引混用。
导航
主索引:docs/README.md。分层边界:docs/底层架构设计.md。启动链:docs/startup.md。 技能读者分流:.cursor/skills/SKILL_INDEX.md。
主题
文档
开发首读
docs/runtime-surface.md、docs/coding-style.md、docs/base-classes.md
Cursor / 本仓开发入口
根 AGENTS.md、.cursor/skills/SKILL_INDEX.md
办事助手(群聊/控制台)
docs/agents.md、agents/README.md(运营)
Agent 跑通 / 出站 / 安全
docs/agent-context.md ⭐
写法 / 性能
docs/coding-style.md、skill xrk-coding-style
Node 26
docs/node-26-runtime.md、skill xrk-node-runtime
Core www / 挂载
skill xrk-www-compat、docs/www-mount.md
启动 / 引导
docs/startup.md
文档规范
docs/DOCSTYLE.md
数据库
docs/database.md
扩展点 / 基类
docs/框架可扩展性指南.md、docs/base-classes.md
Loader 模式
docs/infrastructure-shared.md
LLM / v3 / finalize
docs/factory.md、skill xrk-llm、core/system-Core/http/ai.js
工作流 / 压缩 / 策略
docs/ai-workflow.md、skill xrk-ai-workflow
system-Core
docs/system-core.md
HTTP
docs/http-api.md、docs/http-business-layer.md、docs/server.md
鉴权
docs/AUTH.md
MCP
docs/mcp-guide.md、docs/mcp-config-guide.md、skill xrk-mcp
配置
docs/config-base.md、skill xrk-config
目录树
PROJECT_OVERVIEW.md
回答规范
配置类:给出 YAML 路径 + 字段 + 最小示例。
行为类:给出代码文件 + 函数/类名。
文档与代码冲突:以代码为准。
分清读者:改代码 → xrk-*;办事助手怎么用工具 → .xrk/skills/core/agent-tools。
1 --- 2 name: xrk-docs 3 description: Xrk Docs 4 --- 5 6 > **读者:Coding Agent**。产品模型技能在 `.xrk/skills/`,勿与本索引混用。 7 8 ## 导航 9 10 主索引:`docs/README.md`。分层边界:`docs/底层架构设计.md`。启动链:`docs/startup.md`。 11 技能读者分流:`.cursor/skills/SKILL_INDEX.md`。 12 13 | 主题 | 文档 | 14 |------|------| 15 | **开发首读** | `docs/runtime-surface.md`、`docs/coding-style.md`、`docs/base-classes.md` | 16 | **Cursor / 本仓开发入口** | 根 `AGENTS.md`、`.cursor/skills/SKILL_INDEX.md` | 17 | **办事助手(群聊/控制台)** | `docs/agents.md`、`agents/README.md`(运营) | 18 | **Agent 跑通 / 出站 / 安全** | `docs/agent-context.md` ⭐ | 19 | **写法 / 性能** | `docs/coding-style.md`、skill `xrk-coding-style` | 20 | **Node 26** | `docs/node-26-runtime.md`、skill `xrk-node-runtime` | 21 | **Core www / 挂载** | skill `xrk-www-compat`、`docs/www-mount.md` | 22 | 启动 / 引导 | `docs/startup.md` | 23 | 文档规范 | `docs/DOCSTYLE.md` | 24 | 数据库 | `docs/database.md` | 25 | 扩展点 / 基类 | `docs/框架可扩展性指南.md`、`docs/base-classes.md` | 26 | Loader 模式 | `docs/infrastructure-shared.md` | 27 | LLM / v3 / finalize | `docs/factory.md`、skill `xrk-llm`、`core/system-Core/http/ai.js` | 28 | 工作流 / 压缩 / 策略 | `docs/ai-workflow.md`、skill `xrk-ai-workflow` | 29 | system-Core | `docs/system-core.md` | 30 | HTTP | `docs/http-api.md`、`docs/http-business-layer.md`、`docs/server.md` | 31 | 鉴权 | `docs/AUTH.md` | 32 | MCP | `docs/mcp-guide.md`、`docs/mcp-config-guide.md`、skill `xrk-mcp` | 33 | 配置 | `docs/config-base.md`、skill `xrk-config` | 34 | 目录树 | `PROJECT_OVERVIEW.md` | 35 36 ## 回答规范 37 38 - 配置类:给出 YAML 路径 + 字段 + 最小示例。 39 - 行为类:给出代码文件 + 函数/类名。 40 - 文档与代码冲突:以代码为准。 41 - 分清读者:改代码 → `xrk-*`;办事助手怎么用工具 → `.xrk/skills/core/agent-tools`。
sunflowermm/xrk-agt/tree/main/.cursor/skills/xrk-docs commit 63a0e7d3b3
Frequently asked questions How do I install the Xrk Docs skill? Run npx skillmds@latest add sunflowermm/xrk-docs in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Xrk Docs skill do? Xrk Docs It is listed under Coding & Dev Tools on SkillMD.
Is Xrk Docs safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Xrk Docs? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Xrk Docs free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Xrk Docs? sunflowermm (@sunflowermm) published this skill. Their other Agent Skills are listed on their SkillMD profile.