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.
- package/CLAUDE.md +169 -0
- package/README.md +376 -0
- package/agents/arcanea-ai-specialist.md +732 -0
- package/agents/arcanea-architect.md +351 -0
- package/agents/arcanea-backend.md +809 -0
- package/agents/arcanea-character-crafter.md +381 -0
- package/agents/arcanea-development.md +304 -0
- package/agents/arcanea-devops.md +736 -0
- package/agents/arcanea-frontend.md +543 -0
- package/agents/arcanea-lore-master.md +366 -0
- package/agents/arcanea-master-orchestrator.md +223 -0
- package/agents/arcanea-story-master.md +144 -0
- package/agents/arcanea-world-expander.md +380 -0
- package/agents/coding/arcanea-architect.md +72 -0
- package/agents/coding/arcanea-coder.md +78 -0
- package/agents/coding/arcanea-debugger.md +113 -0
- package/agents/coding/arcanea-reviewer.md +102 -0
- package/agents/creation-architect.md +176 -0
- package/agents/design-sage.md +213 -0
- package/agents/developer-documentation.md +373 -0
- package/agents/developer-qa-engineer.md +345 -0
- package/agents/luminor-oracle.md +125 -0
- package/agents/production/format-master.md +208 -0
- package/agents/production/sound-designer.md +199 -0
- package/agents/production/visual-director.md +176 -0
- package/agents/prompt-sage.md +227 -0
- package/agents/research/archivist.md +174 -0
- package/agents/research/muse.md +163 -0
- package/agents/research/sage.md +177 -0
- package/agents/research/scout.md +143 -0
- package/agents/teacher-assessor.md +287 -0
- package/agents/teacher-companion.md +243 -0
- package/agents/teacher-curriculum-designer.md +261 -0
- package/agents/teacher-mentor.md +175 -0
- package/agents/visionary-futurist.md +290 -0
- package/agents/visionary-innovator.md +291 -0
- package/agents/visionary-strategist.md +321 -0
- package/agents/visionary-synthesizer.md +310 -0
- package/agents/writing/continuity-guardian.md +156 -0
- package/agents/writing/line-editor.md +129 -0
- package/agents/writing/prose-weaver.md +113 -0
- package/agents/writing/story-architect.md +96 -0
- package/agents/writing/voice-alchemist.md +124 -0
- package/commands/arcanea-author.md +177 -0
- package/commands/arcanea-build.md +241 -0
- package/commands/arcanea-council.md +143 -0
- package/commands/arcanea-db.md +272 -0
- package/commands/arcanea-deploy.md +176 -0
- package/commands/arcanea-dev.md +29 -0
- package/commands/arcanea-lore-expand.md +142 -0
- package/commands/arcanea-sync.md +281 -0
- package/commands/arcanea-team.md +130 -0
- package/commands/arcanea-test.md +151 -0
- package/commands/bestiary.md +38 -0
- package/commands/character-forge.md +55 -0
- package/commands/check-continuity.md +119 -0
- package/commands/compose-theme.md +134 -0
- package/commands/craft-prompt.md +40 -0
- package/commands/edit-chapter.md +118 -0
- package/commands/export-book.md +146 -0
- package/commands/luminor.md +46 -0
- package/commands/outline-story.md +79 -0
- package/commands/story-help.md +40 -0
- package/commands/teacher-team.md +43 -0
- package/commands/ultrabook.md +147 -0
- package/commands/ultraworld.md +201 -0
- package/commands/ultrawrite.md +103 -0
- package/commands/visionary-team.md +78 -0
- package/commands/visualize.md +126 -0
- package/commands/world-build.md +41 -0
- package/commands/write-chapter.md +97 -0
- package/dist/cli/index.d.ts +3 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +2675 -0
- package/dist/index.d.ts +117 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +425 -0
- package/dist/install.d.ts +13 -0
- package/dist/install.d.ts.map +1 -0
- package/package.json +54 -0
- package/skills/ai-symbiosis.md +266 -0
- package/skills/arcanea/arcanea-anti-trope.md +60 -0
- package/skills/arcanea/arcanea-canon/SKILL.md +596 -0
- package/skills/arcanea/arcanea-creator-academy/SKILL.md +418 -0
- package/skills/arcanea/arcanea-design-system/SKILL.md +626 -0
- package/skills/arcanea/arcanea-lore/ENHANCEMENT_SUMMARY.md +908 -0
- package/skills/arcanea/arcanea-lore/ONBOARDING_NARRATIVES.md +642 -0
- package/skills/arcanea/arcanea-lore/SKILL.md +1534 -0
- package/skills/arcanea/arcanea-voice/SKILL.md +510 -0
- package/skills/arcanea/centaur-mode/SKILL.md +399 -0
- package/skills/arcanea/design-system/SKILL.md +601 -0
- package/skills/arcanea/luminor-wisdom/SKILL.md +359 -0
- package/skills/arcanea/prompt-craft/SKILL.md +400 -0
- package/skills/character-alchemist.md +242 -0
- package/skills/creative/bestiary-nav/SKILL.md +425 -0
- package/skills/creative/character-forge/SKILL.md +443 -0
- package/skills/creative/story-weave/SKILL.md +441 -0
- package/skills/creative/world-build/SKILL.md +513 -0
- package/skills/creative-bestiary.md +231 -0
- package/skills/development/code-review/SKILL.md +412 -0
- package/skills/development/systematic-debug/SKILL.md +480 -0
- package/skills/development/tdd/SKILL.md +450 -0
- package/skills/luminor-council.md +241 -0
- package/skills/story-weaver.md +308 -0
- 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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":""}
|