Imported from thomaxis/ghostnet (
.iflow/skills/gds-create-game-brief/SKILL.md). Install upstream withnpx skills add thomaxis/ghostnet --skill gds-create-game-brief. Copyright stays with the author.
Follow the instructions in workflow.md.
Interactive game brief creation guiding users through defining their game vision. Use when the user says "game brief" or "create brief"
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from thomaxis/ghostnet (
.iflow/skills/gds-create-game-brief/SKILL.md). Install upstream withnpx skills add thomaxis/ghostnet --skill gds-create-game-brief. Copyright stays with the author.
Follow the instructions in workflow.md.
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}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "thomaxis-ghostnet-gds-create-game-brief",
"kind": "skill",
"name": "gds-create-game-brief",
"description": "Interactive game brief creation guiding users through defining their game vision. Use when the user says \"game brief\" or \"create brief\"",
"publisher": "thomaxis",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Interactive game brief creation guiding users through defining their game vision. Use when the user says \"game brief\" or \"create brief\""
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/thomaxis/ghostnet",
"path": ".iflow/skills/gds-create-game-brief/SKILL.md",
"ref": "e75b8ddfafa844b0d7b8f0b3e51243632a65b109",
"url": "https://github.com/thomaxis/ghostnet/blob/e75b8ddfafa844b0d7b8f0b3e51243632a65b109/.iflow/skills/gds-create-game-brief/SKILL.md",
"key": "thomaxis/ghostnet/.iflow/skills/gds-create-game-brief/SKILL.md"
}
},
"instructions": "Follow the instructions in [workflow.md](workflow.md).",
"cost": {
"context_tokens": 13
}
}Fetch it by URL: GET /api/v1/registry/thomaxis-ghostnet-gds-create-game-brief/manifest?version=1.0.0
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.