My collection of skills Pi and other AI agents.
Works for Claude Code, Pi, Codex, Gemini CLI, etc.
One-liner, no global install required:
npx -y github:leonidgrishenkov/agent-skills install --target claudeTargets: claude (~/.claude/skills), pi, codex, gemini, or all. Omit --target to auto-detect installed
agents. Skills are symlinked by default — use --copy to copy them instead (e.g. if the npx cache may be cleaned), or
--dir <path> for a custom location.
npx -y github:leonidgrishenkov/agent-skills install --target all --copy
npx -y github:leonidgrishenkov/agent-skills update --target claude
npx -y github:leonidgrishenkov/agent-skills uninstall --target claude
npx -y github:leonidgrishenkov/agent-skills listupdate pulls the latest changes (when installed from a git clone) and reinstalls the skills. When using npx, add
--force to also refresh the cached package itself:
npx -y --force github:leonidgrishenkov/agent-skills update --target claudepi install git:github.com/leonidgrishenkov/agent-skillsTo install from a local clone instead:
pi install ./path/to/agent-skillsUpdate skills:
pi update git:github.com/leonidgrishenkov/agent-skills| Skill | Description |
|---|---|
| anki | Inspect, query, and manipulate a local Anki flashcard collection via the Anki Python library. |
| containers | Run and manage containers, build images on macOS. Covers Dockerfiles, compose files, images, registries, and containerized services. |
| macos-pim | Manage macOS Calendar & Reminders via CLI — create, list, edit, delete, search events/reminders, check free/busy, RSVP. |
| modern-cli | Prefer modern CLI alternatives (fd, rg, bat, eza, etc.) over legacy Unix tools when running shell commands. |
| obsidian-notes | Search, create, and manage notes in the Obsidian vault. |
| Extract text/tables from PDFs, merge/split documents, create new PDFs, fill forms, and OCR scanned files. | |
| python | Use uv for Python instead of the system interpreter — scripts, projects, packages, and virtual environments. |
| uv-python | Comprehensive uv guide — lockfiles, Docker/CI integration, monorepos, migration from pip/poetry, and full command reference. |