About potato-skills
potato-skills is open-source software for generating essential infrastructure that connects together — for every department of your business. Each skill is a self-contained folder with aSKILL.md: instructions any capable coding agent can pick up and run. Install one, and your agent knows how to build and operate that piece of your stack.
Skills here favor a clean contract between the skill and any external system it integrates with, so the two can evolve independently. A skill that writes journal entries defines the entry format; the web app that renders them consumes the same contract. That's the pattern for everything in this repo: skills produce artifacts with contracts, and infrastructure snaps together along those contracts.
Install
Every skill installs with one command:
npx skills add owersbrett/potato-skills --skill <name>Works with Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, VS Code, Zed — any agent that reads a SKILL.md.
The naming
The "potato" naming is just the house style — it's how this project labels things, not a theme baked into what the skills produce. The artifacts are clean and professional.
Open source
Everything is Apache 2.0 and lives atgithub.com/owersbrett/potato-skills. Issues and contributions welcome. This site rebuilds from the repo itself — a new skill folder with a valid SKILL.md appears here automatically.