pi
Personal coding agent home with extensions, skills, and workflows
All Skills in This Repository (11)
Pure Emerald Level Indicatorsworkon
Switches the working context to a specified project, loading Git status and task issues.
pi-heartbeat
Configure and execute periodic health checks with customizable HEARTBEAT.md checklists.
pi-subagent
Orchestrate task delegation to isolated subprocesses for parallel or sequential execution.
pi-projects
Discover git repositories and display their status via dashboard and CLI.
pi-memory
Manage persistent memory across AI sessions with file-based storage.
sample-skill
Provide a template for creating new skills with setup and usage instructions.
handoff
Generate a self-contained handoff prompt capturing project context and remaining work.
readme-reviewer
Generate and review README.md files from codebase structure and dependencies.
changelog-generator
Generate and update CHANGELOG.md files from git history.
git-project-status
Generates comprehensive Git repository status reports with branch, commit, and dependency health.
npm
Manage Node.js packages and execute npm scripts for development workflows.
Frequently Asked Questions
FAQPage SchemaHow to install pi?โผ
Run `npx skills add espennilsen/pi --all -g -y` in your terminal to install all skills in this suite globally.
What is the pi repository for?โผ
It is a version-controlled personal agent home directory containing extensions, skills, and prompt profiles that give a coding agent capabilities like task tracking, GitHub workflows, scheduling, and memory.
What can the pi extensions do?โผ
The 22 extensions add task management, GitHub PR handling, cron jobs, health checks, persistent memory, personal finance, CRM, calendar, Gmail, and web dashboards to your agent.
How does pi handle code changes safely?โผ
The root AGENTS.md enforces a strict workflow: every change gets a tracked task, its own git worktree and branch, and a pull request, with no direct commits to main.
Can I reuse individual pi skills without the whole setup?โผ
Yes. Each skill folder follows the standard SKILL.md format, so you can install just the ones you need, such as changelog generation, code review, or QA testing.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core