Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

compound-engineering-pi

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compound-engineering-pi

Pi-first Compound Engineering extension with subagents and MCPorter compatibility.

latest
Source
npmnpm
Version
0.2.4
Version published
Maintainers
1
Created
Source

Compound Engineering for Pi

npm Build Status

Compound Engineering adapted for Pi. 47 skills, 9 workflow prompts, and a native compatibility layer, all installable in one command.

Install

pi install npm:compound-engineering-pi -l

Reload your session, then you're ready:

/reload

Quick start

pi -p "/workflows-plan Build a todo app"
pi -p "/workflows-work"
pi -p "/workflows-review"
pi -p "/workflows-compound"

These follow the core loop: Plan, Work, Review, Compound.

What's included

Workflow prompts

PromptWhat it does
/workflows-planCreate a structured project plan
/workflows-workExecute work from a plan
/workflows-reviewMulti-agent code review
/workflows-compoundDocument learnings for future sessions
/workflows-brainstormExplore ideas before planning
/deepen-planAdd depth to an existing plan
/test-browserRun browser tests on your pages
/feature-videoRecord a video walkthrough of a feature
/resolve_todo_parallelResolve all pending todos in parallel

47 skills

Code review, research, design, workflow automation, and more. Specialized reviewers for Rails, Python, and TypeScript. Security auditing, architecture analysis, design iteration, git worktree management, image generation, and browser automation.

Run pi skills after installing to see the full list.

Pi compatibility extension

Four tools that bridge common agent workflows into Pi:

  • ask_user_question - prompt the user for input
  • subagent - orchestrate tasks (single, parallel, chain)
  • mcporter_list - list available MCP servers
  • mcporter_call - call MCP server tools

Optional: MCP support via MCPorter

For MCP interoperability, install MCPorter:

npm i -g mcporter

Credits

Built on the Compound Engineering plugin by Every and Kieran Klaassen. Read the original writeup.

License

MIT

Keywords

pi-package

FAQs

Package last updated on 23 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts