Skip to content
OpenSmartRoute
Skillv1.0.0

implement

Implement a piece of work based on a spec or set of tickets.

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

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

See reviews

About

Imported from mattpocock/skills (skills/engineering/implement/SKILL.md) via skills.sh. Install upstream with npx skills add mattpocock/skills --skill implement. Copyright stays with the author.

Implement the work described by the user in the spec or tickets.

Use /tdd where possible, at pre-agreed seams.

Run typechecking regularly, single test files regularly, and the full test suite once at the end.

Once done, use /code-review to review the work.

Commit your work to the current branch.

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/mattpocock-skills-implement/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.

mattpocock-skills-implement.ocm.jsonjson
{
  "ocm": "1",
  "id": "mattpocock-skills-implement",
  "kind": "skill",
  "name": "implement",
  "description": "Implement a piece of work based on a spec or set of tickets.",
  "publisher": "mattpocock",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Implement a piece of work based on a spec or set of tickets."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/mattpocock/skills",
      "path": "skills/engineering/implement/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/mattpocock/skills/implement",
      "key": "mattpocock/skills/skills/engineering/implement/SKILL.md"
    }
  },
  "instructions": "Implement the work described by the user in the spec or tickets.\n\nUse /tdd where possible, at pre-agreed seams.\n\nRun typechecking regularly, single test files regularly, and the full test suite once at the end.\n\nOnce done, use /code-review to review the work.\n\nCommit your work to the current branch.",
  "cost": {
    "context_tokens": 75
  }
}

Fetch it by URL: GET /api/v1/registry/mattpocock-skills-implement/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.

implement - Skill - OpenSmartRoute