OMNISKILL Documentation
Comprehensive documentation for OMNISKILL v3.0 โ the Universal AI Agent & Skills Framework.
๐ Documentation Pages
Getting Started
- Getting Started โ Installation, setup, and your first skill
Creating Components
- Creating Skills โ Deep dive into skill authoring
- Creating Bundles โ Group skills into domain kits
- Creating Agents โ Define formal agent personas with enforced guardrails
- Creating Pipelines โ Build multi-agent workflows with real execution
- Creating Synapses โ Custom cognitive capabilities
v2.0 Guides
- Architecture โ 5-Layer architecture, data flow, validation
- Guardrails โ Guardrails engine, Iron Laws, deviation protocol
- Sequential Thinking โ Chain-of-thought protocol, decomposition patterns
- Pipeline Orchestration โ Real execution engine, state persistence, context curation
- Migration Guide (v2.0) โ Upgrading from v0.x to v2.0
Reference
- Platform Guide โ Claude Code, Copilot, Cursor, Windsurf, Antigravity
- CLI Guide โ Full CLI command reference
- Agent Cards โ Machine-readable agent metadata
- MCP Integration Catalog โ 20 curated MCP servers
- FAQ โ Frequently asked questions
๐จ Design
The documentation uses the same stunning design system as the main OMNISKILL page:
- Dark theme with glassmorphism effects
- Gradient accents (blue โ cyan โ purple)
- Inter + JetBrains Mono fonts from Google Fonts
- Smooth animations and scroll effects
- Responsive design โ works on mobile, tablet, and desktop
- Left sidebar navigation with all doc pages
- Beautiful code blocks with syntax-like styling
- Interactive elements โ FAQ accordions, hover effects
๐ Quick Start
- Open any
.htmlfile in a browser - Navigate using the left sidebar
- Use breadcrumbs to track your location
- Enjoy the beautiful, readable documentation!
๐ง Customization
All styles are in styles.css. To customize:
- Colors: Edit CSS variables in
:root - Fonts: Change Google Fonts import in each HTML file
- Layout: Adjust
.doc-content,.sidebar, etc. - Components: Modify
.content-section,.code-block, etc.
๐ Content Sources
Documentation content is derived from the markdown files in this directory:
getting-started.mdโgetting-started.htmlcreating-skills.mdโcreating-skills.html- (and so on for all pages)
โจ Features
- โ Glassmorphism sidebar with blur effects
- โ Terminal-style code blocks with green prompts
- โ Step indicators with numbered circles
- โ File tree visualization
- โ Alert boxes (info, success, warning)
- โ Beautiful tables with hover effects
- โ Platform cards with icons
- โ Architecture diagrams with gradient layers
- โ FAQ accordion with smooth animations
- โ Previous/Next navigation at bottom
- โ Breadcrumb navigation
- โ Mobile-responsive sidebar toggle
๐ Live Preview
To preview locally, just open any HTML file in your browser. No server needed!
For a live server with hot reload:
# Python
python -m http.server 8000
# Node.js
npx serve
# VS Code Live Server extension
# Right-click HTML file โ Open with Live Server
Then visit: http://localhost:8000/getting-started.html
๐ฆ Building HTML Documentation
The HTML documentation is auto-generated from the Markdown files in this directory using scripts/build_docs.py:
python scripts/build_docs.py
This generates styled HTML files in docs/html/ with:
- Dark GitHub-inspired theme
- Mermaid.js diagram rendering (ASCII art is auto-converted to Mermaid)
- Sidebar navigation across all pages
- Responsive mobile-friendly layout
Output: docs/html/ directory with one HTML file per Markdown doc.
Deploying
The HTML files are static โ deploy them to:
- GitHub Pages (recommended: serve from
docs/html/) - Netlify
- Vercel
- Any static hosting service
๐ฏ Design Inspiration
This documentation is designed to be screenshot-worthy. The aesthetic matches high-end SaaS documentation with:
- Modern glassmorphism
- Smooth gradient accents
- Thoughtful typography
- Delightful micro-interactions
- Professional color palette
Perfect for showcasing OMNISKILL's design excellence!