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.
Instruction file imported from loicthomson/holiday_care (.github/instructions/holiday-childcare.instructions.md). Copyright stays with the author.
Holiday Childcare Project
Project Overview
A Single Page Application (SPA) to provide information on holiday childcare sessions avaialable for each day, including venue information and session schedules. This will only be done for the weekdays of the weeks starting on the 1st of June and ending on the 12 of June.
Stack
svelte-kit
grafitti for UI styling (bun install @drop-in/graffiti)
bun for package management
Conventions
Data
Venue and session data lives in childcare_session.json at the project root
Do not hardcode venue names or addresses — always read from the JSON file
Running the Project
bun run dev
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/loicthomson-holiday-care-holiday-childcare-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": "loicthomson-holiday-care-holiday-childcare-instructions",
"kind": "skill",
"name": "holiday-childcare",
"description": "Use when working on the holiday-childcare project",
"publisher": "loicthomson",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when working on the holiday-childcare project"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/loicthomson/holiday_care",
"path": ".github/instructions/holiday-childcare.instructions.md",
"ref": "99c97f430810c2043e890313e001530a03131dc7",
"url": "https://github.com/loicthomson/holiday_care/blob/99c97f430810c2043e890313e001530a03131dc7/.github/instructions/holiday-childcare.instructions.md",
"key": "loicthomson/holiday_care/.github/instructions/holiday-childcare.instructions.md"
}
},
"instructions": "# Holiday Childcare Project\n\n## Project Overview\nA Single Page Application (SPA) to provide information on holiday childcare sessions avaialable for each day, including venue information and session schedules. This will only be done for the weekdays of the weeks starting on the 1st of June and ending on the 12 of June. \n\n## Stack\n- **svelte-kit**\n- **grafitti** for UI styling (bun install @drop-in/graffiti)\n- **bun** for package management\n\n## Conventions\n\n### Data\n- Venue and session data lives in `childcare_session.json` at the project root\n- Do not hardcode venue names or addresses — alway",
"cost": {
"context_tokens": 168
}
}
Fetch it by URL: GET /api/v1/registry/loicthomson-holiday-care-holiday-childcare-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.