Skip to content
Skillv1.0.0

TFIC-baselines

AGENTS.md

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

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

See reviews

About

Imported from fisherman611/TFIC-baselines (AGENTS.md). Install upstream with npx skills add fisherman611/TFIC-baselines. Copyright stays with the author.

AGENTS.md

Token-saving rules

  • Prefer the smallest relevant context.
  • Use repo-navigator before reading many files.
  • Use minimal-patch for all code edits.
  • Use test-first-debug for errors, failed tests, and stack traces.
  • Use experiment-runner for ML/research experiment changes.
  • Do not read data/, checkpoints/, outputs/, wandb/, logs/ unless needed.
  • Do not refactor unrelated code.
  • Report changed files and verification commands only.

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/fisherman611-tfic-baselines-tfic-baselines/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.

fisherman611-tfic-baselines-tfic-baselines.ocm.jsonjson
{
  "ocm": "1",
  "id": "fisherman611-tfic-baselines-tfic-baselines",
  "kind": "skill",
  "name": "TFIC-baselines",
  "description": "AGENTS.md",
  "publisher": "fisherman611",
  "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/fisherman611/TFIC-baselines",
      "path": "AGENTS.md",
      "ref": "744336ef0cbaba2ba9a6eba2ce0f8eda28288b72",
      "url": "https://github.com/fisherman611/TFIC-baselines/blob/744336ef0cbaba2ba9a6eba2ce0f8eda28288b72/AGENTS.md",
      "key": "fisherman611/TFIC-baselines/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Token-saving rules\n\n- Prefer the smallest relevant context.\n- Use repo-navigator before reading many files.\n- Use minimal-patch for all code edits.\n- Use test-first-debug for errors, failed tests, and stack traces.\n- Use experiment-runner for ML/research experiment changes.\n- Do not read data/, checkpoints/, outputs/, wandb/, logs/ unless needed.\n- Do not refactor unrelated code.\n- Report changed files and verification commands only.",
  "cost": {
    "context_tokens": 113
  }
}

Fetch it by URL: GET /api/v1/registry/fisherman611-tfic-baselines-tfic-baselines/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.