Community-contributed packs for PAI (Personal AI Infrastructure).
| Pack | Description | Version |
|---|---|---|
| pai-slack-skill | Complete Slack bot with Socket Mode, thread-based session persistence, memory extraction, and HTTP API | v1.1.0 |
Each pack includes detailed installation instructions. General pattern:
# Set your PAI directory
export PAI_DIR="${PAI_DIR:-$HOME/.claude}"
# Navigate to the pack you want
cd Packs/pai-slack-skill
# Follow the INSTALL.md instructions
cat INSTALL.mdEach pack follows the PAI v2.3.0 Pack Template:
Packs/pai-{name}-skill/
├── README.md # Pack documentation with YAML frontmatter
├── INSTALL.md # Wizard-style installation
├── VERIFY.md # Verification checklist
├── SKILL.md # Claude skill definition
├── icons/ # 256x256 PNG icons
└── src/ # Source code
To contribute a pack:
- Fork this repository
- Create your pack following the template structure
- Test on a fresh PAI installation
- Submit a Pull Request
- Clear problem statement
- Complete working code (no snippets)
- All dependencies documented
- Real examples (not placeholders)
- Verification steps included
- No hardcoded personal data or secrets
MIT License - See LICENSE for details.
Maintained by @badosanjos