Skip to content
Skillv1.0.0

skills

Canonical reusable skills live under `<name>/SKILL.md`.

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

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

See reviews

About

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

AgentStation Skills

Canonical reusable skills live under <name>/SKILL.md.

  • Follow the current Agent Skills specification at https://agentskills.io.
  • Keep global skills product-agnostic.
  • Put project-specific profiles in the owning project's skills repository.
  • Keep SKILL.md concise and move conditional reference material behind direct pointers.
  • Prefer executable enforcement for security and model-selection boundaries.
  • Record derivative skill provenance and upstream commit IDs.
  • Validate all skills with scripts/validate-skills after each skill change.
  • Run each changed skill's own tests.

Technical writing

Use GLOSSARY.md for developer-facing prose. Run the installed technical-writing linter on durable technical text.

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/agentstation-skills-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.

agentstation-skills-skills.ocm.jsonjson
{
  "ocm": "1",
  "id": "agentstation-skills-skills",
  "kind": "skill",
  "name": "skills",
  "description": "Canonical reusable skills live under `<name>/SKILL.md`.",
  "publisher": "agentstation",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Canonical reusable skills live under `<name>/SKILL.md`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/agentstation/skills",
      "path": "AGENTS.md",
      "ref": "7c047500ffabfaf84051512159f36051dda58332",
      "url": "https://github.com/agentstation/skills/blob/7c047500ffabfaf84051512159f36051dda58332/AGENTS.md",
      "key": "agentstation/skills/AGENTS.md"
    }
  },
  "instructions": "# AgentStation Skills\n\nCanonical reusable skills live under `<name>/SKILL.md`.\n\n- Follow the current Agent Skills specification at https://agentskills.io.\n- Keep global skills product-agnostic.\n- Put project-specific profiles in the owning project's skills repository.\n- Keep `SKILL.md` concise and move conditional reference material behind direct\n  pointers.\n- Prefer executable enforcement for security and model-selection boundaries.\n- Record derivative skill provenance and upstream commit IDs.\n- Validate all skills with `scripts/validate-skills` after each skill change.\n- Run each changed ski",
  "cost": {
    "context_tokens": 189
  }
}

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