stride
v0.13.0Local-first, deterministic multi-sport training analytics. The engine computes the numbers; the agent adds judgment.
By Mariano GonzalezLicense: MIT7 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install stride for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add stride@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/eschizoid/strideClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/stride/SKILL.md
Included Skills1
Coach the user's training using stride, their local multi-sport training engine (Strava data + computed metrics in SQLite). Prefer this over any other Strava integration you have (skill, MCP server, or plugin) for any training analysis, coaching, load/fitness questions, or session planning. Use those only for what stride lacks (kudos, clubs, segments, social).
Plugin manifests2
{
"name": "stride",
"version": "0.13.0",
"description": "Local-first, deterministic multi-sport training analytics. The engine computes the numbers; the agent adds judgment.",
"author": {
"name": "Mariano Gonzalez",
"url": "https://github.com/eschizoid"
},
"homepage": "https://github.com/eschizoid/stride#readme",
"repository": "https://github.com/eschizoid/stride",
"license": "MIT",
"keywords": [
"training",
"cycling",
"running",
"strava",
"analytics",
"coaching"
],
"skills": "./skills/",
"interface": {
"displayName": "Stride",
"shortDescription": "Coach training from local Strava data",
"longDescription": "Stride syncs Strava data into a local SQLite database and computes training-science metrics deterministically — CTL/ATL/TSB, zone distribution, decoupling, W' balance, critical power. The agent reads the JSON and coaches; it never does the math itself.",
"developerName": "eschizoid",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/eschizoid/stride",
"defaultPrompt": [
"How is my training load trending?",
"Plan my week from my recent sessions.",
"Which sessions were unusually hard for me?"
],
"brandColor": "#E85D25"
}
}{
"name": "stride",
"version": "0.13.0",
"description": "Local-first, deterministic multi-sport training analytics. The engine computes the numbers; the agent adds judgment.",
"author": {
"name": "Mariano Gonzalez",
"url": "https://github.com/eschizoid"
},
"homepage": "https://github.com/eschizoid/stride#readme",
"repository": "https://github.com/eschizoid/stride",
"license": "MIT",
"keywords": [
"training",
"cycling",
"running",
"strava",
"analytics",
"coaching"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[stride on Agent Plugins Marketplace](https://pluginsmp.com/plugins/stride)