Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
fux-index-files - Skill - OpenSmartRoute
Skillv1.0.0
fux-index-files
`.fux/index/*.jsonl` is written by `fux ingest` only. `.fux/runtime/` is derived and `.fux/acquired/` holds fetched source bytes; both are gitignored.
Instruction file imported from arpitarya/fux (.github/instructions/fux-index-files.instructions.md). Copyright stays with the author.
Fux index files - do not hand-edit
.fux/index/*.jsonl is written by fux ingest only. .fux/runtime/ is derived
and .fux/acquired/ holds fetched source bytes; both are gitignored.
Never edit, splice or reformat a shard. Change the source, then run
fux ingest.
Merge conflict in a shard: resolve the content conflicts, check out one
side of each conflicted shard whole, then fux ingest (skill fux-maintain).
Never commit .fux/runtime/ or .fux/acquired/, and never ignore .fux/
wholesale.
Do not delete .fux/index/ to clear an error when URL sources exist -
those records cannot be rebuilt offline.
graph, explain and path need fux build.
Full procedure: the fux-index skill.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "arpitarya-fux-fux-index-files-instructions",
"kind": "skill",
"name": "fux-index-files",
"description": "`.fux/index/*.jsonl` is written by `fux ingest` only. `.fux/runtime/` is derived and `.fux/acquired/` holds fetched source bytes; both are gitignored.",
"publisher": "arpitarya",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"`.fux/index/*.jsonl` is written by `fux ingest` only. `.fux/runtime/` is derived and `.fux/acquired/` holds fetched source bytes; both are gitignored."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/arpitarya/fux",
"path": ".github/instructions/fux-index-files.instructions.md",
"ref": "10e427a7d616adea23e56596777ff4cca4b673eb",
"url": "https://github.com/arpitarya/fux/blob/10e427a7d616adea23e56596777ff4cca4b673eb/.github/instructions/fux-index-files.instructions.md",
"key": "arpitarya/fux/.github/instructions/fux-index-files.instructions.md"
},
"applies_to": ".fux/index/**,.fux/runtime/**,.fux/acquired/**"
},
"instructions": "# Fux index files - do not hand-edit\n\n`.fux/index/*.jsonl` is written by `fux ingest` only. `.fux/runtime/` is derived\nand `.fux/acquired/` holds fetched source bytes; both are gitignored.\n\n- **Never edit, splice or reformat a shard.** Change the source, then run\n `fux ingest`.\n- **Merge conflict in a shard:** resolve the content conflicts, check out one\n side of each conflicted shard whole, then `fux ingest` (skill `fux-maintain`).\n- **Never commit `.fux/runtime/` or `.fux/acquired/`**, and never ignore `.fux/`\n wholesale.\n- **Do not delete `.fux/index/` to clear an error** when URL source",
"cost": {
"context_tokens": 185
}
}
Fetch it by URL: GET /api/v1/registry/arpitarya-fux-fux-index-files-instructions/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.