Skip to content
Skillv1.0.0

subio

Repository Guidelines

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

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

See reviews

About

Imported from EkkoG/subio (AGENTS.md). Install upstream with npx skills add EkkoG/subio. Copyright stays with the author.

Repository Guidelines

  • 只维护 SubIO v2;实施前先读 docs/DEV.mddocs/support_matrix.md
  • 项目只转换节点和平台官方可分享规则集,不建立完整平台配置 IR。
  • Mihomo 字段以 vendor/meta-json-schema/ 为参考;vendor/ 不提交。
  • 先运行 uv run subio convert example/config.toml --dry-run,再跑目标测试和 uv run python -m pytest tests/
  • 保留用户已有改动;不要提交 dist/、凭据或无关格式化。
  • 按独立可 review 的边界及时提交,避免特大提交;提交正文写明问题/功能、方案和验证。
  • 可用时最多启用 3 个 subagent 做相互独立的只读审查或实现任务。

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/ekkog-subio-subio/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.

ekkog-subio-subio.ocm.jsonjson
{
  "ocm": "1",
  "id": "ekkog-subio-subio",
  "kind": "skill",
  "name": "subio",
  "description": "Repository Guidelines",
  "publisher": "EkkoG",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository Guidelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/EkkoG/subio",
      "path": "AGENTS.md",
      "ref": "fa8b3c1f44b82255e93092e258e7d188f9acec69",
      "url": "https://github.com/EkkoG/subio/blob/fa8b3c1f44b82255e93092e258e7d188f9acec69/AGENTS.md",
      "key": "EkkoG/subio/AGENTS.md"
    }
  },
  "instructions": "# Repository Guidelines\n\n- 只维护 SubIO v2;实施前先读 `docs/DEV.md` 和 `docs/support_matrix.md`。\n- 项目只转换节点和平台官方可分享规则集,不建立完整平台配置 IR。\n- Mihomo 字段以 `vendor/meta-json-schema/` 为参考;`vendor/` 不提交。\n- 先运行 `uv run subio convert example/config.toml --dry-run`,再跑目标测试和\n  `uv run python -m pytest tests/`。\n- 保留用户已有改动;不要提交 `dist/`、凭据或无关格式化。\n- 按独立可 review 的边界及时提交,避免特大提交;提交正文写明问题/功能、方案和验证。\n- 可用时最多启用 3 个 subagent 做相互独立的只读审查或实现任务。",
  "cost": {
    "context_tokens": 101
  }
}

Fetch it by URL: GET /api/v1/registry/ekkog-subio-subio/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.

subio - Skill - OpenSmartRoute