Imported from tchajed/game-a-day (rhythm-platformer/AGENTS.md). Install upstream with npx skills add tchajed/game-a-day --skill rhythm-platformer. Copyright stays with the author.
Game development instructions
Read and follow the shared project goals, workflow, and technical constraints in ../GAME_GUIDELINES.md.
Treat this game directory as the complete project for the current task. Do not inspect or modify sibling game directories unless the user explicitly asks you to.
This is a rapid game prototype: it should be finished in one day, with massive AI assistance.
Commit each logical change immediately.
I often run other vite servers, so to avoid conflicts pick a random high port to use for testing servers. Avoid killing or conflicting with those other servers.
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/tchajed-game-a-day-rhythm-platformer/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.
tchajed-game-a-day-rhythm-platformer.ocm.jsonjson
{
"ocm": "1",
"id": "tchajed-game-a-day-rhythm-platformer",
"kind": "skill",
"name": "rhythm-platformer",
"description": "Read and follow the shared project goals, workflow, and technical constraints in [`../GAME_GUIDELINES.md`](../GAME_GUIDELINES.md).",
"publisher": "tchajed",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read and follow the shared project goals, workflow, and technical constraints in [`../GAME_GUIDELINES.md`](../GAME_GUIDELINES.md)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/tchajed/game-a-day",
"path": "rhythm-platformer/AGENTS.md",
"ref": "9f8cae8fcdf34dc3f6e56715e12110273d2cfab2",
"url": "https://github.com/tchajed/game-a-day/blob/9f8cae8fcdf34dc3f6e56715e12110273d2cfab2/rhythm-platformer/AGENTS.md",
"key": "tchajed/game-a-day/rhythm-platformer/AGENTS.md"
}
},
"instructions": "# Game development instructions\n\nRead and follow the shared project goals, workflow, and technical constraints in [`../GAME_GUIDELINES.md`](../GAME_GUIDELINES.md).\n\nTreat this game directory as the complete project for the current task. Do not inspect or modify sibling game directories unless the user explicitly asks you to.\n\nThis is a rapid game prototype: it should be finished in one day, with massive AI assistance.\n\nCommit each logical change immediately.\n\nI often run other vite servers, so to avoid conflicts pick a random high port to use for testing servers. Avoid killing or conflicting w",
"cost": {
"context_tokens": 156
}
}
Fetch it by URL: GET /api/v1/registry/tchajed-game-a-day-rhythm-platformer/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.