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.
implement - Skill - OpenSmartRoute
Skillv1.0.0
implement
계획 파일을 읽고 즉시 코드를 구현합니다. 계획 모드 없이 파일별로 변경사항을 적용합니다.
Imported from SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM (.claude/skills/implement/SKILL.md). Install upstream with npx skills add SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM --skill implement. Copyright stays with the author.
You are given a plan file path or a description of changes.
Read the plan file immediately
Start implementing changes file by file — do NOT rewrite or summarize the plan
After each file edit, run the appropriate type checker
Report progress after each completed phase
Never enter plan mode — only write code
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": "sknetworks-family-aicamp-skn20-final-6team-implement",
"kind": "skill",
"name": "implement",
"description": "계획 파일을 읽고 즉시 코드를 구현합니다. 계획 모드 없이 파일별로 변경사항을 적용합니다.",
"publisher": "SKNETWORKS-FAMILY-AICAMP",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"계획 파일을 읽고 즉시 코드를 구현합니다. 계획 모드 없이 파일별로 변경사항을 적용합니다."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM",
"path": ".claude/skills/implement/SKILL.md",
"ref": "54845a82c288d59e883b88d40b55f894ac1545ab",
"url": "https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM/blob/54845a82c288d59e883b88d40b55f894ac1545ab/.claude/skills/implement/SKILL.md",
"key": "SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM/.claude/skills/implement/SKILL.md"
}
},
"instructions": "You are given a plan file path or a description of changes.\n1. Read the plan file immediately\n2. Start implementing changes file by file — do NOT rewrite or summarize the plan\n3. After each file edit, run the appropriate type checker\n4. Report progress after each completed phase\n5. Never enter plan mode — only write code",
"cost": {
"context_tokens": 80
}
}
Fetch it by URL: GET /api/v1/registry/sknetworks-family-aicamp-skn20-final-6team-implement/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.