Skip to content
Skillv1.0.0

PinyinSearchSupport

# AGENTS.md - PinyinSearchSupport-repo 模组说明

by DeterMination-Wind(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from DeterMination-Wind/PinyinSearchSupport (AGENTS.md). Install upstream with npx skills add DeterMination-Wind/PinyinSearchSupport. Copyright stays with the author.

# AGENTS.md - PinyinSearchSupport-repo 模组说明

文件结构(当前仓库)

PinyinSearchSupport-repo/
|-- .github/
|   \-- workflows/
|       \-- release.yml
|-- Detail.md
|-- dist/
|-- gradlew
|-- src/
|   \-- main/
|       |-- java/
|       \-- resources/
|           \-- bundles/
|-- .gitignore
|-- AGENTS.md
|-- build.gradle
|-- LICENSE
|-- mod.json
|-- README.md
|-- RELEASE_NOTES.md
\-- settings.gradle

维护约束

  • 保持 Java 8 兼容(如本项目包含 Java 源码)。
  • 变更优先聚焦性能与可读性,不做无关重构。
  • 用户可见文案优先走 bundle/资源文件,不硬编码。

命令操作请使用 PowerShell 7(pwsh)。

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/determination-wind-pinyinsearchsupport-pinyinsearchsupport/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.

determination-wind-pinyinsearchsupport-pinyinsearchsupport.ocm.jsonjson
{
  "ocm": "1",
  "id": "determination-wind-pinyinsearchsupport-pinyinsearchsupport",
  "kind": "skill",
  "name": "PinyinSearchSupport",
  "description": "# AGENTS.md - PinyinSearchSupport-repo 模组说明",
  "publisher": "DeterMination-Wind",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "# AGENTS.md - PinyinSearchSupport-repo 模组说明"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/DeterMination-Wind/PinyinSearchSupport",
      "path": "AGENTS.md",
      "ref": "11c040ca1b3f943f3bee49ee6ab4fb1824e28f89",
      "url": "https://github.com/DeterMination-Wind/PinyinSearchSupport/blob/11c040ca1b3f943f3bee49ee6ab4fb1824e28f89/AGENTS.md",
      "key": "DeterMination-Wind/PinyinSearchSupport/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md - PinyinSearchSupport-repo 模组说明\n\n## 文件结构(当前仓库)\n```text\nPinyinSearchSupport-repo/\n|-- .github/\n|   \\-- workflows/\n|       \\-- release.yml\n|-- Detail.md\n|-- dist/\n|-- gradlew\n|-- src/\n|   \\-- main/\n|       |-- java/\n|       \\-- resources/\n|           \\-- bundles/\n|-- .gitignore\n|-- AGENTS.md\n|-- build.gradle\n|-- LICENSE\n|-- mod.json\n|-- README.md\n|-- RELEASE_NOTES.md\n\\-- settings.gradle\n```\n\n## 维护约束\n- 保持 Java 8 兼容(如本项目包含 Java 源码)。\n- 变更优先聚焦性能与可读性,不做无关重构。\n- 用户可见文案优先走 bundle/资源文件,不硬编码。\n\n命令操作请使用 PowerShell 7(`pwsh`)。",
  "cost": {
    "context_tokens": 132
  }
}

Fetch it by URL: GET /api/v1/registry/determination-wind-pinyinsearchsupport-pinyinsearchsupport/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.