Skip to content
Skillv1.0.0

p2p

AGENTS.md

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

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

See reviews

About

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

AGENTS.md

Branching and worktrees

  • Use a git worktree under .worktrees/ for all changes; do not work directly on main.
  • Before committing, run git status or git branch --show-current and confirm you are not on main.

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/coreeng-p2p-p2p/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.

coreeng-p2p-p2p.ocm.jsonjson
{
  "ocm": "1",
  "id": "coreeng-p2p-p2p",
  "kind": "skill",
  "name": "p2p",
  "description": "AGENTS.md",
  "publisher": "coreeng",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/coreeng/p2p",
      "path": "AGENTS.md",
      "ref": "af0d7a1168bbe30f0bd09fc8037966aba445be52",
      "url": "https://github.com/coreeng/p2p/blob/af0d7a1168bbe30f0bd09fc8037966aba445be52/AGENTS.md",
      "key": "coreeng/p2p/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Branching and worktrees\n\n- Use a git worktree under `.worktrees/` for all changes; do not work directly on `main`.\n- Before committing, run `git status` or `git branch --show-current` and confirm you are not on `main`.",
  "cost": {
    "context_tokens": 58
  }
}

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

p2p - Skill - OpenSmartRoute