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.
linear-project-setup - Skill - OpenSmartRoute
Skillv1.0.0
linear-project-setup
Turn a tech spec into a Linear Project plus its prioritized Epics, following employer's Project->Epic conventions. Use when the user asks to set up a Linear project from a spec, create a project with
Imported from Tonours/etabli (pi/skills/linear-project-setup/SKILL.md). Install upstream with npx skills add Tonours/etabli --skill linear-project-setup. Copyright stays with the author.
Linear Project Setup
Read and follow the shared contract in
workflow/skills/linear-project-setup.md.
If the contract is missing in the workspace, try ~/.pi/agent/, ~/.claude/, then ~/.agents/ copies of the same relative path. If still missing, stop with SHARED_CONTRACT_MISSING.
Rules:
Use Linear MCP only.
Confirm with the user before creating the Project or any Epic.
Use linear-ticket-create instead for one isolated ticket.
Use it
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
tonours-etabli-linear-project-setup.ocm.jsonjson
{
"ocm": "1",
"id": "tonours-etabli-linear-project-setup",
"kind": "skill",
"name": "linear-project-setup",
"description": "Turn a tech spec into a Linear Project plus its prioritized Epics, following employer's Project->Epic conventions. Use when the user asks to set up a Linear project from a spec, create a project with epics, or stand up the backlog for a new initiative.",
"publisher": "Tonours",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Turn a tech spec into a Linear Project plus its prioritized Epics, following employer's Project->Epic conventions. Use when the user asks to set up a Linear project from a spec, create a project with epics, or stand up the backlog for a new initiative."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Tonours/etabli",
"path": "pi/skills/linear-project-setup/SKILL.md",
"ref": "a7ffd7819ea2039d715a0f72c11715fc34985c94",
"url": "https://github.com/Tonours/etabli/blob/a7ffd7819ea2039d715a0f72c11715fc34985c94/pi/skills/linear-project-setup/SKILL.md",
"key": "Tonours/etabli/pi/skills/linear-project-setup/SKILL.md"
}
},
"instructions": "# Linear Project Setup\n\nRead and follow the shared contract in\n`workflow/skills/linear-project-setup.md`.\n\nIf the contract is missing in the workspace, try `~/.pi/agent/`, `~/.claude/`, then `~/.agents/` copies of the same relative path. If still missing, stop with `SHARED_CONTRACT_MISSING`.\n\n\nRules:\n- Use Linear MCP only.\n- Confirm with the user before creating the Project or any Epic.\n- Use `linear-ticket-create` instead for one isolated ticket.",
"cost": {
"context_tokens": 112
}
}
Fetch it by URL: GET /api/v1/registry/tonours-etabli-linear-project-setup/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.