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.
Imported from Insajin/autopus-adk (.omp/skills/auto-dev/SKILL.md). Install upstream with npx skills add Insajin/autopus-adk --skill auto-dev. Copyright stays with the author.
auto-dev
OMP Invocation
/auto dev ...
/auto-dev ...
Load detail skill auto-dev for either entrypoint.
실행 계약
풀 사이클 개발 — plan → go → sync를 순차 실행합니다
대상 디렉터리와 전달된 인자를 확인합니다.
auto plan → auto go → auto sync를 순차 실행합니다.
첫 실패 단계에서 멈추고 재개 방법을 보고합니다.
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.
insajin-autopus-adk-auto-dev.ocm.jsonjson
{
"ocm": "1",
"id": "insajin-autopus-adk-auto-dev",
"kind": "skill",
"name": "auto-dev",
"description": "풀 사이클 개발 — plan → go → sync를 순차 실행합니다",
"publisher": "Insajin",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"풀 사이클 개발 — plan → go → sync를 순차 실행합니다"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Insajin/autopus-adk",
"path": ".omp/skills/auto-dev/SKILL.md",
"ref": "4d7bd2ce4778a151c0899c6594f68d373765bfcd",
"url": "https://github.com/Insajin/autopus-adk/blob/4d7bd2ce4778a151c0899c6594f68d373765bfcd/.omp/skills/auto-dev/SKILL.md",
"key": "Insajin/autopus-adk/.omp/skills/auto-dev/SKILL.md"
},
"compatibility": "omp"
},
"instructions": "# auto-dev\n\n## OMP Invocation\n\n- `/auto dev ...`\n- `/auto-dev ...`\n- Load detail skill `auto-dev` for either entrypoint.\n\n## 실행 계약\n\n풀 사이클 개발 — plan → go → sync를 순차 실행합니다\n\n1. 대상 디렉터리와 전달된 인자를 확인합니다.\n2. `auto plan` → `auto go` → `auto sync`를 순차 실행합니다.\n3. 첫 실패 단계에서 멈추고 재개 방법을 보고합니다.",
"cost": {
"context_tokens": 70
}
}
Fetch it by URL: GET /api/v1/registry/insajin-autopus-adk-auto-dev/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.