Skip to content
Skillv1.0.0

ContextFlux

ContextFlux contributor instructions

by divyanshu-iitian(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from divyanshu-iitian/ContextFlux (AGENTS.md). Install upstream with npx skills add divyanshu-iitian/ContextFlux. Copyright stays with the author.

ContextFlux contributor instructions

  • Use Node.js 20 or newer and npm.
  • Keep indexing and retrieval local-only. Do not add telemetry, hosted embeddings, or implicit network calls.
  • Treat repository contents as untrusted input. Never execute indexed code.
  • Preserve strict token budgets and provenance in every context packet.
  • Add deterministic tests for ranking, cache invalidation, file filtering, and public API changes.
  • Run npm run check, npm test, and npm run build before committing.
  • Keep MCP tool descriptions explicit about when to use a tool, when not to use it, side effects, and data boundaries.

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/divyanshu-iitian-contextflux-contextflux/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.

divyanshu-iitian-contextflux-contextflux.ocm.jsonjson
{
  "ocm": "1",
  "id": "divyanshu-iitian-contextflux-contextflux",
  "kind": "skill",
  "name": "ContextFlux",
  "description": "ContextFlux contributor instructions",
  "publisher": "divyanshu-iitian",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "ContextFlux contributor instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/divyanshu-iitian/ContextFlux",
      "path": "AGENTS.md",
      "ref": "80b175c1a4f5d491504f9ce4ef00110dc23dcd90",
      "url": "https://github.com/divyanshu-iitian/ContextFlux/blob/80b175c1a4f5d491504f9ce4ef00110dc23dcd90/AGENTS.md",
      "key": "divyanshu-iitian/ContextFlux/AGENTS.md"
    }
  },
  "instructions": "# ContextFlux contributor instructions\n\n- Use Node.js 20 or newer and npm.\n- Keep indexing and retrieval local-only. Do not add telemetry, hosted embeddings, or implicit network calls.\n- Treat repository contents as untrusted input. Never execute indexed code.\n- Preserve strict token budgets and provenance in every context packet.\n- Add deterministic tests for ranking, cache invalidation, file filtering, and public API changes.\n- Run `npm run check`, `npm test`, and `npm run build` before committing.\n- Keep MCP tool descriptions explicit about when to use a tool, when not to use it, side effec",
  "cost": {
    "context_tokens": 156
  }
}

Fetch it by URL: GET /api/v1/registry/divyanshu-iitian-contextflux-contextflux/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.