Skip to content
Skillv1.0.0

traceviewer

Use Conventional Commits for commit messages.

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

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

See reviews

About

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

Repository Instructions

Commits

Use Conventional Commits for commit messages.

User-Facing Controls

When adding, removing, or changing a keyboard shortcut:

  • Update the in-app help text in src/ui.rs.
  • There should be no controls in README.md; do not add a Controls section or document shortcuts there.
  • Add or update tests for the key handling behavior.

If a shortcut affects copied output, filtering, selection, scrolling, or display state, include that behavior in the tests.

Rust Checks

Before handing off changes, run:

cargo fmt --all --check
cargo clippy --locked --all-targets --tests --bins --all -- -D warnings
cargo test --locked --all-targets

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/ctron-traceviewer-traceviewer/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.

ctron-traceviewer-traceviewer.ocm.jsonjson
{
  "ocm": "1",
  "id": "ctron-traceviewer-traceviewer",
  "kind": "skill",
  "name": "traceviewer",
  "description": "Use Conventional Commits for commit messages.",
  "publisher": "ctron",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use Conventional Commits for commit messages."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ctron/traceviewer",
      "path": "AGENTS.md",
      "ref": "702cfb947ecd65ffeb29cea8aed3177cc290676a",
      "url": "https://github.com/ctron/traceviewer/blob/702cfb947ecd65ffeb29cea8aed3177cc290676a/AGENTS.md",
      "key": "ctron/traceviewer/AGENTS.md"
    }
  },
  "instructions": "# Repository Instructions\n\n## Commits\n\nUse Conventional Commits for commit messages.\n\n## User-Facing Controls\n\nWhen adding, removing, or changing a keyboard shortcut:\n\n- Update the in-app help text in `src/ui.rs`.\n- There should be no controls in `README.md`; do not add a Controls section or\n  document shortcuts there.\n- Add or update tests for the key handling behavior.\n\nIf a shortcut affects copied output, filtering, selection, scrolling, or display\nstate, include that behavior in the tests.\n\n## Rust Checks\n\nBefore handing off changes, run:\n\n```sh\ncargo fmt --all --check\ncargo clippy --locke",
  "cost": {
    "context_tokens": 172
  }
}

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