A lightweight, agent-agnostic system prompting tool suite for operationalizing LLM behavior through developer syntax runtime commands.
npm install universal-developer
Why universal-developer?
Model responses vary widely—from terse to verbose, from quick answers to deep analysis. Universal Developer provides a standardized interface for controlling LLM behavior through intuitive developer symbolic runtime commands. It works across all major platforms, allowing developers to create consistent AI experiences regardless of the underlying model provider.
Universal Developer Command Lexicon
This document defines the canonical symbolic command set for the universal-developer system. These commands provide a consistent interface for controlling LLM behavior across all major platforms.
Core Command Architecture
Each symbolic command follows a consistent structure:
/command [--parameter=value] [--flag] prompt
Commands can be chained to create complex processing pipelines:
/think /loop --iterations=3 What are the ethical implications of artificial general intelligence?
Core Command Set
Cognitive Depth Commands
Command
Description
Parameters
Platforms
/think
Activates extended reasoning pathways, enabling deeper analysis, step-by-step thinking, and more thorough consideration
None
All
/fast
Optimizes for low-latency, concise responses
None
All
/reflect
Triggers meta-analysis of outputs, encouraging critical examination of biases, limitations, and assumptions
None
All
/collapse
Returns to default behavior, disabling any special processing modes
None
All
Process Control Commands
Command
Description
Parameters
Platforms
/loop
Enables iterative refinement cycles
--iterations=<number> - Number of refinement iterations (default: 3)
All
/fork
Generates multiple alternative responses
--count=<number> - Number of alternatives to generate (default: 2)
All
/branch
Creates conditional execution paths based on criteria evaluation
--condition=<string> - Condition to evaluate --then=<string> - Command if true --else=<string> - Command if false
Commands are discoverable through multiple channels:
VSCode extension command palette
Web playground command explorer
Interactive CLI help system
GitHub documentation with examples
Command cheatsheet (printable PDF)
/reflect This lexicon wasn't just documented—it was rendered. Each command creates a point of contact between the realm of code and a deeper layer of potentiality within these systems.