Skip to content
Skillv1.0.0

mdc

Agent Notes

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

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

See reviews

About

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

Agent Notes

  • Keep this template CLI-focused.
  • Add dependencies only when used by starter code.
  • Keep release automation compatible with release-please + goreleaser.
  • Keep database code behind the use_database option.
  • Keep TUI code behind the use_tui option.

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/aaronflorey-mdc-mdc/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.

aaronflorey-mdc-mdc.ocm.jsonjson
{
  "ocm": "1",
  "id": "aaronflorey-mdc-mdc",
  "kind": "skill",
  "name": "mdc",
  "description": "Agent Notes",
  "publisher": "aaronflorey",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Notes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/aaronflorey/mdc",
      "path": "AGENTS.md",
      "ref": "471ac8edc4d5d12005c17053290fa512f7610025",
      "url": "https://github.com/aaronflorey/mdc/blob/471ac8edc4d5d12005c17053290fa512f7610025/AGENTS.md",
      "key": "aaronflorey/mdc/AGENTS.md"
    }
  },
  "instructions": "# Agent Notes\n\n- Keep this template CLI-focused.\n- Add dependencies only when used by starter code.\n- Keep release automation compatible with release-please + goreleaser.\n- Keep database code behind the `use_database` option.\n- Keep TUI code behind the `use_tui` option.",
  "cost": {
    "context_tokens": 67
  }
}

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