Skip to content
Skillv1.0.0

lce

This document provides context for AI agents working on the LCE (Loading/Content/Error) library.

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

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

See reviews

About

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

LCE Library - AI Agent Guide

This document provides context for AI agents working on the LCE (Loading/Content/Error) library.

Data type references:

  • LCE: .ai/docs/README.md
  • CT: .ai/docs/CT.md
  • UC: .ai/docs/UC.md
  • UCE: .ai/docs/UCE.md
  • UCT: .ai/docs/UCT.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/laimiux-lce-lce/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.

laimiux-lce-lce.ocm.jsonjson
{
  "ocm": "1",
  "id": "laimiux-lce-lce",
  "kind": "skill",
  "name": "lce",
  "description": "This document provides context for AI agents working on the LCE (Loading/Content/Error) library.",
  "publisher": "Laimiux",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This document provides context for AI agents working on the LCE (Loading/Content/Error) library."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Laimiux/lce",
      "path": "AGENTS.md",
      "ref": "ea65dff6d1b38672b70d473f00c74fe30df35c4a",
      "url": "https://github.com/Laimiux/lce/blob/ea65dff6d1b38672b70d473f00c74fe30df35c4a/AGENTS.md",
      "key": "Laimiux/lce/AGENTS.md"
    }
  },
  "instructions": "# LCE Library - AI Agent Guide\n\nThis document provides context for AI agents working on the LCE (Loading/Content/Error) library.\n\n# Data type references:\n- LCE: `.ai/docs/README.md`\n- CT: `.ai/docs/CT.md`\n- UC: `.ai/docs/UC.md`\n- UCE: `.ai/docs/UCE.md`\n- UCT: `.ai/docs/UCT.md`",
  "cost": {
    "context_tokens": 69
  }
}

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