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.
data - Skill - OpenSmartRoute
Skillv1.0.0
data
Do not create, modify, or commit real data files under `data/raw/` or `data/external/` — these are immutable. Writing derived data to `data/interim/` or `data/processed/` is allowed in code, but do no
Instruction file imported from atsushi-green/ds-ai-coding-skills (.github/instructions/data.instructions.md). Copyright stays with the author.
Do not create, modify, or commit real data files under data/raw/ or data/external/ — these are immutable. Writing derived data to data/interim/ or data/processed/ is allowed in code, but do not commit large data files. Only .gitkeep files and documentation (README, markdown) are acceptable to commit. See .github/skills/safe-data-handling/SKILL.md.
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/atsushi-green-ds-ai-coding-skills-data-instructions/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.
{
"ocm": "1",
"id": "atsushi-green-ds-ai-coding-skills-data-instructions",
"kind": "skill",
"name": "data",
"description": "Do not create, modify, or commit real data files under `data/raw/` or `data/external/` — these are immutable. Writing derived data to `data/interim/` or `data/processed/` is allowed in code, but do not commit large data files. Only `.gitkeep` files and documentation (README, markdown) are acceptable to commit. See `.github/skills/safe-data-handling/SKILL.md`.",
"publisher": "atsushi-green",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Do not create, modify, or commit real data files under `data/raw/` or `data/external/` — these are immutable. Writing derived data to `data/interim/` or `data/processed/` is allowed in code, but do not commit large data files. Only `.gitkeep` files and documentation (README, markdown) are acceptable to commit. See `.github/skills/safe-data-handling/SKILL.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/atsushi-green/ds-ai-coding-skills",
"path": ".github/instructions/data.instructions.md",
"ref": "edb4684e0917337d93eaf8039a5bcb36e632eab8",
"url": "https://github.com/atsushi-green/ds-ai-coding-skills/blob/edb4684e0917337d93eaf8039a5bcb36e632eab8/.github/instructions/data.instructions.md",
"key": "atsushi-green/ds-ai-coding-skills/.github/instructions/data.instructions.md"
},
"applies_to": "data/**"
},
"instructions": "Do not create, modify, or commit real data files under `data/raw/` or `data/external/` — these are immutable. Writing derived data to `data/interim/` or `data/processed/` is allowed in code, but do not commit large data files. Only `.gitkeep` files and documentation (README, markdown) are acceptable to commit. See `.github/skills/safe-data-handling/SKILL.md`.",
"cost": {
"context_tokens": 90
}
}
Fetch it by URL: GET /api/v1/registry/atsushi-green-ds-ai-coding-skills-data-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.