
Running
- Updated July 30, 2026
- k15r/k15rhub
running is a Claude Code skill in the Productivity & Planning category. Analyze runs from Runalyze and manage marathon/half-marathon training plans in Obsidian.
Key points
- running
- Productivity & Planning
- AI-coding skill
Running by the numbers
- Data as of Jul 31, 2026 (Skillselion catalog sync)
/plugin marketplace add k15r/k15rhub/plugin install running@k15rhubAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 30, 2026 |
|---|---|
| Repository | k15r/k15rhub ↗ |
What it does
Analyze runs from Runalyze and manage marathon/half-marathon training plans in Obsidian.
README.md
k15rhub — Claude Code Plugin Marketplace
A personal Claude Code plugin marketplace by k15r.
Installation
1. Add the marketplace
/plugin marketplace add k15r/k15rhub
2. Install a plugin
/plugin install running@k15rhub
3. Verify installation
/plugin
The installed skills will be available as /running:marathon-coach and /running:analyze-run.
Available Plugins
| Plugin | Description | Version |
|---|---|---|
| running | Analyze runs from Runalyze and manage marathon/half-marathon training plans in Obsidian. | 0.7.0 |
Updating
Refresh the marketplace catalog and upgrade plugins:
/plugin marketplace update k15rhub
Uninstalling
/plugin uninstall running@k15rhub
To remove the marketplace entirely:
/plugin marketplace remove k15rhub
For Plugin Authors
Plugins live in plugins/<name>/ and must contain:
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
└── skills/
└── my-skill/
└── SKILL.md # Skill definition with YAML frontmatter
After adding or modifying a plugin, register it in .claude-plugin/marketplace.json and bump the version in both marketplace.json and plugin.json. The pre-push hook enforces this automatically.
Development Setup
After cloning, install the git hooks:
bash scripts/install-hooks.sh
This installs a pre-push hook that blocks pushes where plugin.json was modified but the version was not bumped to a higher semver value.
License
MIT