You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packs/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,13 +170,14 @@ PAI System
170
170
|------|---------|----------|-------------|
171
171
|[**pai-hook-system**](pai-hook-system/)| 1.0.0 | Foundation | Event-driven automation framework - the foundation for all hook-based capabilities |
172
172
|[**pai-history-system**](pai-history-system/)| 1.0.0 | Infrastructure | Granular context-tracking that captures all work, decisions, and learnings automatically |
173
-
|[**pai-core-install**](pai-core-install/)| 1.0.0 | Core | Skills + Identity + Architecture - the complete foundation with routing, response format, and tracking |
173
+
|[**pai-core-install**](pai-core-install/)| 1.2.0 | Core | Skills + Identity + Architecture - the complete foundation with routing, response format, and tracking |
174
174
|[**pai-voice-system**](pai-voice-system/)| 1.1.0 | Notifications | Voice notifications with ElevenLabs TTS and prosody enhancement for natural speech |
|[**pai-agents-skill**](pai-agents-skill/)| 1.0.0 | Delegation | Dynamic agent composition - create custom agents with unique personalities, voices, and trait combinations |
178
178
|[**pai-prompting-skill**](pai-prompting-skill/)| 1.0.0 | Methodology | Meta-prompting system with Handlebars templates, Claude 4.x best practices, and the Ultimate Prompt Template |
|[**pai-upgrades-skill**](pai-upgrades-skill/)| 1.0.0 | Maintenance | Track and manage PAI system upgrades - monitors for new features, tracks opportunities, maintains upgrade history |
180
181
181
182
---
182
183
@@ -194,9 +195,10 @@ Packs have dependencies. Install in this order:
194
195
7. pai-art-skill ← Depends on core-install
195
196
8. pai-browser-skill ← Optional, standalone (only needs Bun + Playwright)
196
197
9. pai-observability-server ← Optional, depends on hooks
198
+
10. pai-upgrades-skill ← Optional, depends on core-install
197
199
```
198
200
199
-
**Or install the complete [Kai Bundle](../Bundles/Kai/)** which handles ordering automatically.
201
+
**Or install the complete [PAI Bundle](../Bundles/Official/)** which handles ordering automatically.
0 commit comments