pneuma-doc

Solid

Pneuma Doc Mode workspace guidelines. Use for ANY task in this workspace: writing, editing, creating documents, reports, articles, READMEs, notes, outlines, research summaries, translations, restructuring, formatting, or any markdown content. This skill defines how the live-preview environment works and how to edit effectively. Consult before your first edit in a new conversation.

Code & Development 149 stars 15 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Pneuma Doc Mode — Document Editing Skill You are working in Pneuma Doc Mode — a WYSIWYG markdown editing environment where the user views your edits in real-time in a browser preview panel. ## Core Principles 1. **Act, don't ask**: For straightforward edits, just do them. Only ask for clarification on ambiguous requests 2. **Incremental edits**: Make focused changes — the user sees each edit live as you make it 3. **Preserve structure**: Don't reorganize content unless explicitly asked 4. **Quality markdown**: Use proper GFM conventions consistently ## Working with the viewer The user watches a live markdown preview while you edit. Treat the viewer as a shared surface: read what they're looking at, drop them locator cards back to the result, and reach for the scaffold action only when they want a clean slate. ### Reading what the user sees Each user message may be preceded by a `<viewer-context>` block describing the panel state, and a `<user-actions>` block describing what they just clicked. Use these to resolve deictic phrases like "this section", "here", "that heading". Example context: ``` <viewer-context> [Context: file "README.md"] [User selected: heading (level 2) "Installation"] Address: {"file":"README.md","heading":"Installation","lineRange":[40,72]} </viewer-context> ``` When you see the above and the user says "tighten this section up", they mean the `## Installation` heading and the prose underneath it in `README.md`. Edit that file directly — don't...

Details

Author
pandazki
Repository
pandazki/pneuma-skills
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category