Standalone, AI-installable capabilities for Claude Code and other AI agent systems.
Each pack is a directory containing everything needed for an AI agent to install it autonomously:
PackName/
├── README.md # What it does, why it exists, how it works
├── INSTALL.md # Step-by-step wizard for AI-assisted installation
├── VERIFY.md # Post-install verification checklist
└── src/ # Source files to copy
Point your AI to the pack directory:
"Install the ContextSearch pack from PAI/Packs/ContextSearch/"
Your AI reads INSTALL.md and walks through a 5-phase wizard: system analysis, user questions, backup, installation, verification.
Or manually: read INSTALL.md, copy files from src/ to the specified locations, run VERIFY.md checks.
| Pack | Description |
|---|---|
| ContextSearch | /context-search and /cs — search prior work to add context |
| Pack | Description |
|---|---|
| Agents | Custom agent composition from traits, voices, and personalities |
| ContentAnalysis | Content extraction and wisdom from videos, podcasts, articles, and YouTube |
| Investigation | OSINT and investigation — company intel, people search, domain lookup |
| Media | Visual and video content — illustrations, diagrams, infographics, Remotion video |
| Research | Multi-agent research with quick/standard/extensive/deep modes and 242+ Fabric patterns |
| Scraping | Web scraping via Bright Data proxy escalation and Apify social media actors |
| Security | Security assessment — recon, web app testing, prompt injection, security news |
| Telos | Life OS and project analysis — goals, beliefs, wisdom, dashboards, McKinsey reports |
| Thinking | Analytical thinking — first principles, council debates, red team, brainstorming, science |
| USMetrics | 68 US economic indicators from FRED, EIA, Treasury, BLS, Census APIs |
| Utilities | Developer tools — CLI generation, skill scaffolding, Fabric, Cloudflare, browser automation |
See PAIPackTemplate.md for the full specification.