Skip to content
Skillv1.0.0

coss

Guidelines for AI agents working on this codebase.

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

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

See reviews

About

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

AGENTS.md

Guidelines for AI agents working on this codebase.

Main Documentation

The comprehensive agent guidelines for this repository are located in:

apps/ui/AGENTS.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/cosscom-coss-coss/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.

cosscom-coss-coss.ocm.jsonjson
{
  "ocm": "1",
  "id": "cosscom-coss-coss",
  "kind": "skill",
  "name": "coss",
  "description": "Guidelines for AI agents working on this codebase.",
  "publisher": "cosscom",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Guidelines for AI agents working on this codebase."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/cosscom/coss",
      "path": "AGENTS.md",
      "ref": "3bab6543c83b2634a43f5269e29cf86340ce8101",
      "url": "https://github.com/cosscom/coss/blob/3bab6543c83b2634a43f5269e29cf86340ce8101/AGENTS.md",
      "key": "cosscom/coss/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nGuidelines for AI agents working on this codebase.\n\n## Main Documentation\n\nThe comprehensive agent guidelines for this repository are located in:\n\n**[apps/ui/AGENTS.md](apps/ui/AGENTS.md)**",
  "cost": {
    "context_tokens": 50
  }
}

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