running-coach-index
Installation
SKILL.md
Purpose
Defines the shared conventions, contracts, safety posture, and telemetry used by all Run-Smart AI skills. This index allows Claude to discover available skills and the rules they follow.
When Claude should use this skill
- 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
- When working with running coach features and need to understand data schemas or safety patterns
Invocation guidance
- Load shared references in
running-coach-index/references/(contracts, telemetry, conventions, smoke-tests). - Select the appropriate skill directory based on the user's need (plan generation, adjustment, insights, etc.).
- Validate request/response payloads against the schemas in
contracts.mdand skill-specific schemas.
Shared components
- Contracts:
running-coach-index/references/contracts.md - Telemetry:
running-coach-index/references/telemetry.md - Conventions:
running-coach-index/references/conventions.md - Smoke tests:
running-coach-index/references/smoke-tests.md