Skip to content
Skillv1.0.0

scenario

Guidelines

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

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

See reviews

About

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

Guidelines

Follow best practices

  • SRP (most important)
  • SOLID
  • YAGNI
  • KISS
  • CLEAN CODE

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/langwatch-scenario-scenario/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.

langwatch-scenario-scenario.ocm.jsonjson
{
  "ocm": "1",
  "id": "langwatch-scenario-scenario",
  "kind": "skill",
  "name": "scenario",
  "description": "Guidelines",
  "publisher": "langwatch",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Guidelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/langwatch/scenario",
      "path": "AGENTS.md",
      "ref": "edf70006909f7028a75f42b9d0b999f6c9eb46a0",
      "url": "https://github.com/langwatch/scenario/blob/edf70006909f7028a75f42b9d0b999f6c9eb46a0/AGENTS.md",
      "key": "langwatch/scenario/AGENTS.md"
    }
  },
  "instructions": "# Guidelines\n\n## Follow best practices\n\n- SRP (most important)\n- SOLID\n- YAGNI\n- KISS\n- CLEAN CODE",
  "cost": {
    "context_tokens": 24
  }
}

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