espennilsenespennilsenCommunityยท11 Agent Skills Included

pi

Personal coding agent home with extensions, skills, and workflows

Provides a complete personal coding agent home directory with 22 extensions and reusable skills. Covers task management, GitHub PR workflows, cron scheduling, memory, finance tracking, CRM, calendar, and web dashboards. Eliminates manual setup by enforcing worktree-based branching, structured handoffs, and automated code review routines. Speeds up daily development with ready-made skills for changelogs, READMEs, QA testing, and project status reports.
npx skills add espennilsen/pi --all -g -y
Available:

Instructs the agent on the extension architecture, mandatory task-and-worktree workflow, and how to route work through the bundled extensions and skills.

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
espennilsenespennilsen

workon

Switches the working context to a specified project, loading Git status and task issues.

Community
Basic
๐Ÿ“ฆ In Repo
espennilsenespennilsen

pi-heartbeat

Configure and execute periodic health checks with customizable HEARTBEAT.md checklists.

Community
Intermediate
๐Ÿ“ฆ In Repo
espennilsenespennilsen

pi-subagent

Orchestrate task delegation to isolated subprocesses for parallel or sequential execution.

Community
Advanced
๐Ÿ“ฆ In Repo
espennilsenespennilsen

pi-projects

Discover git repositories and display their status via dashboard and CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
espennilsenespennilsen

pi-memory

Manage persistent memory across AI sessions with file-based storage.

Community
Intermediate
๐Ÿ“ฆ In Repo
espennilsenespennilsen

sample-skill

Provide a template for creating new skills with setup and usage instructions.

Community
Basic
๐Ÿ“ฆ In Repo
espennilsenespennilsen

handoff

Generate a self-contained handoff prompt capturing project context and remaining work.

Community
Intermediate
๐Ÿ“ฆ In Repo
espennilsenespennilsen

readme-reviewer

Generate and review README.md files from codebase structure and dependencies.

Community
Advanced
๐Ÿ“ฆ In Repo
espennilsenespennilsen

changelog-generator

Generate and update CHANGELOG.md files from git history.

Community
Advanced
๐Ÿ“ฆ In Repo
espennilsenespennilsen

git-project-status

Generates comprehensive Git repository status reports with branch, commit, and dependency health.

Community
Advanced
๐Ÿ“ฆ In Repo
espennilsenespennilsen

npm

Manage Node.js packages and execute npm scripts for development workflows.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’