Skip to content
Skillv1.0.0

trusty-tools

Project Instructions

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

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

See reviews

About

Imported from bobmatnyc/trusty-tools (AGENTS.md). Install upstream with npx skills add bobmatnyc/trusty-tools. Copyright stays with the author.

Project Instructions

Code Search

  • Start codebase discovery with trusty-search when the command is available. Use it first for conceptual questions, unfamiliar features, and relationship tracing (for example, trusty-search search "<question>").
  • If trusty-search is unavailable, unhealthy, or has no usable index for this checkout, fall back immediately to direct workspace search rather than blocking the task.
  • Use rg, Git, and direct file inspection for exact identifiers, exhaustive matches, uncommitted changes, and final verification. Treat the current working tree—not the search index—as the source of truth before editing.

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/bobmatnyc-trusty-tools-trusty-tools/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.

bobmatnyc-trusty-tools-trusty-tools.ocm.jsonjson
{
  "ocm": "1",
  "id": "bobmatnyc-trusty-tools-trusty-tools",
  "kind": "skill",
  "name": "trusty-tools",
  "description": "Project Instructions",
  "publisher": "bobmatnyc",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/bobmatnyc/trusty-tools",
      "path": "AGENTS.md",
      "ref": "9dfe7e657307e92a2a9d01cc187778c7b25e296b",
      "url": "https://github.com/bobmatnyc/trusty-tools/blob/9dfe7e657307e92a2a9d01cc187778c7b25e296b/AGENTS.md",
      "key": "bobmatnyc/trusty-tools/AGENTS.md"
    }
  },
  "instructions": "# Project Instructions\n\n## Code Search\n\n- Start codebase discovery with `trusty-search` when the command is available.\n  Use it first for conceptual questions, unfamiliar features, and relationship\n  tracing (for example, `trusty-search search \"<question>\"`).\n- If `trusty-search` is unavailable, unhealthy, or has no usable index for this\n  checkout, fall back immediately to direct workspace search rather than\n  blocking the task.\n- Use `rg`, Git, and direct file inspection for exact identifiers, exhaustive\n  matches, uncommitted changes, and final verification. Treat the current\n  working tree",
  "cost": {
    "context_tokens": 165
  }
}

Fetch it by URL: GET /api/v1/registry/bobmatnyc-trusty-tools-trusty-tools/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.