← スキル一覧に戻る

route-builder
by nadavyigal
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: route-builder description: Generates route specifications (distance, elevation, constraints) compatible with the app’s mapping layer. metadata: short-description: Builds runnable routes with safety constraints and map-ready specs.
When Codex should use it
- When the user requests a new route for a target distance/time.
- During plan creation if a route is missing for an upcoming workout.
Invocation guidance
- Provide target distance/time, surfaces, elevation preferences, and start location/constraints.
- Return route spec with segments, elevation notes, and safety considerations.
- Ensure output is compatible with
v0/lib/routeHelpers.tsandmapConfig.ts.
Input schema
See references/input-schema.json.
Output schema
See references/output-schema.json.
Integration points
- UI: Route selector modal; map layer in
v0/lib/mapConfig.ts. - API:
v0/app/api/route/build(new) backed by existing mapping helpers.
Safety & guardrails
- Exclude unsafe surfaces if flagged; avoid steep grades for beginners.
- If location data missing, request clarification and emit
SafetyFlag: missing_data. - No medical advice; suggest shorter routes if heat/injury risk.
Telemetry
- Emit
ai_skill_invokedwithdistance,surface,safety_flags.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です