Agent skill
strava-next-week-planner
Generate a next-week training plan from weekly load + risk outputs (derived from Strava MCP data).
Install this agent skill to your Project
npx add-skill https://github.com/mizunyang/stravalocalmcp/tree/main/strava-nextweek-plan
SKILL.md
Goal
Create a realistic next-week plan aligned with the user's goal and current risk level.
Procedure
- Fetch 4-week context via
weekly_stats(weeks=4, week_start=monday, tz_name=Asia/Tokyo). - Optionally call
detect_last_ride_and_comment()to tailor tone and highlight the latest ride. - Ask/Infer goal:
- default: base building (if not specified)
- Output a 7-day plan:
- 1 key session max (or none if risk=high)
- 2-4 easy sessions (Z2)
- at least 1 rest day
- include a brief "why" for each day
- Include guardrails:
- cap weekly volume increase (e.g., ~10% heuristic)
- if risk high: emphasize recovery
Output format (Markdown)
- Weekly objective
- Day-by-day bullets (Mon..Sun)
- Safety notes
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
strava-injury-risk-triage
Assess injury/fatigue risk using current vs prior weeks from Strava MCP weekly_stats.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
Didn't find tool you were looking for?