AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Cycling Training

skill-disco-trooper-skills-cycling-training · by disco-trooper

Cycling training plans, power zones, FTP testing, intervals, periodization, indoor/outdoor training, race preparation, training-load analysis, and recovery guidance. Use when Codex needs to design cycling workouts, calculate FTP-based zones or TSS, analyze training data, manage CTL/ATL/TSB, or answer cyclist training questions.

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-disco-trooper-skills-cycling-training

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-disco-trooper-skills-cycling-training)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Cycling Training? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Cycling Training Skill

Evidence-based cycling training guidance grounded in peer-reviewed sports science research.

Quick Reference

Power Zones (Quick Reference)

| Zone | Name | % FTP | Primary Use | |------|------|-------|-------------| | 1 | Active Recovery | "

python3 "$SKILLSDIR/cycling-training/scripts/calculatezones.py" 250 --model coggan python3 "$SKILLSDIR/cycling-training/scripts/calculatezones.py" 250 --model seiler --json python3 "$SKILLSDIR/cycling-training/scripts/calculatetss.py" 250 230 60 --json python3 "$SKILLSDIR/cycling-training/scripts/analyzeweek.py" 450 65 72 --prev-week-tss 400 --daily-tss 60,80,0,70,90,80,70 --json


Test suite (stdlib only):

```bash
python3 -m unittest discover -s "$SKILLS_DIR/cycling-training/scripts/tests" -p 'test_*.py' -v

Companion Skills

intervals-icu (Data API)

For fetching and updating data from intervals.icu platform, use the intervals-icu skill:

┌─────────────────┐     fetch data      ┌───────────────────┐
│  intervals-icu  │ ──────────────────► │ cycling-training  │
│   (DATA API)    │                     │    (ANALYSIS)     │
│                 │ ◄────────────────── │                   │
│ • wellness      │   interpret results │ • zone calc       │
│ • activities    │                     │ • periodization   │
│ • power curves  │                     │ • workout design  │
│ • fitness       │                     │ • load management │
└─────────────────┘                     └───────────────────┘

Common workflow:

  1. Fetch data: $SKILLS_DIR/intervals-icu/scripts/api.sh wellness today
  2. Analyze with this skill (zone calculation, load management)
  3. Update: $SKILLS_DIR/intervals-icu/scripts/api.sh wellness-update today '{"readiness": 4}'

Indoor Training Essentials

Critical Setup: | Component | Requirement | Why | |-----------|-------------|-----| | Fan | Strong airflow at torso (as much as practical) | Better cooling and higher sustainable indoor power | | Temperature | 2 weeks

  • Illness frequency increase
  • Mood disturbances

Cardiovascular Risks (High Volume)

Medical disclaimer: Educational only — not medical advice. If you have symptoms or risk factors, seek medical evaluation.

Red flags to take seriously:

  • Palpitations, unusual dyspnea, syncope, chest pain

→ See [injuries.md](references/injuries.md#cardiovascular-risks-of-endurance-training) for details and sources

Workflow Guides

Plan Type Decision Tree

Athlete's primary goal?
├── Build aerobic base
│   └── Use: Base Building workflow → base-8-week.md template
├── Increase FTP/threshold
│   └── Current CTL?
│       ├── 12 weeks: Full periodization (base → build → peak)
│       ├── 8-12 weeks: Build → peak
│       └── 10 hours
    └── Traditional periodization or pyramidal
        (More flexibility in distribution)

Training Analysis Workflow

When analyzing completed training data:

  1. Weekly Review
  • Compare actual vs planned TSS
  • Check intensity distribution (time in zones)
  • Review key workout execution (hit targets?)
  • Note subjective feedback (RPE, fatigue, mood)
  1. Performance Trends
  • Track FTP progression (eFTP from intervals.icu)
  • Monitor Efficiency Factor (NP/HR) trend
  • Check power curve for improvements
  • Compare HR:power decoupling on endurance rides
  1. Load Management
  • Calculate ACWR (heuristic; watch for spikes)
  • Monitor CTL ramp rate (<7 pts/week)
  • Watch for excessive negative TSB (<-30)
  1. Red Flags to Address
  • Declining power at same HR
  • Increasing RPE for same workouts
  • Poor sleep/recovery scores
  • Missed workouts pattern

→ For detailed metrics, see [analytics.md](references/analytics.md)

Common Scenarios

Quick answers with deep-dive links: See [quick-reference.md](references/quick-reference.md)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.