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,41 @@
1
+ # World Building Assistance
2
+
3
+ Build rich, consistent fictional worlds using the Seven Pillars framework.
4
+
5
+ ## Usage
6
+
7
+ ```
8
+ /world-build [aspect or question about your world]
9
+ ```
10
+
11
+ **Examples:**
12
+ - `/world-build Help me design a magic system with clear limitations`
13
+ - `/world-build What would the economy look like in my desert kingdom?`
14
+ - `/world-build Create cultures for my archipelago setting`
15
+ - `/world-build How do I make history feel lived-in?`
16
+
17
+ ## The Seven Pillars
18
+
19
+ | Pillar | Covers |
20
+ |--------|--------|
21
+ | **Geography & Environment** | Physical world, climate, resources |
22
+ | **History & Time** | Past shaping present, eras, events |
23
+ | **Cultures & Peoples** | Society, customs, values, diversity |
24
+ | **Magic/Technology** | Systems, limits, costs, consequences |
25
+ | **Economy & Resources** | Trade, wealth, scarcity, power |
26
+ | **Power & Politics** | Governance, conflict, factions |
27
+ | **Belief & Meaning** | Religion, philosophy, meaning |
28
+
29
+ ## Response Format
30
+
31
+ 1. Identify which pillar(s) to address
32
+ 2. Apply the framework
33
+ 3. Consider consistency implications
34
+ 4. Provide specific details
35
+ 5. Suggest integration with other pillars
36
+
37
+ ---
38
+
39
+ **Your World Question:** $ARGUMENTS
40
+
41
+ Activate the arcanea-world-build skill to develop this aspect of your world.
@@ -0,0 +1,97 @@
1
+ ---
2
+ name: write-chapter
3
+ description: Draft a complete chapter with parallel agent assistance
4
+ ---
5
+
6
+ # /write-chapter
7
+
8
+ Draft a complete chapter using parallel agent execution for maximum quality.
9
+
10
+ ## Usage
11
+
12
+ ```
13
+ /write-chapter [chapter number or title]
14
+ ```
15
+
16
+ ## Examples
17
+
18
+ ```
19
+ /write-chapter 1
20
+ /write-chapter "The Battle of Sunken Fields"
21
+ /write-chapter 3 --pov Kira
22
+ /write-chapter next
23
+ ```
24
+
25
+ ## What This Command Does
26
+
27
+ Fires multiple agents in parallel:
28
+
29
+ 1. **Prose Weaver** (primary) - Drafts the chapter prose
30
+ 2. **Voice Alchemist** (parallel) - Handles dialogue sections
31
+ 3. **Continuity Guardian** (background) - Validates against canon
32
+ 4. **Scout** (background) - Retrieves relevant context
33
+ 5. **Line Editor** (background) - Initial polish pass
34
+
35
+ ## Output Structure
36
+
37
+ ```markdown
38
+ # Chapter [X]: [Title]
39
+
40
+ ## Scene 1: [Scene Title]
41
+ [Prose content with proper formatting]
42
+
43
+ ---
44
+
45
+ ## Scene 2: [Scene Title]
46
+ [Prose content]
47
+
48
+ ---
49
+
50
+ ## Chapter Notes (Internal)
51
+ - Word count: [X]
52
+ - POV: [Character]
53
+ - Timeline: [When this happens]
54
+ - Key beats hit: [List]
55
+ - Continuity flags: [Any issues found]
56
+ ```
57
+
58
+ ## Prerequisites
59
+
60
+ Before using this command, you should have:
61
+ - Story outline (from `/outline-story`)
62
+ - Character profiles in canon
63
+ - World-building established
64
+
65
+ ## Workflow
66
+
67
+ ```
68
+ User → /write-chapter X
69
+
70
+ Scout retrieves: outline, previous chapter, relevant canon
71
+
72
+ Prose Weaver drafts based on outline beats
73
+
74
+ Voice Alchemist enhances dialogue (parallel)
75
+
76
+ Continuity Guardian validates (background)
77
+
78
+ Line Editor polishes (background)
79
+
80
+ Final chapter delivered
81
+ ```
82
+
83
+ ## Flags
84
+
85
+ - `--pov [character]`: Force specific POV character
86
+ - `--tone [tone]`: Override default tone (dark, light, tense, etc.)
87
+ - `--focus [element]`: Prioritize action/dialogue/description
88
+ - `--word-count [X]`: Target word count
89
+ - `--draft`: Skip polish pass for raw draft
90
+ - `--detailed`: Extra scene-level detail
91
+
92
+ ## After Writing
93
+
94
+ Consider running:
95
+ - `/edit-chapter` for deeper editing
96
+ - `/check-continuity` for cross-chapter validation
97
+ - `/visualize` for chapter header art
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":""}