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.
dlsl-debt - Skill - OpenSmartRoute
Skillv1.0.0
dlsl-debt
Do Less, Say Less debt ledger. Harvest `ponytail:` comments and deliberate shortcut markers into a concise report, optionally writing a ledger file when explicitly requested. Use when the user says /d
Imported from monswiklund/do-less-say-less-agent-skill (skills/dlsl-debt/SKILL.md). Install upstream with npx skills add monswiklund/do-less-say-less-agent-skill --skill dlsl-debt. Copyright stays with the author.
Only if user asks to write/save ledger: create or update PONYTAIL-DEBT.md.
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.
{
"ocm": "1",
"id": "monswiklund-do-less-say-less-agent-skill-dlsl-debt",
"kind": "skill",
"name": "dlsl-debt",
"description": "Do Less, Say Less debt ledger. Harvest `ponytail:` comments and deliberate shortcut markers into a concise report, optionally writing a ledger file when explicitly requested. Use when the user says /dlsl-debt, ponytail debt, dlsl debt, list shortcuts, what did we defer, debt ledger, or what did we mark to do later.",
"publisher": "monswiklund",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Do Less, Say Less debt ledger. Harvest `ponytail:` comments and deliberate shortcut markers into a concise report, optionally writing a ledger file when explicitly requested. Use when the user says /dlsl-debt, ponytail debt, dlsl debt, list shortcuts, what did we defer, debt ledger, or what did we mark to do later."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/monswiklund/do-less-say-less-agent-skill",
"path": "skills/dlsl-debt/SKILL.md",
"ref": "c3b114c20096560d6e377695a4d1472889fa0701",
"url": "https://github.com/monswiklund/do-less-say-less-agent-skill/blob/c3b114c20096560d6e377695a4d1472889fa0701/skills/dlsl-debt/SKILL.md",
"key": "monswiklund/do-less-say-less-agent-skill/skills/dlsl-debt/SKILL.md"
}
},
"instructions": "# dlsl-debt\n\nCollect deliberate simplification markers. Default read-only.\n\n## Scan\n\nUse fast search, skip `.git`, `node_modules`, build output, vendored deps:\n\n```sh\nrg -n --hidden --glob '!.git' --glob '!node_modules' --glob '!dist' --glob '!build' '(^|[[:space:]])(#|//|--|/\\*) ?ponytail:'\n```\n\nFallback:\n\n```sh\ngrep -rnE '(#|//|--) ?ponytail:' .\n```\n\n## Parse\n\nConvention:\n\n```text\nponytail: <ceiling>, <upgrade trigger/path>\n```\n\nTag entries with no upgrade trigger as `no-trigger`.\n\n## Output\n\nGroup by file:\n\n```text\n<file>:<line> — <simplification>. ceiling: <limit>. upgrade: <trigger>.\n```\n",
"cost": {
"context_tokens": 199
}
}
Fetch it by URL: GET /api/v1/registry/monswiklund-do-less-say-less-agent-skill-dlsl-debt/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.