Open-source personal AI infrastructure for orchestrating your life and work
π This is the Claude Code plugin version of PAI
Install with one command to get the full Personal AI Infrastructure. For advanced setup or the standalone version, visit the main PAI repository.
Core Mission: Augment humans with AI capabilities so they can survive and thrive in a world full of AI.
It doesn't matter how powerful AI becomes if it's not accessible to everyone.
Right now, AI is trapped behind corporate APIs, expensive subscriptions, and complex interfaces that only developers can use. Meanwhile, billions of people who could benefit from AI augmentationβartists, teachers, small business owners, researchers, parentsβare left behind.
PAI exists to solve this. This project's goal is to give the most powerful AI capabilities, in the form of a complete platform, to everyone on Earth.
PAI is your personal AI that actually knows youβall your projects, your style, your dataβand can handle anything you throw at it. Whether you're an artist transitioning to independence, a founder building a company, or someone managing complex life needs, PAI becomes whatever you need it to be.
PAI is an open-source, full personal AI platform that's completely agnostic to who you are and what you're trying to accomplish.
|
Content Creation
Business Analytics
Development
|
Financial Intelligence
Memory & Conversations
Health Tracking
|
Knowledge Capture
Communication
Productivity
|
1. Get Claude Code
Visit https://claude.ai/code to get Claude Code (Anthropic's official AI CLI).
2. Install Bun Runtime
brew install oven-sh/bun/bunOption 1: One-Command Install (Easiest)
claude-code plugin install github:danielmiessler/PAIPluginOption 2: Manual Install
# Clone the plugin
git clone https://github.com/danielmiessler/PAIPlugin.git ~/.claude/plugins/PAI
# Run setup
cd ~/.claude/plugins/PAI
./setup.sh# Create environment file
cp ~/.claude/.env.example ~/.claude/.env
# Add your API keys (optional - for research agents)
vim ~/.claude/.envOpen Claude Code and start using your Personal AI Infrastructure!
claudeThis system is designed from the very beginning to be available to anybody and to grow and scale with you throughout your life.
- π Open Framework: No vendor lock-in, complete transparency, you own everything
- π Universal: Works for anyone, anywhere, in any profession or life situation
- π€ Platform Independent: Core structure works with Claude, GPT, Gemini, or any AI platform
- π§ Persistent Memory: Your AI remembers every context, project, and conversation
- π― Task Agnostic: From writing a blog to tracking medical data to running a business
- π Plain Text: All configuration in human-readable files you can edit and understand
- π Extensible: Add your own skills, agents, and integrations
PAI is built on four core primitives that work together:
π‘ Skills - Meta-containers for domain expertise
- Package workflows, knowledge, and procedural guidance
- Auto-load based on natural language triggers
- Progressive disclosure prevents context bloat
β‘ Workflows - Discrete task workflows within Skills
- Self-contained, step-by-step workflows in
workflows/subdirectories - Auto-selected by natural language or invoked explicitly
- Like "exported functions" from a Skill module
π€ Agents - Orchestration workers for parallelization
- Enable parallel execution of independent tasks
- Primarily invoke Skills/Workflows (not standalone knowledge bases)
- Best for background work where results are logged
π MCPs vs Direct Code - Implementation flexibility
- Use MCPs for standardized platform services
- Use direct API code for domain-specific integrations
User Intent β Natural Language Trigger
β
SKILL (Container for Domain)
β
WORKFLOW (Specific Task)
β
Implementation (Direct Code or MCPs)
β
Invoked by AGENTS (for parallelization)
Example:
You: "Do extensive research on AI agent planning"
β
Research Skill loads
β
workflows/extensive-research.md selected
β
Launches 24 parallel researcher agents
β
Results consolidated and saved
π Read the full architecture documentation
| Skill | What It Does | Example Usage |
|---|---|---|
| π research | Multi-source research with parallel agents | "Research quantum computing trends" |
| π§΅ fabric | 242+ AI patterns (threat modeling, summarization, extraction) | "Create a threat model for our API" |
| π» development | Full-stack development with architect and engineer agents | "Build a meditation timer app" |
| π¨ design | UX/UI design with shadcn/ui and Figma integration | "Design a dashboard for analytics" |
| π ffuf | Web fuzzing for penetration testing | "Test this API for vulnerabilities" |
| π alex-hormozi-pitch | Create irresistible offers using $100M Offers framework | "Create a pitch for my SaaS product" |
| π web-scraping | Extract data from websites (BrightData + Apify) | "Scrape product listings from this site" |
| π ref-documentation | Search technical docs (React, Next.js, 100+ frameworks) | "How do I use React hooks?" |
| Extract transcripts and content from YouTube videos | "Summarize this YouTube video" | |
| π webapp-testing | Browser automation and visual testing | "Test the login flow" |
| Guide | Purpose | Time |
|---|---|---|
| Architecture | Understand how PAI works | 15 min |
| Migration Guide | Upgrade to v1.2.0 | 10 min |
| Full PAI README | Complete documentation | 20 min |
Important
π₯ v1.2.0 - Skills-as-Containers Migration - Complete architectural upgrade
π Click to see recent updates
- β¨ Oct 31, 2025: v1.2.0 - Skills-as-Containers Migration - Complete architectural upgrade
- β¨ Oct 19: Session-start hook now loads CORE skill - improved Skills system bootstrap
- β¨ Oct 18: Major repo cleanup - fixed missing files, hooks, settings
- β¨ v0.5.0: Skills-based architecture with 92.5% token reduction
What Changed:
- Moved 73 commands into skill-specific
workflows/subdirectories - Enhanced 21 skills with proper workflow organization
- Created example-skill demonstration
- Renamed PAI skill β CORE skill
Architecture Benefits:
- β Domain knowledge colocated with workflows
- β Clear ownership and responsibility
- β Natural language routing: Skills β Workflows
- β Easier discovery of related capabilities
- β Better encapsulation of domain context
Migration Stats:
- 73 commands migrated to skill workflows
- 21 skills enhanced with workflows/ directories
- Zero errors, 100% QA pass rate
- Complete in ~25 minutes using parallel agents
π See MIGRATION.md for complete upgrade guide
- π Report Issues: https://github.com/danielmiessler/Personal_AI_Infrastructure/issues
- π¬ Discussions: https://github.com/danielmiessler/Personal_AI_Infrastructure/discussions
- π Full Documentation: https://github.com/danielmiessler/Personal_AI_Infrastructure
β Star the repos to stay updated:
Special thanks to contributors who have enhanced PAI:
- Joseph Thacker (@rez0) - FFUF skill with comprehensive web fuzzing guidance
PAI is MIT licensed. See LICENSE for details.
"Humans are what matter. AI is only as useful as it is to people. A system like this is needed to level the field with AI and help us get to Human 3.0."
Created by Daniel Miessler
π§ Newsletter β’ π Blog β’ πΌ LinkedIn β’ π¬ YouTube
Questions? See the full PAI documentation for comprehensive guides, examples, and architecture details.