Skip to content
Skillv1.0.0

shared

This directory only groups low-volatility shared foundations.

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

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

See reviews

About

Imported from yoyuzh/my_site (backend-next/target/classes/com/yoyuzh/shared/AGENTS.md). Install upstream with npx skills add yoyuzh/my_site --skill shared. Copyright stays with the author.

Shared AGENTS

This directory only groups low-volatility shared foundations.

Rules

  • Shared code here must stay minimal and stable.
  • If a type carries clear business meaning, it probably does not belong here.
  • Do not let this directory degrade into a new common dumping ground.

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/yoyuzh-my-site-shared/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.

yoyuzh-my-site-shared.ocm.jsonjson
{
  "ocm": "1",
  "id": "yoyuzh-my-site-shared",
  "kind": "skill",
  "name": "shared",
  "description": "This directory only groups low-volatility shared foundations.",
  "publisher": "yoyuzh",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This directory only groups low-volatility shared foundations."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/yoyuzh/my_site",
      "path": "backend-next/target/classes/com/yoyuzh/shared/AGENTS.md",
      "ref": "4995ad52e2ce446873ca0607e28051956a974b9e",
      "url": "https://github.com/yoyuzh/my_site/blob/4995ad52e2ce446873ca0607e28051956a974b9e/backend-next/target/classes/com/yoyuzh/shared/AGENTS.md",
      "key": "yoyuzh/my_site/backend-next/target/classes/com/yoyuzh/shared/AGENTS.md"
    }
  },
  "instructions": "# Shared AGENTS\n\nThis directory only groups low-volatility shared foundations.\n\n## Rules\n\n- Shared code here must stay minimal and stable.\n- If a type carries clear business meaning, it probably does not belong here.\n- Do not let this directory degrade into a new `common` dumping ground.",
  "cost": {
    "context_tokens": 72
  }
}

Fetch it by URL: GET /api/v1/registry/yoyuzh-my-site-shared/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.