Skip to content
Skillv1.0.0

frugal

Prefer `rtk` wrapper for commands (token savings).

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

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

See reviews

About

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

AGENTS

Shell

Prefer rtk wrapper for commands (token savings).

Style

  • Keep changes small, focused.
  • Avoid big refactors without reason.

frugal

  1. Run fgl status before starting a task to see current prefix/active ratio.
  2. Run fgl pack <paths...> instead of reading many source files directly when exploring.
  3. Treat Foundation slab as read-only cached context. Do not re-read pinned files raw unless you need to edit them.
  4. Read a file raw only when you need exact body content or plan to write to it.
  5. Prefer fgl pack <active-file> > CONTEXT.md when preparing context for an external model.

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/jeverett32-frugal-frugal/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.

jeverett32-frugal-frugal.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeverett32-frugal-frugal",
  "kind": "skill",
  "name": "frugal",
  "description": "Prefer `rtk` wrapper for commands (token savings).",
  "publisher": "jeverett32",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Prefer `rtk` wrapper for commands (token savings)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jeverett32/frugal",
      "path": "AGENTS.md",
      "ref": "cc3ffb4698db02246537c9ceef4b0258f403e750",
      "url": "https://github.com/jeverett32/frugal/blob/cc3ffb4698db02246537c9ceef4b0258f403e750/AGENTS.md",
      "key": "jeverett32/frugal/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n## Shell\n\nPrefer `rtk` wrapper for commands (token savings).\n\n## Style\n\n- Keep changes small, focused.\n- Avoid big refactors without reason.\n\n<!-- frugal:managed:start -->\n# frugal\n\n1. Run `fgl status` before starting a task to see current prefix/active ratio.\n2. Run `fgl pack <paths...>` instead of reading many source files directly when exploring.\n3. Treat Foundation slab as read-only cached context. Do not re-read pinned files raw unless you need to edit them.\n4. Read a file raw only when you need exact body content or plan to write to it.\n5. Prefer `fgl pack <active-file> > CONTE",
  "cost": {
    "context_tokens": 170
  }
}

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