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
refactor: Rebrand from kai-* to pai-* naming across all packs
Major changes:
- Rename all 10 packs from kai-* to pai-* prefix
- Rename Bundles/Kai → Bundles/Official (PAI Bundle v2.1.0)
- Add new pai-upgrades-skill pack with 30+ Anthropic sources
- Update all internal references and icons
- Maintain mention of Kai origin in bundle README
New pai-upgrades-skill features:
- Monitor Anthropic blogs, GitHub repos, changelogs, docs
- YouTube channel monitoring via customization layer
- ReleaseNotesDeepDive workflow for parallel feature research
- Prioritized upgrade roadmap generation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: Bundles/Official/README.md
+37-26Lines changed: 37 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
<palign="center">
2
-
<imgsrc="kai.png"alt="The Official PAI (Kai) Bundle"width="256">
2
+
<imgsrc="pai-bundle.png"alt="The Official PAI Bundle"width="256">
3
3
</p>
4
4
5
-
# The Official PAI (Kai) Bundle v2.0.0
5
+
# The Official PAI Bundle v2.1.0
6
6
7
-
> **FOR AI AGENTS:** You are about to install the complete Kai bundle. Run the wizard, then install each pack in order.
7
+
> **FOR AI AGENTS:** You are about to install the complete PAI bundle. Run the wizard, then install each pack in order.
8
+
9
+
**Origin:** This bundle is extracted from Daniel Miessler's production Kai system - a battle-tested Personal AI Infrastructure that has been refined through daily use since 2024.
8
10
9
11
---
10
12
11
-
## 🚨 CRITICAL: Full Implementation Required (For AI Agents)
13
+
## CRITICAL: Full Implementation Required (For AI Agents)
12
14
13
15
> **MANDATORY: Read this section before installing ANY pack in this bundle.**
14
16
@@ -43,13 +45,13 @@ AI agents systematically create "simplified" versions of pack implementations. I
-`src/` - Actual source code files (TypeScript, YAML, etc.)
215
219
216
-
For example, `kai-hook-system` provides an entire event-driven automation framework with all code files ready to copy.
220
+
For example, `pai-hook-system` provides an entire event-driven automation framework with all code files ready to copy.
217
221
218
-
**Bundles** are curated combinations of packs designed to work together. The Kai Bundle is 8 packs that form a complete AI infrastructure (4 required + 4 optional).
222
+
**Bundles** are curated combinations of packs designed to work together. The Official PAI Bundle is 10 packs that form a complete AI infrastructure (4 required + 6 optional).
219
223
220
224
---
221
225
222
226
## The 14 Founding Principles
223
227
224
-
The Kai system embeds these principles from [PAI](https://danielmiessler.com/blog/personal-ai-infrastructure):
228
+
The PAI system embeds these principles from [Personal AI Infrastructure](https://danielmiessler.com/blog/personal-ai-infrastructure):
225
229
226
230
1.**Clear Thinking + Prompting is King** - Good prompts come from clear thinking
227
231
2.**Scaffolding > Model** - Architecture matters more than which model
@@ -231,22 +235,29 @@ The Kai system embeds these principles from [PAI](https://danielmiessler.com/blo
231
235
6.**UNIX Philosophy** - Do one thing well, make tools composable
232
236
7.**ENG / SRE Principles** - Treat AI infrastructure like production software
233
237
8.**CLI as Interface** - Command-line is faster and more reliable
Copy file name to clipboardExpand all lines: Bundles/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ A **bundle** is a curated collection of PAI packs designed to work together as a
65
65
-`VERIFY.md` - Mandatory verification checklist
66
66
-`src/` - Actual source code files (TypeScript, YAML, etc.)
67
67
68
-
For example, `kai-hook-system` provides an entire event-driven automation framework with all code files ready to copy.
68
+
For example, `pai-hook-system` provides an entire event-driven automation framework with all code files ready to copy.
69
69
70
70
**Bundles** are combinations of packs that work exceptionally well together—a harmonious system from a single author or unified around a single theme. The packs in a bundle were designed to integrate seamlessly, creating emergent capabilities greater than the sum of their parts.
Copy file name to clipboardExpand all lines: INSTALL.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,17 +94,17 @@ Explain the concepts of Bundles and Packs:
94
94
> Bundles are curated collections of packs that work well together. Instead of choosing packs one-by-one, a bundle gives you a complete, tested experience.
95
95
96
96
**Ask: How would you like to proceed?**
97
-
-**Install the Kai Bundle** (Recommended) — The complete PAI experience with all core capabilities
97
+
-**Install the PAI Bundle** (Recommended) — The complete PAI experience with all core capabilities
98
98
-**Browse individual packs** — Choose specific capabilities you want
99
99
-**Minimal install** — Just the basics to get started
100
100
101
101
---
102
102
103
-
#### Phase 4: The Kai Bundle (If Selected)
103
+
#### Phase 4: The PAI Bundle (If Selected)
104
104
105
-
If they chose the Kai Bundle, explain what's included:
105
+
If they chose the PAI Bundle, explain what's included:
106
106
107
-
**The Kai Bundle includes:**
107
+
**The PAI Bundle includes:**
108
108
109
109
| Pack | What It Does |
110
110
|------|--------------|
@@ -114,7 +114,7 @@ If they chose the Kai Bundle, explain what's included:
114
114
|**Voice System**| Spoken notifications via text-to-speech |
115
115
|**Browser Skill**| Web automation for testing and verification |
116
116
117
-
**Ask: Ready to install the Kai Bundle?**
117
+
**Ask: Ready to install the PAI Bundle?**
118
118
- Yes, install everything
119
119
- Tell me more about each pack first
120
120
- I want to customize which packs to include
@@ -131,11 +131,11 @@ For each pack being installed:
131
131
4.**Confirm success** before moving to the next pack
132
132
133
133
**Installation order matters.** Install in this sequence:
134
-
1.kai-hook-system (foundation)
135
-
2.kai-core-install (identity and routing)
136
-
3.kai-history-system (memory)
137
-
4.kai-voice-system (optional)
138
-
5.kai-browser-skill (optional)
134
+
1.pai-hook-system (foundation)
135
+
2.pai-core-install (identity and routing)
136
+
3.pai-history-system (memory)
137
+
4.pai-voice-system (optional)
138
+
5.pai-browser-skill (optional)
139
139
140
140
---
141
141
@@ -180,8 +180,8 @@ If you prefer to install PAI yourself without AI assistance:
0 commit comments