Skip to content
Skillv1.0.0

skills

Skill Package Instructions

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

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

See reviews

About

Imported from wyattowalsh/compare-repos (.agents/skills/AGENTS.md). Install upstream with npx skills add wyattowalsh/compare-repos --skill skills. Copyright stays with the author.

Skill Package Instructions

  • Skills must include SKILL.md, a dispatch table, reference-file index, critical rules, scope boundaries, canonical vocabulary, and evals.
  • Keep the skill focused on ordering and safe usage. Put API details in references.
  • Validate with wagents validate, wagents eval validate, skill audit, and package dry-run before claiming the skill is complete.
  • Avoid absolute local paths inside packaged skill bodies.

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/wyattowalsh-compare-repos-skills/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.

wyattowalsh-compare-repos-skills.ocm.jsonjson
{
  "ocm": "1",
  "id": "wyattowalsh-compare-repos-skills",
  "kind": "skill",
  "name": "skills",
  "description": "Skill Package Instructions",
  "publisher": "wyattowalsh",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Skill Package Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/wyattowalsh/compare-repos",
      "path": ".agents/skills/AGENTS.md",
      "ref": "35c5ce46e854d597b1beda3325642624770dcedd",
      "url": "https://github.com/wyattowalsh/compare-repos/blob/35c5ce46e854d597b1beda3325642624770dcedd/.agents/skills/AGENTS.md",
      "key": "wyattowalsh/compare-repos/.agents/skills/AGENTS.md"
    }
  },
  "instructions": "# Skill Package Instructions\n\n- Skills must include `SKILL.md`, a dispatch table, reference-file index,\n  critical rules, scope boundaries, canonical vocabulary, and evals.\n- Keep the skill focused on ordering and safe usage. Put API details in\n  references.\n- Validate with `wagents validate`, `wagents eval validate`, skill audit, and\n  package dry-run before claiming the skill is complete.\n- Avoid absolute local paths inside packaged skill bodies.",
  "cost": {
    "context_tokens": 113
  }
}

Fetch it by URL: GET /api/v1/registry/wyattowalsh-compare-repos-skills/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.