Claude-skill-registry codex-skills-index
Entry point for Codex-discoverable skills used by the Run-Smart AI coach.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/index" ~/.claude/skills/majiayu000-claude-skill-registry-codex-skills-index-5a7010 && rm -rf "$T"
manifest:
skills/data/index/SKILL.mdsource content
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
- Load shared references in
(contracts, telemetry, conventions, smoke-tests)._index/references/ - Select the appropriate skill directory based on the user’s need (plan generation, adjustment, insights, etc.).
- Validate request/response payloads against the schemas in
and skill-specific schemas.contracts.md
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
objects when thresholds are crossed and log viaSafetyFlag
.ai_safety_flag_raised
Integration points
- Skills are invoked from chat flows (
,v0/app/api/chat/route.ts
), plan generation APIs (v0/lib/enhanced-ai-coach.ts
), background jobs (plan adjustment), and post-run screens.v0/app/api/generate-plan/route.ts
Telemetry events (standard)
ai_skill_invokedai_plan_generatedai_adjustment_appliedai_insight_createdai_safety_flag_raisedai_user_feedback