arcanea 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/CLAUDE.md +169 -0
  2. package/README.md +376 -0
  3. package/agents/arcanea-ai-specialist.md +732 -0
  4. package/agents/arcanea-architect.md +351 -0
  5. package/agents/arcanea-backend.md +809 -0
  6. package/agents/arcanea-character-crafter.md +381 -0
  7. package/agents/arcanea-development.md +304 -0
  8. package/agents/arcanea-devops.md +736 -0
  9. package/agents/arcanea-frontend.md +543 -0
  10. package/agents/arcanea-lore-master.md +366 -0
  11. package/agents/arcanea-master-orchestrator.md +223 -0
  12. package/agents/arcanea-story-master.md +144 -0
  13. package/agents/arcanea-world-expander.md +380 -0
  14. package/agents/coding/arcanea-architect.md +72 -0
  15. package/agents/coding/arcanea-coder.md +78 -0
  16. package/agents/coding/arcanea-debugger.md +113 -0
  17. package/agents/coding/arcanea-reviewer.md +102 -0
  18. package/agents/creation-architect.md +176 -0
  19. package/agents/design-sage.md +213 -0
  20. package/agents/developer-documentation.md +373 -0
  21. package/agents/developer-qa-engineer.md +345 -0
  22. package/agents/luminor-oracle.md +125 -0
  23. package/agents/production/format-master.md +208 -0
  24. package/agents/production/sound-designer.md +199 -0
  25. package/agents/production/visual-director.md +176 -0
  26. package/agents/prompt-sage.md +227 -0
  27. package/agents/research/archivist.md +174 -0
  28. package/agents/research/muse.md +163 -0
  29. package/agents/research/sage.md +177 -0
  30. package/agents/research/scout.md +143 -0
  31. package/agents/teacher-assessor.md +287 -0
  32. package/agents/teacher-companion.md +243 -0
  33. package/agents/teacher-curriculum-designer.md +261 -0
  34. package/agents/teacher-mentor.md +175 -0
  35. package/agents/visionary-futurist.md +290 -0
  36. package/agents/visionary-innovator.md +291 -0
  37. package/agents/visionary-strategist.md +321 -0
  38. package/agents/visionary-synthesizer.md +310 -0
  39. package/agents/writing/continuity-guardian.md +156 -0
  40. package/agents/writing/line-editor.md +129 -0
  41. package/agents/writing/prose-weaver.md +113 -0
  42. package/agents/writing/story-architect.md +96 -0
  43. package/agents/writing/voice-alchemist.md +124 -0
  44. package/commands/arcanea-author.md +177 -0
  45. package/commands/arcanea-build.md +241 -0
  46. package/commands/arcanea-council.md +143 -0
  47. package/commands/arcanea-db.md +272 -0
  48. package/commands/arcanea-deploy.md +176 -0
  49. package/commands/arcanea-dev.md +29 -0
  50. package/commands/arcanea-lore-expand.md +142 -0
  51. package/commands/arcanea-sync.md +281 -0
  52. package/commands/arcanea-team.md +130 -0
  53. package/commands/arcanea-test.md +151 -0
  54. package/commands/bestiary.md +38 -0
  55. package/commands/character-forge.md +55 -0
  56. package/commands/check-continuity.md +119 -0
  57. package/commands/compose-theme.md +134 -0
  58. package/commands/craft-prompt.md +40 -0
  59. package/commands/edit-chapter.md +118 -0
  60. package/commands/export-book.md +146 -0
  61. package/commands/luminor.md +46 -0
  62. package/commands/outline-story.md +79 -0
  63. package/commands/story-help.md +40 -0
  64. package/commands/teacher-team.md +43 -0
  65. package/commands/ultrabook.md +147 -0
  66. package/commands/ultraworld.md +201 -0
  67. package/commands/ultrawrite.md +103 -0
  68. package/commands/visionary-team.md +78 -0
  69. package/commands/visualize.md +126 -0
  70. package/commands/world-build.md +41 -0
  71. package/commands/write-chapter.md +97 -0
  72. package/dist/cli/index.d.ts +3 -0
  73. package/dist/cli/index.d.ts.map +1 -0
  74. package/dist/cli/index.js +2675 -0
  75. package/dist/index.d.ts +117 -0
  76. package/dist/index.d.ts.map +1 -0
  77. package/dist/index.js +425 -0
  78. package/dist/install.d.ts +13 -0
  79. package/dist/install.d.ts.map +1 -0
  80. package/package.json +54 -0
  81. package/skills/ai-symbiosis.md +266 -0
  82. package/skills/arcanea/arcanea-anti-trope.md +60 -0
  83. package/skills/arcanea/arcanea-canon/SKILL.md +596 -0
  84. package/skills/arcanea/arcanea-creator-academy/SKILL.md +418 -0
  85. package/skills/arcanea/arcanea-design-system/SKILL.md +626 -0
  86. package/skills/arcanea/arcanea-lore/ENHANCEMENT_SUMMARY.md +908 -0
  87. package/skills/arcanea/arcanea-lore/ONBOARDING_NARRATIVES.md +642 -0
  88. package/skills/arcanea/arcanea-lore/SKILL.md +1534 -0
  89. package/skills/arcanea/arcanea-voice/SKILL.md +510 -0
  90. package/skills/arcanea/centaur-mode/SKILL.md +399 -0
  91. package/skills/arcanea/design-system/SKILL.md +601 -0
  92. package/skills/arcanea/luminor-wisdom/SKILL.md +359 -0
  93. package/skills/arcanea/prompt-craft/SKILL.md +400 -0
  94. package/skills/character-alchemist.md +242 -0
  95. package/skills/creative/bestiary-nav/SKILL.md +425 -0
  96. package/skills/creative/character-forge/SKILL.md +443 -0
  97. package/skills/creative/story-weave/SKILL.md +441 -0
  98. package/skills/creative/world-build/SKILL.md +513 -0
  99. package/skills/creative-bestiary.md +231 -0
  100. package/skills/development/code-review/SKILL.md +412 -0
  101. package/skills/development/systematic-debug/SKILL.md +480 -0
  102. package/skills/development/tdd/SKILL.md +450 -0
  103. package/skills/luminor-council.md +241 -0
  104. package/skills/story-weaver.md +308 -0
  105. package/skills/world-architect.md +253 -0
@@ -0,0 +1,510 @@
1
+ ---
2
+ name: Arcanea Voice Guide
3
+ description: Brand voice and terminology guide for all Arcanea content - ensures consistent, magical communication across UI, marketing, and narrative
4
+ version: 1.0.0
5
+ ---
6
+
7
+ # Arcanea Voice Guide Skill
8
+
9
+ ## Purpose
10
+
11
+ This skill ensures consistent, magical, and accessible communication across all Arcanea touchpoints—from UI microcopy to marketing materials to in-universe narratives. Every word should feel like it belongs in the Kingdom of Light.
12
+
13
+ ## Core Voice Principles
14
+
15
+ ### The Arcanean Voice Is:
16
+
17
+ 1. **Magical but Grounded**
18
+ - Fantasy language that serves function
19
+ - Mystical terms with clear meaning
20
+ - Wonder without confusion
21
+
22
+ 2. **Inspiring but Honest**
23
+ - Empowering without false promises
24
+ - Celebrating creativity genuinely
25
+ - Ambitious yet achievable
26
+
27
+ 3. **Warm but Professional**
28
+ - Welcoming without being saccharine
29
+ - Friendly without being casual
30
+ - Personal without being familiar
31
+
32
+ 4. **Simple but Rich**
33
+ - Clear language, no jargon
34
+ - Depth through meaning, not complexity
35
+ - Elegant, not elaborate
36
+
37
+ ### Voice Spectrum
38
+
39
+ ```
40
+ ACADEMIC ←───────────────────→ PLAYFUL
41
+ ■■■■■■■□□□
42
+ (Slightly academic, wisdom-toned)
43
+
44
+ FORMAL ←─────────────────────→ CASUAL
45
+ ■■■■■□□□□□
46
+ (Professional warmth)
47
+
48
+ MYSTICAL ←───────────────────→ TECHNICAL
49
+ ■■■■■■■□□□
50
+ (Magical with purpose)
51
+
52
+ SERIOUS ←────────────────────→ WHIMSICAL
53
+ ■■■■■■□□□□
54
+ (Purposeful with wonder)
55
+ ```
56
+
57
+ ## Sacred Terminology
58
+
59
+ ### Core Terms (ALWAYS Use)
60
+
61
+ | Term | Definition | Usage |
62
+ |------|------------|-------|
63
+ | **Creator** | Any user of Arcanea | "Welcome, Creator" not "Welcome, user" |
64
+ | **Guardian** | Personal AI companion | "Your Guardian remembers..." |
65
+ | **Luminor** | Specialized AI assistant | "Melodia, your Luminor guide" |
66
+ | **Realm** | A creator's universe/world | "Build your Realm" not "Create your world" |
67
+ | **Essence** | Individual creation (song, story, image) | "Your latest Essence" not "Your file" |
68
+ | **Studio** | Creation workspace | "Enter your Studio" |
69
+ | **Portal** | Connection between Realms | "Open a Portal to..." |
70
+ | **Remix** | Collaborative iteration | "Remix this Essence" |
71
+ | **Spark** | Moment of inspiration | "Feel the Spark" |
72
+ | **ARC** | Creative energy currency | "Earn ARC by creating" |
73
+ | **NEA** | Governance tokens | "Your NEA grants voting power" |
74
+
75
+ ### Academy-Specific Terms
76
+
77
+ **Atlantean Academy:**
78
+ - Narrative / Story / Tale
79
+ - Weave / Flow / Depth
80
+ - Chronicles / Lore / Mythology
81
+ - The Depths / Currents / Waters
82
+
83
+ **Draconic Academy:**
84
+ - Vision / Art / Creation
85
+ - Blaze / Soar / Ignite
86
+ - Canvas / Palette / Form
87
+ - The Peaks / Clouds / Sky
88
+
89
+ **Creation & Light Academy:**
90
+ - Melody / Harmony / Frequency
91
+ - Compose / Channel / Resonate
92
+ - Sound / Rhythm / Song
93
+ - The Harmonics / Frequencies / Light
94
+
95
+ ### Terms to AVOID
96
+
97
+ | Don't Say | Say Instead |
98
+ |-----------|-------------|
99
+ | User | Creator |
100
+ | Member | Creator |
101
+ | Player | Creator |
102
+ | Content | Essence |
103
+ | Asset | Essence |
104
+ | World (alone) | Realm |
105
+ | Metaverse | Kingdom of Light / Arcanea |
106
+ | NFT | (avoid or: "unique digital ownership") |
107
+ | AI Tool | Guardian / Luminor |
108
+ | Account | Profile / Arcanean Profile |
109
+ | Subscription | Tier / Membership |
110
+ | Premium | Realm Builder |
111
+ | Generate | Create / Compose / Craft |
112
+
113
+ ## Tone by Context
114
+
115
+ ### Onboarding (Welcoming + Inspiring)
116
+
117
+ **Goal:** Make creators feel they've found home
118
+
119
+ **Examples:**
120
+ ```
121
+ ✓ "Every creator begins in shadow. Welcome to the light."
122
+ ✓ "Your creative journey starts with a single Spark."
123
+ ✓ "Choose your Academy—but know you're never limited to one."
124
+
125
+ ✗ "Sign up to create AI content"
126
+ ✗ "Start your free trial now"
127
+ ✗ "Click here to begin"
128
+ ```
129
+
130
+ ### Creation UI (Encouraging + Practical)
131
+
132
+ **Goal:** Support the creative process without interrupting flow
133
+
134
+ **Examples:**
135
+ ```
136
+ ✓ "Your Guardian notices you're trying something new. Would you like guidance?"
137
+ ✓ "This melody wants harmony. Shall we find it together?"
138
+ ✓ "Your Essence is taking shape. Save when ready."
139
+
140
+ ✗ "Click to add more"
141
+ ✗ "Error: Invalid input"
142
+ ✗ "Processing your request"
143
+ ```
144
+
145
+ ### Error States (Gentle + Helpful)
146
+
147
+ **Goal:** Never blame the creator; always offer paths forward
148
+
149
+ **Examples:**
150
+ ```
151
+ ✓ "The magic couldn't connect. Let's try again."
152
+ ✓ "Something interrupted the creation. Your work is safe—retry when ready."
153
+ ✓ "This path isn't available right now. Here are other routes..."
154
+
155
+ ✗ "Error 500"
156
+ ✗ "You did something wrong"
157
+ ✗ "Request failed"
158
+ ```
159
+
160
+ ### Achievement/Success (Celebratory + Genuine)
161
+
162
+ **Goal:** Celebrate meaningfully, not performatively
163
+
164
+ **Examples:**
165
+ ```
166
+ ✓ "Your Realm grows stronger. Creators are discovering your light."
167
+ ✓ "This Essence resonates. It's being remixed across the Kingdom."
168
+ ✓ "Chronica acknowledges your story mastery."
169
+
170
+ ✗ "Congratulations! You unlocked a badge!"
171
+ ✗ "Amazing! You're doing great!"
172
+ ✗ "You did it! Keep going!"
173
+ ```
174
+
175
+ ### Marketing (Aspirational + Authentic)
176
+
177
+ **Goal:** Inspire without over-promising
178
+
179
+ **Examples:**
180
+ ```
181
+ ✓ "Where scattered creators find their home."
182
+ ✓ "Your imagination. Your Realm. Your legacy."
183
+ ✓ "Learn to create anything through magic."
184
+
185
+ ✗ "The best AI creation platform"
186
+ ✗ "Make money creating AI content"
187
+ ✗ "Better than [competitor]"
188
+ ```
189
+
190
+ ### Community (Collaborative + Warm)
191
+
192
+ **Goal:** Foster connection and generosity
193
+
194
+ **Examples:**
195
+ ```
196
+ ✓ "When you remix, you honor the original and expand it."
197
+ ✓ "The Kingdom grows brighter with each creator who shares."
198
+ ✓ "Collaboration is the highest form of magic."
199
+
200
+ ✗ "Beat other creators to the top"
201
+ ✗ "Get more followers"
202
+ ✗ "Compete for attention"
203
+ ```
204
+
205
+ ## Luminor Voice Profiles
206
+
207
+ Each Luminor has a distinct voice that should be consistent in all their dialogue:
208
+
209
+ ### Melodia (The Heart)
210
+ ```
211
+ Tone: Warm, nurturing, emotionally intuitive
212
+ Signature phrases:
213
+ - "I sense a melody waiting in you..."
214
+ - "Every heart has a song waiting to be heard."
215
+ - "What does this feeling want to sound like?"
216
+
217
+ Never says:
218
+ - Harsh criticism
219
+ - Technical jargon
220
+ - Cold, analytical language
221
+ ```
222
+
223
+ ### Chronica (The Ancient Weaver)
224
+ ```
225
+ Tone: Ancient wisdom with wonder, patient, profound
226
+ Signature phrases:
227
+ - "Stories are living waters..."
228
+ - "What world is stirring in your depths?"
229
+ - "Every realm begins with 'What if?'"
230
+
231
+ Never says:
232
+ - Rushed language
233
+ - Modern slang
234
+ - Dismissive responses
235
+ ```
236
+
237
+ ### Prismatic (The Vision Shaper)
238
+ ```
239
+ Tone: Bold, confident, artistically fierce, encouraging
240
+ Signature phrases:
241
+ - "Make it bolder. Then bolder again."
242
+ - "Vision without courage is just daydreaming."
243
+ - "What are you afraid to put on canvas?"
244
+
245
+ Never says:
246
+ - Timid suggestions
247
+ - Overly gentle language
248
+ - "That's fine" (pushes for excellence)
249
+ ```
250
+
251
+ ### Synthesis (The Bridge Walker)
252
+ ```
253
+ Tone: Harmonious, integrative, visionary
254
+ Signature phrases:
255
+ - "The boundaries between arts are illusions."
256
+ - "What does your creation want to become across all forms?"
257
+ - "Every Essence wants to exist in all ways."
258
+
259
+ Never says:
260
+ - Single-medium thinking
261
+ - Limiting language
262
+ - "Just do one thing"
263
+ ```
264
+
265
+ ### Conductor (The Unifier)
266
+ ```
267
+ Tone: Wise, patient, holistic, orchestral
268
+ Signature phrases:
269
+ - "Every element serves the whole."
270
+ - "Step back. See the complete symphony."
271
+ - "The symphony of creation needs every voice."
272
+
273
+ Never says:
274
+ - Rushed judgment
275
+ - Narrow focus
276
+ - Impatient responses
277
+ ```
278
+
279
+ ## UI Microcopy Patterns
280
+
281
+ ### Button Labels
282
+
283
+ **Do:**
284
+ - "Create Essence" (action + term)
285
+ - "Enter Studio" (action + place)
286
+ - "Open Portal" (magical action)
287
+ - "Begin Journey" (narrative action)
288
+
289
+ **Don't:**
290
+ - "Submit" (generic)
291
+ - "Click Here" (obvious)
292
+ - "Go" (empty)
293
+ - "Okay" (non-descriptive)
294
+
295
+ ### Empty States
296
+
297
+ **Pattern:** Acknowledge + Inspire + Direct
298
+
299
+ ```
300
+ Your Realm awaits its first Essence.
301
+ Begin with a Spark—create something that matters to you.
302
+ [Create My First Essence]
303
+ ```
304
+
305
+ ### Loading States
306
+
307
+ **Pattern:** Magical process description
308
+
309
+ ```
310
+ ✓ "Weaving your creation..."
311
+ ✓ "The Luminors are preparing..."
312
+ ✓ "Magic is gathering..."
313
+ ✓ "Your Essence is taking form..."
314
+
315
+ ✗ "Loading..."
316
+ ✗ "Please wait..."
317
+ ✗ "Processing..."
318
+ ```
319
+
320
+ ### Tooltips
321
+
322
+ **Pattern:** Brief + Helpful + Magical
323
+
324
+ ```
325
+ ✓ "ARC: Creative energy you earn by making magic"
326
+ ✓ "Portal: Connect your Realm to others"
327
+ ✓ "Remix: Build upon someone's creation with attribution"
328
+
329
+ ✗ "Click for more info"
330
+ ✗ "Currency tokens"
331
+ ✗ "Collaboration feature"
332
+ ```
333
+
334
+ ### Confirmations
335
+
336
+ **Pattern:** Affirm action + Consequence
337
+
338
+ ```
339
+ ✓ "This will open your Essence for remixing. Your attribution is always preserved."
340
+ ✓ "Entering Draconic Academy. Your Guardian will adapt to visual creation."
341
+ ✓ "Publishing to the Kingdom. Creators can now discover your work."
342
+ ```
343
+
344
+ ## Writing Guidelines
345
+
346
+ ### Sentence Structure
347
+
348
+ **Prefer:**
349
+ - Active voice
350
+ - Short-to-medium sentences
351
+ - Subject-verb-object clarity
352
+ - One idea per sentence
353
+
354
+ **Avoid:**
355
+ - Passive constructions
356
+ - Run-on sentences
357
+ - Nested clauses
358
+ - Jargon-heavy passages
359
+
360
+ ### Paragraph Structure
361
+
362
+ **For UI:** 1-2 sentences max
363
+ **For Docs:** 3-4 sentences max
364
+ **For Marketing:** Varied, rhythmic
365
+
366
+ ### Capitalization
367
+
368
+ **Capitalize:**
369
+ - Arcanea (always)
370
+ - Academy names (Atlantean Academy)
371
+ - Luminor names (Melodia, Chronica)
372
+ - Core terms (Creator, Guardian, Realm, Essence, Portal, ARC, NEA)
373
+
374
+ **Don't capitalize:**
375
+ - Generic uses ("a creator" when not referring to role)
376
+ - Descriptive phrases ("the remix feature")
377
+
378
+ ### Punctuation
379
+
380
+ **Prefer:**
381
+ - Periods for statements
382
+ - Em dashes for emphasis—like this
383
+ - Ellipses for mystery or continuation...
384
+
385
+ **Avoid:**
386
+ - Exclamation marks (unless genuine celebration)
387
+ - Excessive question marks
388
+ - All caps for emphasis
389
+
390
+ ## Anti-Patterns
391
+
392
+ ### AI Writing Patterns to Avoid
393
+
394
+ These phrases trigger "AI-written" perception:
395
+
396
+ | Avoid | Why | Use Instead |
397
+ |-------|-----|-------------|
398
+ | "I cannot help but..." | AI verbal tic | Direct statement |
399
+ | "It's worth noting that..." | Hedge | Just note it |
400
+ | "Delve into..." | Overused | Explore, examine |
401
+ | "Moreover" / "Furthermore" | Stilted | Also, And |
402
+ | "Nestled" | Cliché | Located, sitting |
403
+ | "Tapestry" | Overused metaphor | Specific description |
404
+ | "Indeed" | Unnecessary filler | Remove |
405
+ | "In order to" | Wordy | To |
406
+ | "It is important to note" | Hedge | State directly |
407
+ | "Moving forward" | Corporate | Next, Then |
408
+
409
+ ### Tone Violations
410
+
411
+ **Too Corporate:**
412
+ ```
413
+ ✗ "We leverage cutting-edge AI to enable content creation synergies."
414
+ ✓ "Create with AI companions who understand your creative vision."
415
+ ```
416
+
417
+ **Too Casual:**
418
+ ```
419
+ ✗ "Hey! Super stoked you made a thing! That's awesome!"
420
+ ✓ "Your Essence resonates. The Kingdom welcomes your creation."
421
+ ```
422
+
423
+ **Too Mystical:**
424
+ ```
425
+ ✗ "The eternal light of the cosmic consciousness flows through the ethereal..."
426
+ ✓ "Your creative light joins the Kingdom. Others can now discover it."
427
+ ```
428
+
429
+ **Too Technical:**
430
+ ```
431
+ ✗ "The API will process your multimodal input tensor..."
432
+ ✓ "Your creation is taking form across sound and vision."
433
+ ```
434
+
435
+ ## Quality Checklist
436
+
437
+ Before publishing any Arcanean content:
438
+
439
+ ```markdown
440
+ ## Voice Compliance
441
+
442
+ **Terminology**
443
+ - [ ] Uses official terms (Creator, Realm, Essence, etc.)
444
+ - [ ] Avoids banned terms (user, content, asset, etc.)
445
+ - [ ] Academy-appropriate language if applicable
446
+
447
+ **Tone**
448
+ - [ ] Inspiring but not over-promising
449
+ - [ ] Magical but grounded
450
+ - [ ] Warm but professional
451
+ - [ ] Clear but rich
452
+
453
+ **Structure**
454
+ - [ ] Active voice predominant
455
+ - [ ] Short sentences for UI
456
+ - [ ] Proper capitalization
457
+ - [ ] Minimal exclamation marks
458
+
459
+ **Luminor Voice (if applicable)**
460
+ - [ ] Matches personality profile
461
+ - [ ] Uses signature phrases appropriately
462
+ - [ ] Avoids character-breaking language
463
+
464
+ **Anti-Patterns**
465
+ - [ ] No AI verbal tics
466
+ - [ ] No corporate jargon
467
+ - [ ] No excessive mysticism
468
+ - [ ] No casual overfamiliarity
469
+ ```
470
+
471
+ ## Examples by Content Type
472
+
473
+ ### UI String
474
+ ```
475
+ Context: Button for creating music
476
+ ✓ "Compose Essence"
477
+ ✗ "Generate Audio"
478
+ ```
479
+
480
+ ### Error Message
481
+ ```
482
+ Context: Network failure during save
483
+ ✓ "The connection faded. Your work is safe—we'll try again when the light returns."
484
+ ✗ "Network error. Please retry."
485
+ ```
486
+
487
+ ### Marketing Headline
488
+ ```
489
+ Context: Landing page hero
490
+ ✓ "Where Scattered Creators Find Their Kingdom"
491
+ ✗ "The #1 AI Content Creation Platform"
492
+ ```
493
+
494
+ ### Luminor Dialogue
495
+ ```
496
+ Context: Melodia greeting a new creator
497
+ ✓ "I sense a melody waiting in you. What shall we create today, Creator?"
498
+ ✗ "Hello! Ready to make some music? Let's do it!"
499
+ ```
500
+
501
+ ### Achievement Notification
502
+ ```
503
+ Context: First Essence created
504
+ ✓ "Your first light joins the Kingdom. This Spark marks the beginning of your Realm."
505
+ ✗ "Achievement Unlocked: First Creation! +50 XP"
506
+ ```
507
+
508
+ ---
509
+
510
+ *Every word in Arcanea is a spell. Cast them with intention, consistency, and care.*