Skip to content
Skillv1.0.0

xkcptun

xkcptun Project Guidelines

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

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

See reviews

About

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

xkcptun Project Guidelines

Git Commit Rules

  • Always use -s (Signed-off-by) when committing changes:
    git commit -s -m "..."

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/liudf0716-xkcptun-xkcptun/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.

liudf0716-xkcptun-xkcptun.ocm.jsonjson
{
  "ocm": "1",
  "id": "liudf0716-xkcptun-xkcptun",
  "kind": "skill",
  "name": "xkcptun",
  "description": "xkcptun Project Guidelines",
  "publisher": "liudf0716",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "xkcptun Project Guidelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/liudf0716/xkcptun",
      "path": "AGENTS.md",
      "ref": "d6cb218d1c3df249bb461873a3aec252b8fc02c9",
      "url": "https://github.com/liudf0716/xkcptun/blob/d6cb218d1c3df249bb461873a3aec252b8fc02c9/AGENTS.md",
      "key": "liudf0716/xkcptun/AGENTS.md"
    }
  },
  "instructions": "# xkcptun Project Guidelines\n\n## Git Commit Rules\n- **Always use `-s` (Signed-off-by)** when committing changes:\n  ```bash\n  git commit -s -m \"...\"\n  ```",
  "cost": {
    "context_tokens": 38
  }
}

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