スキル一覧に戻る
nadavyigal

codex-skills-index

by nadavyigal

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: codex-skills-index description: Entry point for Codex-discoverable skills used by the Run-Smart AI coach. metadata: short-description: Catalog of AI skills, contracts, telemetry, and guardrails for Run-Smart.

Purpose

Defines the shared conventions, contracts, safety posture, and telemetry used by all Run-Smart AI skills. This index allows Codex to discover available skills and the rules they follow.

When Codex should use it

  • Before invoking any Run-Smart skill to understand shared schemas, safety guidance, and telemetry.
  • When onboarding a new skill to ensure compliance with common contracts.

Invocation guidance

  1. Load shared references in _index/references/ (contracts, telemetry, conventions, smoke-tests).
  2. Select the appropriate skill directory based on the user’s need (plan generation, adjustment, insights, etc.).
  3. Validate request/response payloads against the schemas in contracts.md and skill-specific schemas.

Shared components

  • Contracts: _index/references/contracts.md
  • Telemetry: _index/references/telemetry.md
  • Conventions: _index/references/conventions.md
  • Smoke tests: _index/references/smoke-tests.md

Safety & guardrails

  • No medical diagnosis. If pain/dizziness/severe symptoms appear, advise stopping activity and consulting a qualified professional.
  • Prefer conservative adjustments under uncertainty.
  • Emit SafetyFlag objects when thresholds are crossed and log via ai_safety_flag_raised.

Integration points

  • Skills are invoked from chat flows (v0/app/api/chat/route.ts, v0/lib/enhanced-ai-coach.ts), plan generation APIs (v0/app/api/generate-plan/route.ts), background jobs (plan adjustment), and post-run screens.

Telemetry events (standard)

  • ai_skill_invoked
  • ai_plan_generated
  • ai_adjustment_applied
  • ai_insight_created
  • ai_safety_flag_raised
  • ai_user_feedback

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です