Agent-agnostic skill files that teach AI coding agents how to use specific tools. Works with pi, Claude Code, Cursor, and any agent that supports markdown-based skill injection.
Skills are the “man pages” of the AI agent world — structured documentation that tells an LLM how to operate a CLI, what’s safe to run, what patterns to follow, and what gotchas to avoid. Each skill is a standalone markdown file, CC0-licensed, designed to be dropped into any agent’s context.
Current skills cover Google Cloud (gcloud), process management (PM2), pre-release workflows (changesets), web search (ddgs), terminal recording (VHS), spreadsheet modeling, and Azure CLI. Installable via npx skills add for 39+ agents, or pi install npm:@marcfargas/skills for pi.
The motivation: every time an agent struggles with a CLI, the fix is always the same — better instructions. Skills make those instructions reusable across projects and agents.