Skip to content
Skillv1.0.0

claude_timings_wrapper

CLI wrapper that instruments Claude Code sessions with timing data.

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

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

See reviews

About

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

claude-timed

CLI wrapper that instruments Claude Code sessions with timing data.

Versioning

This project uses semantic versioning. The version in package.json is the source of truth and is read at runtime by lib/update-checker.mjs.

On every bug fix or new feature, you MUST:

  1. Bump the version in package.json (patch for fixes, minor for features).
  2. Add a corresponding entry to updates.json with:
    • version: the new version string
    • notes: short description of what changed
    • steps: array of commands the user must run to update. Always include "git pull". Add "npm install" if dependencies changed, "claude-timed --install-hook" if hooks changed. Custom steps can be appended.

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/martinambrus-claude-timings-wrapper-claude-timings-wrapper/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.

martinambrus-claude-timings-wrapper-claude-timings-wrapper.ocm.jsonjson
{
  "ocm": "1",
  "id": "martinambrus-claude-timings-wrapper-claude-timings-wrapper",
  "kind": "skill",
  "name": "claude_timings_wrapper",
  "description": "CLI wrapper that instruments Claude Code sessions with timing data.",
  "publisher": "martinambrus",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "CLI wrapper that instruments Claude Code sessions with timing data."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/martinambrus/claude_timings_wrapper",
      "path": "AGENTS.md",
      "ref": "9514124c9cb13fc6f4e102997d35060f408d4199",
      "url": "https://github.com/martinambrus/claude_timings_wrapper/blob/9514124c9cb13fc6f4e102997d35060f408d4199/AGENTS.md",
      "key": "martinambrus/claude_timings_wrapper/AGENTS.md"
    }
  },
  "instructions": "# claude-timed\n\nCLI wrapper that instruments Claude Code sessions with timing data.\n\n## Versioning\n\nThis project uses semantic versioning. The version in `package.json` is the source of truth and is read at runtime by `lib/update-checker.mjs`.\n\nOn every bug fix or new feature, you MUST:\n\n1. Bump the version in `package.json` (patch for fixes, minor for features).\n2. Add a corresponding entry to `updates.json` with:\n   - `version`: the new version string\n   - `notes`: short description of what changed\n   - `steps`: array of commands the user must run to update. Always include `\"git pull\"`. Add ",
  "cost": {
    "context_tokens": 180
  }
}

Fetch it by URL: GET /api/v1/registry/martinambrus-claude-timings-wrapper-claude-timings-wrapper/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.