Skip to content
Skillv1.0.0

openskill

These instructions are for AI assistants working in this project.

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

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

See reviews

About

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

OpenSpec Instructions

These instructions are for AI assistants working in this project.

Always open @/openspec/AGENTS.md when the request:

  • Mentions planning or proposals (words like proposal, spec, change, plan)
  • Introduces new capabilities, breaking changes, architecture shifts, or big performance/security work
  • Sounds ambiguous and you need the authoritative spec before coding

Use @/openspec/AGENTS.md to learn:

  • How to create and apply change proposals
  • Spec format and conventions
  • Project structure and guidelines

Keep this managed block so 'openspec update' can refresh the instructions.

@.claude/aicode-instructions.md

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/agiflow-openskill-openskill/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.

agiflow-openskill-openskill.ocm.jsonjson
{
  "ocm": "1",
  "id": "agiflow-openskill-openskill",
  "kind": "skill",
  "name": "openskill",
  "description": "These instructions are for AI assistants working in this project.",
  "publisher": "AgiFlow",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "These instructions are for AI assistants working in this project."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AgiFlow/openskill",
      "path": "AGENTS.md",
      "ref": "eb1d08c062d1dde1da3686d4af04378ec1a8a3f3",
      "url": "https://github.com/AgiFlow/openskill/blob/eb1d08c062d1dde1da3686d4af04378ec1a8a3f3/AGENTS.md",
      "key": "AgiFlow/openskill/AGENTS.md"
    }
  },
  "instructions": "<!-- OPENSPEC:START -->\n# OpenSpec Instructions\n\nThese instructions are for AI assistants working in this project.\n\nAlways open `@/openspec/AGENTS.md` when the request:\n- Mentions planning or proposals (words like proposal, spec, change, plan)\n- Introduces new capabilities, breaking changes, architecture shifts, or big performance/security work\n- Sounds ambiguous and you need the authoritative spec before coding\n\nUse `@/openspec/AGENTS.md` to learn:\n- How to create and apply change proposals\n- Spec format and conventions\n- Project structure and guidelines\n\nKeep this managed block so 'openspec ",
  "cost": {
    "context_tokens": 183
  }
}

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