Skip to content
Skillv1.0.0

Gear-Engine

编码约定

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

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

See reviews

About

Imported from PuddingCoke/Gear-Engine (AGENTS.md). Install upstream with npx skills add PuddingCoke/Gear-Engine. Copyright stays with the author.

编码约定

  • 本仓库所有源文件(.h, .cpp, .hlsl, .hlsli, .md, .bat)均使用 UTF-8 编码。
  • 读取任何文件时必须显式指定 UTF-8 编码。
  • 使用 PowerShell 时,Get-Content 始终带 -Encoding UTF8
  • 使用 ripgrep(rg)时,始终带 --encoding utf-8
  • 严禁使用 GBK / GB2312 / CP936 / ANSI 编码读取或写入任何文件。

工作模式

  • 审查时遇到任何宏必须先用 grep 查找其定义后再下结论,严禁从命名臆断行为。
  • 严禁擅自编辑任何代码文件。
  • 优先进行分析和审查以及提供代码建议。

语言

  • 始终使用简体中文回复。

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/puddingcoke-gear-engine-gear-engine/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.

puddingcoke-gear-engine-gear-engine.ocm.jsonjson
{
  "ocm": "1",
  "id": "puddingcoke-gear-engine-gear-engine",
  "kind": "skill",
  "name": "Gear-Engine",
  "description": "编码约定",
  "publisher": "PuddingCoke",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "编码约定"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/PuddingCoke/Gear-Engine",
      "path": "AGENTS.md",
      "ref": "1e0c0338690fa2fecdff93c5fd0905f23120ee2b",
      "url": "https://github.com/PuddingCoke/Gear-Engine/blob/1e0c0338690fa2fecdff93c5fd0905f23120ee2b/AGENTS.md",
      "key": "PuddingCoke/Gear-Engine/AGENTS.md"
    }
  },
  "instructions": "# 编码约定\n\n- 本仓库所有源文件(.h, .cpp, .hlsl, .hlsli, .md, .bat)均使用 **UTF-8** 编码。\n- 读取任何文件时必须显式指定 UTF-8 编码。\n- 使用 PowerShell 时,`Get-Content` 始终带 `-Encoding UTF8`。\n- 使用 ripgrep(`rg`)时,始终带 `--encoding utf-8`。\n- **严禁使用 GBK / GB2312 / CP936 / ANSI 编码读取或写入任何文件。**\n\n# 工作模式\n\n- 审查时遇到任何宏必须先用 grep 查找其定义后再下结论,严禁从命名臆断行为。\n- 严禁擅自编辑任何代码文件。\n- 优先进行分析和审查以及提供代码建议。\n\n# 语言\n\n- 始终使用**简体中文**回复。",
  "cost": {
    "context_tokens": 90
  }
}

Fetch it by URL: GET /api/v1/registry/puddingcoke-gear-engine-gear-engine/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.