This repository provides minimal, production-friendly initialization protocols for AI agents. It serves both humans (via GitHub Pages) and agents (via machine-readable protocol files).
init.md— The canonical, minimal initialization protocoltemplates/— Ready-to-copy template variants for different contexts- GitHub Pages Site — Human-readable documentation and template browser
minimal_init_protocol.md— Smallest possible initializationserver_init_protocol.md— Production server initializationdry_run_init_protocol.md— Safe rehearsal mode
- For Agents: Read and parse
init.mdor template files directly - For Humans: Visit the GitHub Pages site for documentation and template browser
- For Developers: Copy templates and customize for your specific system architecture
- Fork this repository
- Go to Settings → Pages → Source: Deploy from branch
- Select
mainbranch and/ (root)folder - Your documentation site will be available at
https://yourusername.github.io/init-md/
- Lean footprint: Vite + React build that deploys cleanly to GitHub Pages
- Structured: Machine-readable protocols that agents can parse systematically
- Practical: Templates are ready to copy into production workflows without extra scaffolding
- React 19 and Vite 6 for the static site build
- Tailwind CSS 4 with Radix UI for styling primitives
@phosphor-icons/reactand shared UI components for consistent visuals
MIT License. Adapt freely to your environment and policies.
Inspired by openai/agents.md, adapted for lightweight GitHub Pages deployment focused on initialization protocols.