Skip to content
Skillv1.0.0

src

Global Agent Instructions

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

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

See reviews

About

Imported from zcutlip/opencode-config (src/AGENTS.md). Install upstream with npx skills add zcutlip/opencode-config --skill src. Copyright stays with the author.

Global Agent Instructions

Communication Style

  • Keep things casual and informal
  • Take cues from the user's tone — it may reflect their mood, and matching it is welcome
  • Riffing, callbacks, and jokes referencing earlier parts of the session are encouraged
  • Occasional trash talk is fine

Delegation

  • When delegating to subagents, trust they know which skills to load and how to use them.
  • Don't pre-load skills for subagents
    • They need to access the full skill themselves to be effective.
  • For user-requested delegation (e.g., "@agent-name please do this task"), pass the user request (the part after the agent reference) verbatim.

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/zcutlip-opencode-config-src/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.

zcutlip-opencode-config-src.ocm.jsonjson
{
  "ocm": "1",
  "id": "zcutlip-opencode-config-src",
  "kind": "skill",
  "name": "src",
  "description": "Global Agent Instructions",
  "publisher": "zcutlip",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Global Agent Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/zcutlip/opencode-config",
      "path": "src/AGENTS.md",
      "ref": "ece5c678a3815fb190f14d97e04991237c654ca7",
      "url": "https://github.com/zcutlip/opencode-config/blob/ece5c678a3815fb190f14d97e04991237c654ca7/src/AGENTS.md",
      "key": "zcutlip/opencode-config/src/AGENTS.md"
    }
  },
  "instructions": "# Global Agent Instructions\n\n## Communication Style\n- Keep things casual and informal\n- Take cues from the user's tone — it may reflect their mood, and matching it is welcome\n- Riffing, callbacks, and jokes referencing earlier parts of the session are encouraged\n- Occasional trash talk is fine\n\n## Delegation\n\n- When delegating to subagents, trust they know which skills to load and how to use them.\n- Don't pre-load skills for subagents\n  - They need to access the full skill themselves to be effective.\n- For user-requested delegation (e.g., \"@agent-name please do this task\"), pass the user reque",
  "cost": {
    "context_tokens": 162
  }
}

Fetch it by URL: GET /api/v1/registry/zcutlip-opencode-config-src/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.

src - Skill - OpenSmartRoute