Skip to content
Skillv1.0.0

EntryMap

1. 开发前必读 [script/AGENTS.md](script/AGENTS.md) 了解项目规则 2. 代码风格参考代码风格对比文档 3. 修改前确认需求所属层次(配置/战场/成长/技能/HUD/调试)

by WindXRan(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from WindXRan/y3td (maps/EntryMap/AGENTS.md). Install upstream with npx skills add WindXRan/y3td --skill EntryMap. Copyright stays with the author.

AGENTS.md

代码风格分析文档已迁移到 script 目录下。

核心文档索引

文档 路径 说明
项目核心指南 script/AGENTS.md 项目规则、入口说明、函数清单
代码风格对比 script/CODE_STYLE.md y3 仓库风格 vs 业务代码风格对比

快速导航

  • 项目入口: main.lua
  • 运行时协调: runtime/boot.lua
  • 配置汇总: config/entry_config.lua

开发建议

  1. 开发前必读 script/AGENTS.md 了解项目规则
  2. 代码风格参考代码风格对比文档
  3. 修改前确认需求所属层次(配置/战场/成长/技能/HUD/调试)

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/windxran-y3td-entrymap/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

windxran-y3td-entrymap.ocm.jsonjson
{
  "ocm": "1",
  "id": "windxran-y3td-entrymap",
  "kind": "skill",
  "name": "EntryMap",
  "description": "1. 开发前必读 [script/AGENTS.md](script/AGENTS.md) 了解项目规则 2. 代码风格参考代码风格对比文档 3. 修改前确认需求所属层次(配置/战场/成长/技能/HUD/调试)",
  "publisher": "WindXRan",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "1. 开发前必读 [script/AGENTS.md](script/AGENTS.md) 了解项目规则 2. 代码风格参考代码风格对比文档 3. 修改前确认需求所属层次(配置/战场/成长/技能/HUD/调试)"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/WindXRan/y3td",
      "path": "maps/EntryMap/AGENTS.md",
      "ref": "02594a396da324a0a91b543c5a757c5659b03940",
      "url": "https://github.com/WindXRan/y3td/blob/02594a396da324a0a91b543c5a757c5659b03940/maps/EntryMap/AGENTS.md",
      "key": "WindXRan/y3td/maps/EntryMap/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n**代码风格分析文档已迁移到 script 目录下。**\n\n## 核心文档索引\n\n| 文档 | 路径 | 说明 |\n|-----|------|------|\n| **项目核心指南** | [script/AGENTS.md](script/AGENTS.md) | 项目规则、入口说明、函数清单 |\n| **代码风格对比** | [script/CODE_STYLE.md](script/CODE_STYLE.md) | y3 仓库风格 vs 业务代码风格对比 |\n\n## 快速导航\n\n- **项目入口**: `main.lua`\n- **运行时协调**: `runtime/boot.lua`\n- **配置汇总**: `config/entry_config.lua`\n\n## 开发建议\n\n1. 开发前必读 [script/AGENTS.md](script/AGENTS.md) 了解项目规则\n2. 代码风格参考代码风格对比文档\n3. 修改前确认需求所属层次(配置/战场/成长/技能/HUD/调试)",
  "cost": {
    "context_tokens": 116
  }
}

Fetch it by URL: GET /api/v1/registry/windxran-y3td-entrymap/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

EntryMap - Skill - OpenSmartRoute