Agent skill · mvanhorn

pp-motogp

The first CLI and MCP server for MotoGP — human-friendly commands, offline SQLite history, and analyses no single endpoint provides. Trigger phrases: `who won the motogp race`, `motogp standings`, `motogp calendar`, `compare two motogp riders`, `check moto2 results`, `use motogp`, `run motogp`.

What it needs

About 11k tokens when loaded.

What this skill does

<!-- GENERATED FILE — DO NOT EDIT. This file is a verbatim mirror of library/media-and-entertainment/motogp/SKILL.md, regenerated post-merge by tools/generate-skills/. Hand-edits here are silently overwritten on the next regen. Edit the library/ source instead. See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". --> MotoGP — Printing Press CLI Prerequisites: Install the CLI This skill drives the motogp-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: motogp-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails before this CLI has a public-library category, install Node or use the category-specific Go fallback after publish. If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Query MotoGP, Moto2, and Moto3 results, standings, riders, and calendars by name instead of chained UUIDs. Every command resolves year, class, event, and rider names against the live API, and layered analyses — round-by-round title races, rider head-to-heads, and circuit histories — answer questions the official API can't in one call. When to Use This CLI Reach for this CLI whenever an agent needs MotoGP, Moto2, or Moto3 facts: race winners, championship standings, rider stats, season calendars, or head-to-head comparisons. It is the right choice over a raw API call because it resolves human names to UUIDs and answers cross-season questions the API cannot. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/pp-motogp

View the source on GitHub

Browse the @skills marketplace