Skip to content
Skillv1.0.0

templates

Daily Repo Guidelines

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

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

See reviews

About

Imported from JRedeker/cds (templates/AGENTS.md). Install upstream with npx skills add JRedeker/cds --skill templates. Copyright stays with the author.

Daily Repo Guidelines

Purpose

  • This repo is a single day scratch workspace created by cds.
  • Keep it lightweight, local-first, and easy to throw away or promote.

Expectations

  • Use this repo for day-scoped experiments and notes.
  • If work stabilizes or gets reused, promote it back into the parent ~/scratch workspace structure:
    • reusable code → src/<package_name>/
    • standalone experiment → experiments/<topic>/
  • Keep changes easy to understand locally. Prefer simple scripts over heavy scaffolding.

Hygiene

  • Common build artifacts are ignored via .gitignore.
  • Do not commit secrets or bulky datasets.
  • Add tests only when the scratch work is becoming reusable.

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/jredeker-cds-templates/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.

jredeker-cds-templates.ocm.jsonjson
{
  "ocm": "1",
  "id": "jredeker-cds-templates",
  "kind": "skill",
  "name": "templates",
  "description": "Daily Repo Guidelines",
  "publisher": "JRedeker",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Daily Repo Guidelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/JRedeker/cds",
      "path": "templates/AGENTS.md",
      "ref": "7ed15b1896e3352d16caa536da28d4362e65e4c3",
      "url": "https://github.com/JRedeker/cds/blob/7ed15b1896e3352d16caa536da28d4362e65e4c3/templates/AGENTS.md",
      "key": "JRedeker/cds/templates/AGENTS.md"
    }
  },
  "instructions": "# Daily Repo Guidelines\n\n## Purpose\n- This repo is a single day scratch workspace created by `cds`.\n- Keep it lightweight, local-first, and easy to throw away or promote.\n\n## Expectations\n- Use this repo for day-scoped experiments and notes.\n- If work stabilizes or gets reused, promote it back into the parent `~/scratch` workspace structure:\n  - reusable code → `src/<package_name>/`\n  - standalone experiment → `experiments/<topic>/`\n- Keep changes easy to understand locally. Prefer simple scripts over heavy scaffolding.\n\n## Hygiene\n- Common build artifacts are ignored via `.gitignore`.\n- Do no",
  "cost": {
    "context_tokens": 174
  }
}

Fetch it by URL: GET /api/v1/registry/jredeker-cds-templates/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.