Skip to content
Skillv1.0.0

OpenSpec

These instructions are for AI assistants working in this project.

by project-lattice(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from project-lattice/Lattice-engine (OpenSpec/AGENTS.md). Install upstream with npx skills add project-lattice/Lattice-engine --skill OpenSpec. 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.

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/project-lattice-lattice-engine-openspec/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.

project-lattice-lattice-engine-openspec.ocm.jsonjson
{
  "ocm": "1",
  "id": "project-lattice-lattice-engine-openspec",
  "kind": "skill",
  "name": "OpenSpec",
  "description": "These instructions are for AI assistants working in this project.",
  "publisher": "project-lattice",
  "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/project-lattice/Lattice-engine",
      "path": "OpenSpec/AGENTS.md",
      "ref": "6d4249f5a03ef36df0e20af13c3089acd734c8a8",
      "url": "https://github.com/project-lattice/Lattice-engine/blob/6d4249f5a03ef36df0e20af13c3089acd734c8a8/OpenSpec/AGENTS.md",
      "key": "project-lattice/Lattice-engine/OpenSpec/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": 165
  }
}

Fetch it by URL: GET /api/v1/registry/project-lattice-lattice-engine-openspec/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.