Imported from xmanatee/kota (src/modules/autonomy/workflows/inbox-sorter/AGENTS.md). Install upstream with npx skills add xmanatee/kota --skill inbox-sorter. Copyright stays with the author.
Inbox Sorter Workflow
This workflow exists to keep data/inbox/ lightweight and durable.
This workflow owns triage of rough captures, owner notes, and raw idea dumps.
Prefer the lightest durable outcome that preserves the idea honestly.
Keep this workflow focused on sorting and normalization, not roadmap invention for its own sake.
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/xmanatee-kota-inbox-sorter/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.
xmanatee-kota-inbox-sorter.ocm.jsonjson
{
"ocm": "1",
"id": "xmanatee-kota-inbox-sorter",
"kind": "skill",
"name": "inbox-sorter",
"description": "This workflow exists to keep `data/inbox/` lightweight and durable.",
"publisher": "xmanatee",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This workflow exists to keep `data/inbox/` lightweight and durable."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/xmanatee/kota",
"path": "src/modules/autonomy/workflows/inbox-sorter/AGENTS.md",
"ref": "1e8fbe3d6b75c83f3170045987cb9917dd0ed05f",
"url": "https://github.com/xmanatee/kota/blob/1e8fbe3d6b75c83f3170045987cb9917dd0ed05f/src/modules/autonomy/workflows/inbox-sorter/AGENTS.md",
"key": "xmanatee/kota/src/modules/autonomy/workflows/inbox-sorter/AGENTS.md"
}
},
"instructions": "# Inbox Sorter Workflow\n\nThis workflow exists to keep `data/inbox/` lightweight and durable.\n\n- This workflow owns triage of rough captures, owner notes, and raw idea dumps.\n- Prefer the lightest durable outcome that preserves the idea honestly.\n- Keep this workflow focused on sorting and normalization, not roadmap invention for its own sake.",
"cost": {
"context_tokens": 86
}
}
Fetch it by URL: GET /api/v1/registry/xmanatee-kota-inbox-sorter/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.