Skip to content
Skillv1.0.0

navgator

AGENTS.md

by Yarden-zamir(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Yarden-zamir/navgator (AGENTS.md). Install upstream with npx skills add Yarden-zamir/navgator. Copyright stays with the author.

AGENTS.md

  • This repo owns the navgator project navigator binary.
  • Git, GitHub README, folder/worktree content, config, tags, metadata, search ranking, explanations, compositor, and app UI behavior live here.
  • Generic terminal/tooling helpers should stay in gator.
  • Regenerate config-schema.json after config struct changes with cargo run -- config-schema > config-schema.json.
  • When asked to build this repo, default to cargo build --release unless a debug build is explicitly requested.
  • After making code or config-schema-affecting changes, always run cargo build --release before handing off.
  • Verify with cargo fmt -- --check, cargo clippy --all-targets --all-features -- -D warnings, and cargo test.

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/yarden-zamir-navgator-navgator/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.

yarden-zamir-navgator-navgator.ocm.jsonjson
{
  "ocm": "1",
  "id": "yarden-zamir-navgator-navgator",
  "kind": "skill",
  "name": "navgator",
  "description": "AGENTS.md",
  "publisher": "Yarden-zamir",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Yarden-zamir/navgator",
      "path": "AGENTS.md",
      "ref": "f39ecbda23e570260519bd6e2d6fba29825b10ec",
      "url": "https://github.com/Yarden-zamir/navgator/blob/f39ecbda23e570260519bd6e2d6fba29825b10ec/AGENTS.md",
      "key": "Yarden-zamir/navgator/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n- This repo owns the `navgator` project navigator binary.\n- Git, GitHub README, folder/worktree content, config, tags, metadata, search ranking, explanations, compositor, and app UI behavior live here.\n- Generic terminal/tooling helpers should stay in `gator`.\n- Regenerate `config-schema.json` after config struct changes with `cargo run -- config-schema > config-schema.json`.\n- When asked to build this repo, default to `cargo build --release` unless a debug build is explicitly requested.\n- After making code or config-schema-affecting changes, always run `cargo build --release` bef",
  "cost": {
    "context_tokens": 183
  }
}

Fetch it by URL: GET /api/v1/registry/yarden-zamir-navgator-navgator/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.