Skip to content
Skillv1.0.0

zipmarket

AGENTS

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

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

See reviews

About

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

AGENTS

  • When asked to implement a milestone, evaluate whether the work should be split into separate PRs.
  • If a milestone is too large for a single PR, explicitly say so before implementing and provide a breakdown of the milestone into smaller sub-steps/PRs.
  • After each PR-sized diff is implemented, stop and hand off immediately so the user can review and commit before continuing to the next PR-sized chunk.
  • Unit tests are required for everything; every code change should be validated with unit tests.
  • After implementing work, always summarize exactly what was built and include how it can be manually verified in the app.

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/jcb42891-zipmarket-zipmarket/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.

jcb42891-zipmarket-zipmarket.ocm.jsonjson
{
  "ocm": "1",
  "id": "jcb42891-zipmarket-zipmarket",
  "kind": "skill",
  "name": "zipmarket",
  "description": "AGENTS",
  "publisher": "jcb42891",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jcb42891/zipmarket",
      "path": "AGENTS.md",
      "ref": "85ac3e67645524417e51ae41cc3a6ae57cbc9b1b",
      "url": "https://github.com/jcb42891/zipmarket/blob/85ac3e67645524417e51ae41cc3a6ae57cbc9b1b/AGENTS.md",
      "key": "jcb42891/zipmarket/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n- When asked to implement a milestone, evaluate whether the work should be split into separate PRs.\n- If a milestone is too large for a single PR, explicitly say so before implementing and provide a breakdown of the milestone into smaller sub-steps/PRs.\n- After each PR-sized diff is implemented, stop and hand off immediately so the user can review and commit before continuing to the next PR-sized chunk.\n- Unit tests are required for everything; every code change should be validated with unit tests.\n- After implementing work, always summarize exactly what was built and include how it ",
  "cost": {
    "context_tokens": 159
  }
}

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