Imported from bearcove/styx (AGENTS.md). Install upstream with npx skills add bearcove/styx. Copyright stays with the author.
Styx
Styx is a configuration language.
Documentation Site
The docs/ directory uses bearcove/dodeca as the static site generator, NOT Zola. Dodeca runs vite for the dev server and vite build for production builds.
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/bearcove-styx-styx/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.
bearcove-styx-styx.ocm.jsonjson
{
"ocm": "1",
"id": "bearcove-styx-styx",
"kind": "skill",
"name": "styx",
"description": "Styx is a configuration language.",
"publisher": "bearcove",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Styx is a configuration language."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/bearcove/styx",
"path": "AGENTS.md",
"ref": "5a8e4669562e560937c27308e2ece70de63e0ba8",
"url": "https://github.com/bearcove/styx/blob/5a8e4669562e560937c27308e2ece70de63e0ba8/AGENTS.md",
"key": "bearcove/styx/AGENTS.md"
}
},
"instructions": "# Styx\n\nStyx is a configuration language.\n\n## Documentation Site\n\nThe `docs/` directory uses [bearcove/dodeca](https://github.com/bearcove/dodeca) as the static site generator, NOT Zola. Dodeca runs vite for the dev server and `vite build` for production builds.",
"cost": {
"context_tokens": 65
}
}
Fetch it by URL: GET /api/v1/registry/bearcove-styx-styx/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.