Skip to content
Skillv1.0.0

contrapunk

Agent Instructions

by contrapunk-audio(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from contrapunk-audio/contrapunk (AGENTS.md). Install upstream with npx skills add contrapunk-audio/contrapunk. Copyright stays with the author.

Agent Instructions

Commit discipline

  • Do not finish a task with modified or untracked files created by the agent.
  • Commit every completed change before reporting it as done. Use one or more coherent, reviewable commits.
  • Run git status before completion and explicitly resolve any remaining changes.
  • If pre-existing user work cannot be safely included, leave it untouched and clearly identify it instead of mixing it into a commit.
  • Never push directly to main; push a feature branch and use a pull request.

Pull request discipline

  • Use .github/pull_request_template.md for every pull request and preserve its required sections.
  • Complete the submitter checklist honestly, apply a kind/* label, and keep the release-note block accurate.

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/contrapunk-audio-contrapunk-contrapunk/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.

contrapunk-audio-contrapunk-contrapunk.ocm.jsonjson
{
  "ocm": "1",
  "id": "contrapunk-audio-contrapunk-contrapunk",
  "kind": "skill",
  "name": "contrapunk",
  "description": "Agent Instructions",
  "publisher": "contrapunk-audio",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/contrapunk-audio/contrapunk",
      "path": "AGENTS.md",
      "ref": "a5d9d8daeaa46f7b0b26a6abc5880c06eaf3ad4b",
      "url": "https://github.com/contrapunk-audio/contrapunk/blob/a5d9d8daeaa46f7b0b26a6abc5880c06eaf3ad4b/AGENTS.md",
      "key": "contrapunk-audio/contrapunk/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\n## Commit discipline\n\n- Do not finish a task with modified or untracked files created by the agent.\n- Commit every completed change before reporting it as done. Use one or more coherent, reviewable commits.\n- Run `git status` before completion and explicitly resolve any remaining changes.\n- If pre-existing user work cannot be safely included, leave it untouched and clearly identify it instead of mixing it into a commit.\n- Never push directly to `main`; push a feature branch and use a pull request.\n\n## Pull request discipline\n\n- Use `.github/pull_request_template.md` for e",
  "cost": {
    "context_tokens": 191
  }
}

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