Neuron-Mr-WhiteNeuron-Mr-WhiteCommunityยท39 Agent Skills Included

UniPi

Structured coding workflows, memory, and parallel execution for Pi

Turns the Pi coding agent into a full development workstation with 22 connected packages. Runs brainstorm-to-merge pipelines, long-running task loops, persistent memory, and parallel subagents without manual coordination. Adds web research, image generation, push notifications, context compaction, and a live status bar to speed up daily coding work.
npx skills add Neuron-Mr-White/UniPi --all -g -y

All Skills in This Repository (39)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

ralph

Manage long-running iterative development loops with persistent state tracking.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

kanboard-doctor

Diagnose and resolve parsing errors in Kanboard workflow documents.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

notify

Generate platform-specific notifications for critical events and task completions.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

configure-notify

Configure notification settings for native OS, Gotify, Telegram, and ntfy platforms.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

btw

Manage parallel conversation threads while preserving task state across interruptions.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

explore

Search and read codebase files using grep, find, and ls commands.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

work

Manage parallel file writes with transparent locking for concurrent modifications.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

memory

Store, retrieve, and organize persistent memories across sessions.

Community
Advanced
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

ask-user

Collects structured user input via predefined questions and options for AI workflows.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

cocoindex

Index project content with semantic vector and full-text search using LanceDB.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

milestone-onboard

Generate a MILESTONES.md file from workflow documentation.

Community
Intermediate
๐Ÿ“ฆ In Repo
Neuron-Mr-WhiteNeuron-Mr-White

milestone-update

Synchronize milestone tracking between MILESTONES.md and workflow documents.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install UniPi?โ–ผ

Run `npx skills add Neuron-Mr-White/UniPi --all -g -y` in your terminal to install all skills in this suite globally.

What does UniPi add to the Pi coding agent?โ–ผ

It adds 22 packages covering structured workflows (brainstorm, plan, work, review, merge), persistent memory, parallel subagents, web research, notifications, and context compaction, all wired together through a shared event system.

How do I take an idea to shipped code with UniPi?โ–ผ

Run `/unipi:auto` to execute the full pipeline: brainstorm a design spec, generate an implementation plan, execute tasks in an isolated worktree, review the work, and merge back to main.

Can UniPi handle long-running coding tasks?โ–ผ

Yes. The Ralph package runs iterative loops that persist across sessions, so multi-step tasks survive crashes and restarts with progress tracked in a checklist file.

Does UniPi require coding experience to use?โ–ผ

Basic terminal familiarity helps, but the agent follows each skill file step by step and asks structured questions at decision points, so you mostly guide it in plain English.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’