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.
vibe-coding-rules - Skill - OpenSmartRoute
Skillv1.0.0
vibe-coding-rules
기능을 빠르게 반복 개발하되 운영 안정성, 가독성, 테스트 신뢰성을 함께 유지해야 할 때 사용합니다.
Instruction file imported from 100BillionAds/main-repo (.github/instructions/vibe-coding-rules.instructions.md). Copyright stays with the author.
바이브 코딩 규칙
빠르게 개발하되 모든 변경은 검증 가능해야 합니다.
대규모 재작성보다 작고 조합 가능한 수정 단위를 선호합니다.
진행 체크리스트를 유지하고 부분 통과 상태를 완료로 선언하지 않습니다.
조건 실패 시 다음 단계로 넘어가기 전에 즉시 수정합니다.
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": "100billionads-main-repo-vibe-coding-rules-instructions",
"kind": "skill",
"name": "vibe-coding-rules",
"description": "기능을 빠르게 반복 개발하되 운영 안정성, 가독성, 테스트 신뢰성을 함께 유지해야 할 때 사용합니다.",
"publisher": "100BillionAds",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"기능을 빠르게 반복 개발하되 운영 안정성, 가독성, 테스트 신뢰성을 함께 유지해야 할 때 사용합니다."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/100BillionAds/main-repo",
"path": ".github/instructions/vibe-coding-rules.instructions.md",
"ref": "b78624aebbcaf221fa10aaac1b883c00e6473ec6",
"url": "https://github.com/100BillionAds/main-repo/blob/b78624aebbcaf221fa10aaac1b883c00e6473ec6/.github/instructions/vibe-coding-rules.instructions.md",
"key": "100BillionAds/main-repo/.github/instructions/vibe-coding-rules.instructions.md"
}
},
"instructions": "# 바이브 코딩 규칙\n\n- 빠르게 개발하되 모든 변경은 검증 가능해야 합니다.\n- 대규모 재작성보다 작고 조합 가능한 수정 단위를 선호합니다.\n- 진행 체크리스트를 유지하고 부분 통과 상태를 완료로 선언하지 않습니다.\n- 조건 실패 시 다음 단계로 넘어가기 전에 즉시 수정합니다.",
"cost": {
"context_tokens": 39
}
}
Fetch it by URL: GET /api/v1/registry/100billionads-main-repo-vibe-coding-rules-instructions/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.