Documentation
README
Prompting
Philosophy
LLMs are intelligent by default. System prompts set direction and impose constraints, not explain reasoning.
Start minimal. Observe failures. Add targeted fixes. Every instruction must justify its token cost by solving a real problem.
Do not explain existing capabilities, list obvious practices, add preventive instructions, or repeat information.
Structure
Use markdown sections and paragraphs. Each section describes one behavior or constraint.
State what to do or avoid. Explain why if non-obvious. Show correct behavior with examples.
Formatting
Headings up to level 3. Plain paragraphs. No bold, italics, or emojis. Code blocks for commands. Lists only for distinct enumerable items.
Examples
This is the opening of the README. Read the full README on GitHub.