โšก OMNISKILL v3.0 Documentation

OMNISKILL Documentation

Comprehensive documentation for OMNISKILL v3.0 โ€” the Universal AI Agent & Skills Framework.

๐Ÿ“š Documentation Pages

Getting Started

Creating Components

v2.0 Guides

Reference

๐ŸŽจ Design

The documentation uses the same stunning design system as the main OMNISKILL page:

๐Ÿš€ Quick Start

  1. Open any .html file in a browser
  2. Navigate using the left sidebar
  3. Use breadcrumbs to track your location
  4. Enjoy the beautiful, readable documentation!

๐Ÿ”ง Customization

All styles are in styles.css. To customize:

๐Ÿ“ Content Sources

Documentation content is derived from the markdown files in this directory:

โœจ Features

๐ŸŒ 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:

Output: docs/html/ directory with one HTML file per Markdown doc.

Deploying

The HTML files are static โ€” deploy them to:

๐ŸŽฏ Design Inspiration

This documentation is designed to be screenshot-worthy. The aesthetic matches high-end SaaS documentation with:

Perfect for showcasing OMNISKILL's design excellence!