Skip to content
Skillv1.0.0

DosierSkanilo

Minimal guidelines for coding AI working in this repository:

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

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

See reviews

About

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

AGENTS

Minimal guidelines for coding AI working in this repository:

  • Make focused changes that directly solve the requested task.
  • Do not revert or reformat unrelated user changes.
  • Follow the existing D style and module structure unless the task requires a different approach.
  • Update CHANGELOG.md for user-visible behavior changes.
  • Run the smallest relevant verification step after editing and report if verification could not be completed.
  • Flag assumptions, risks, or follow-up work clearly when they affect correctness.
  • Merge feature branches into main with --no-ff so the merge history stays explicit.
  • For release commits, move the ## Unreleased notes to ## Release X.Y.Z and keep the summary in simple English.
  • Prefix release tags with v, for example v26.9.2.

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/cschlote-dosierskanilo-dosierskanilo/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.

cschlote-dosierskanilo-dosierskanilo.ocm.jsonjson
{
  "ocm": "1",
  "id": "cschlote-dosierskanilo-dosierskanilo",
  "kind": "skill",
  "name": "DosierSkanilo",
  "description": "Minimal guidelines for coding AI working in this repository:",
  "publisher": "cschlote",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Minimal guidelines for coding AI working in this repository:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/cschlote/DosierSkanilo",
      "path": "AGENTS.md",
      "ref": "74ce78b3b0014c1f4e0f5791ad889e793627a003",
      "url": "https://github.com/cschlote/DosierSkanilo/blob/74ce78b3b0014c1f4e0f5791ad889e793627a003/AGENTS.md",
      "key": "cschlote/DosierSkanilo/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\nMinimal guidelines for coding AI working in this repository:\n\n- Make focused changes that directly solve the requested task.\n- Do not revert or reformat unrelated user changes.\n- Follow the existing D style and module structure unless the task requires a different approach.\n- Update `CHANGELOG.md` for user-visible behavior changes.\n- Run the smallest relevant verification step after editing and report if verification could not be completed.\n- Flag assumptions, risks, or follow-up work clearly when they affect correctness.\n- Merge feature branches into `main` with `--no-ff` so the mer",
  "cost": {
    "context_tokens": 199
  }
}

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