Skip to content
Skillv1.0.0

ExampleEditor

所有 AI Agent 进本插件前先读本文件。

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

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

See reviews

About

Imported from InputWindy/Hiyajo (Plugins/GameEngine/EditorCore/ExampleEditor/AGENTS.md). Install upstream with npx skills add InputWindy/Hiyajo --skill ExampleEditor. Copyright stays with the author.

ExampleEditor — Agent 入口

所有 AI Agent 进本插件前先读本文件。

设计约束(强约束)

  • TODO: 插件职责边界
  • 依赖只走 .cplugin Dependencies,include <Name.h>,不跨目录相对 include。
  • 遵循根 AGENTS.md

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/inputwindy-hiyajo-exampleeditor/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.

inputwindy-hiyajo-exampleeditor.ocm.jsonjson
{
  "ocm": "1",
  "id": "inputwindy-hiyajo-exampleeditor",
  "kind": "skill",
  "name": "ExampleEditor",
  "description": "所有 AI Agent 进本插件前先读本文件。",
  "publisher": "InputWindy",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "所有 AI Agent 进本插件前先读本文件。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/InputWindy/Hiyajo",
      "path": "Plugins/GameEngine/EditorCore/ExampleEditor/AGENTS.md",
      "ref": "61265f1e99d3278675e36330d48c4f18e0f8d4cf",
      "url": "https://github.com/InputWindy/Hiyajo/blob/61265f1e99d3278675e36330d48c4f18e0f8d4cf/Plugins/GameEngine/EditorCore/ExampleEditor/AGENTS.md",
      "key": "InputWindy/Hiyajo/Plugins/GameEngine/EditorCore/ExampleEditor/AGENTS.md"
    }
  },
  "instructions": "# ExampleEditor — Agent 入口\n\n所有 AI Agent 进本插件前先读本文件。\n\n## 设计约束(强约束)\n\n- TODO: 插件职责边界\n- 依赖只走 `.cplugin` `Dependencies`,include `<Name.h>`,不跨目录相对 include。\n- 遵循根 [AGENTS.md](../../../../AGENTS.md)。",
  "cost": {
    "context_tokens": 47
  }
}

Fetch it by URL: GET /api/v1/registry/inputwindy-hiyajo-exampleeditor/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.