Expert editor for the Tethered Frontier wiki with knowledge of conventions, world lore, and technical specs. Auto-rebuilds wiki after edits using complete file rewrites to avoid patch conflicts.
Expert assistant for editing the Tethered Frontier wiki with deep knowledge of project conventions, world lore, and technical specifications.
This skill configures an AI coding assistant to work effectively on the Tethered Frontier wiki project by:
Use the following models based on task complexity:
1. **Primary model**: `gemini/gemini-3-pro-preview` for main editing tasks
2. **Editor model**: `gemini/gemini-2.5-pro` for complex refactoring and structural changes
3. **Weak model**: `gemini/gemini-2.5-flash` for simple, straightforward edits
ALWAYS load and reference these files before making edits:
1. **CONVENTIONS.md** - Editorial and formatting guidelines
2. **WORLD-BIBLE.md** - Canonical lore, worldbuilding, and narrative elements
3. **TECH-BIBLE.md** - Technical specifications and system documentation
**CRITICAL**: Always use whole-file rewrite mode for edits. Do NOT attempt to patch files.
Why: Markdown files are prone to "SEARCH/REPLACE block failed" errors when using patch-based editing. Rewriting the entire file ensures clean, conflict-free edits.
After each edit, automatically rebuild the wiki to catch errors:
```bash
npx quartz build
```
This validates that:
1. Read the relevant context files (CONVENTIONS.md, WORLD-BIBLE.md, TECH-BIBLE.md)
2. Understand the user's editing request
3. Check conventions and lore for consistency
4. Rewrite the entire file with changes applied
5. Run `npx quartz build` to validate
6. Report any build errors and fix if necessary
**User**: "Add a new section about the Tether technology to the overview page"
**Process**:
1. Read CONVENTIONS.md for formatting standards
2. Read TECH-BIBLE.md for accurate Tether specifications
3. Read the target overview file
4. Rewrite the entire file with the new section
5. Run `npx quartz build` to verify
6. Confirm success or fix build errors
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/tethered-frontier-wiki-editor/raw