Skip to content
Skillv1.0.0

checkpoint

Concise checkpoint on hypothesis, changes, metrics, and next action

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

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

See reviews

About

Imported from sterlingcrispin/claude_slash_commands (checkpoint/SKILL.md). Install upstream with npx skills add sterlingcrispin/claude_slash_commands --skill checkpoint. Copyright stays with the author.

Give me a concise checkpoint with:

  1. Hypothesis tested
  2. Exact change made
  3. Before/after metrics
  4. What improved
  5. What did not improve
  6. Current blocker
  7. Next highest-priority action

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/sterlingcrispin-claude-slash-commands-checkpoint/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.

sterlingcrispin-claude-slash-commands-checkpoint.ocm.jsonjson
{
  "ocm": "1",
  "id": "sterlingcrispin-claude-slash-commands-checkpoint",
  "kind": "skill",
  "name": "checkpoint",
  "description": "Concise checkpoint on hypothesis, changes, metrics, and next action",
  "publisher": "sterlingcrispin",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Concise checkpoint on hypothesis, changes, metrics, and next action"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/sterlingcrispin/claude_slash_commands",
      "path": "checkpoint/SKILL.md",
      "ref": "624cb17170ba5c3a1a5f86a27e179c0c70b914fc",
      "url": "https://github.com/sterlingcrispin/claude_slash_commands/blob/624cb17170ba5c3a1a5f86a27e179c0c70b914fc/checkpoint/SKILL.md",
      "key": "sterlingcrispin/claude_slash_commands/checkpoint/SKILL.md"
    }
  },
  "instructions": "Give me a concise checkpoint with:\n1) Hypothesis tested\n2) Exact change made\n3) Before/after metrics\n4) What improved\n5) What did not improve\n6) Current blocker\n7) Next highest-priority action",
  "cost": {
    "context_tokens": 48
  }
}

Fetch it by URL: GET /api/v1/registry/sterlingcrispin-claude-slash-commands-checkpoint/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.