Skip to content
Skillv1.0.0

examples

`examples/*` contains portable fixtures and smoke-test inputs. Examples should make Gaia easy to demo without requiring live GitHub, Linear, Codex, or browser state.

by cill-i-am(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from cill-i-am/gaia (examples/AGENTS.md). Install upstream with npx skills add cill-i-am/gaia --skill examples. Copyright stays with the author.

Examples Intent

examples/* contains portable fixtures and smoke-test inputs. Examples should make Gaia easy to demo without requiring live GitHub, Linear, Codex, or browser state.

Example Rules

  • Keep examples static, deterministic, and safe to run locally.
  • Do not put real secrets, credentials, private repository data, or user workspace state in examples.
  • Use synthetic IDs, URLs, and issue data unless the user explicitly asks for a real integration fixture.
  • Example specs should be small enough for smoke tests and demos. They are not product requirements documents.
  • Example JSON should match the current parser-owned shape. If a schema changes, update the fixture and the parser/test together.

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/cill-i-am-gaia-examples/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.

cill-i-am-gaia-examples.ocm.jsonjson
{
  "ocm": "1",
  "id": "cill-i-am-gaia-examples",
  "kind": "skill",
  "name": "examples",
  "description": "`examples/*` contains portable fixtures and smoke-test inputs. Examples should make Gaia easy to demo without requiring live GitHub, Linear, Codex, or browser state.",
  "publisher": "cill-i-am",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "`examples/*` contains portable fixtures and smoke-test inputs. Examples should make Gaia easy to demo without requiring live GitHub, Linear, Codex, or browser state."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/cill-i-am/gaia",
      "path": "examples/AGENTS.md",
      "ref": "a0123b43525b865ec7b1c755a25bcf94fa58be12",
      "url": "https://github.com/cill-i-am/gaia/blob/a0123b43525b865ec7b1c755a25bcf94fa58be12/examples/AGENTS.md",
      "key": "cill-i-am/gaia/examples/AGENTS.md"
    }
  },
  "instructions": "# Examples Intent\n\n`examples/*` contains portable fixtures and smoke-test inputs. Examples should\nmake Gaia easy to demo without requiring live GitHub, Linear, Codex, or browser\nstate.\n\n## Example Rules\n\n- Keep examples static, deterministic, and safe to run locally.\n- Do not put real secrets, credentials, private repository data, or user\n  workspace state in examples.\n- Use synthetic IDs, URLs, and issue data unless the user explicitly asks for a\n  real integration fixture.\n- Example specs should be small enough for smoke tests and demos. They are not\n  product requirements documents.\n- Examp",
  "cost": {
    "context_tokens": 181
  }
}

Fetch it by URL: GET /api/v1/registry/cill-i-am-gaia-examples/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.