๐Ÿšง Work in Progress — Open Source & Community Driven — Fork it, remix it, build on it. It's yours.
Open Source ยท MIT License ยท v3.0

OMNISKILL

One repo. One format. Every platform.

The universal AI agent & skills framework. Runtime contracts, policy-gated tool execution, smart complexity routing, pluggable knowledge sources, self-customization, and a Python SDK. Deploy to Claude Code, Copilot CLI, Cursor, Windsurf, and Antigravity.

0+
Skills
0
Bundles
0
Agents
0
Pipelines
0
Synapses
0
Platforms

Everything you need to build universal AI skills

A complete framework covering the full lifecycle โ€” from skill creation to cross-platform deployment.

๐ŸŽฏ

Universal Skills

Write skills in a single, standardized format that works seamlessly across 5+ AI coding platforms.

๐Ÿ“ฆ

Bundles

Install entire domain kits as one unit โ€” web dev, UX design, game dev, and more, all pre-configured.

๐Ÿค–

Formal Agents

Define personas, skill bindings, guardrails, and handoff protocols for sophisticated AI agent behavior.

๐Ÿ”„

Pipelines

Multi-agent workflows that chain agents together โ€” from spec writing to implementation to review.

๐Ÿญ

Skill Factory

AI-powered pipeline that creates new skills automatically โ€” design, spec, implement, validate, review.

๐Ÿ”Œ

Cross-Platform

Built-in adapters for Claude Code, Copilot CLI, Cursor, Windsurf, and Antigravity.

๐Ÿ“š

Rich Resources

Cheat sheets, style guides, decision trees, and references that give your agents deep domain knowledge.

๐Ÿงช

Validation

Schema-based validation for everything โ€” skills, agents, bundles, and pipelines all checked for correctness.

๐Ÿ”

Self-Improving

OMNISKILL uses its own skill-factory pipeline to create, validate, and improve itself recursively.

๐Ÿง 

Complexity Router

Smart routing classifies tasks by complexity and routes to the optimal model โ€” fast models for trivial, premium for expert.

๐Ÿ“š

Knowledge Sources

Plug GitHub repos, local dirs, and URLs as knowledge. File-based search with grep/find โ€” no vector DB needed.

๐Ÿ”ง

Self-Customization

AI-assisted skills guide agents through creating new skills, bundles, agents, and platform adapters.

๐ŸŽญ

Prompt Library

Organized system prompts and switchable personas โ€” Expert, Quick, and Teacher modes for any interaction style.

๐Ÿ

Python SDK

Full programmatic access โ€” list skills, route queries, install to platforms, sync sources, and run health checks.

๐Ÿฉบ

Admin Dashboard

Comprehensive CLI with stats, error logs, source management, sync controls, and full health reports.

โšก

Synapses

Cognitive enhancements that shape how agents think โ€” metacognition, confidence calibration, stuck detection, and self-reflection.

๐Ÿ›ก๏ธ

Runtime Contracts

v3 enforced session lifecycle, policy-gated tool execution, and replay determinism โ€” no tool runs without a policy decision.

๐Ÿ”

Policy Engine

Default-deny tool gating with trust tiers (builtin โ†’ verified โ†’ community โ†’ untrusted) and full audit trail.

๐Ÿ“ก

Telemetry & Replay

Versioned telemetry envelopes, correlation IDs, and structure-only checksums for deterministic replay across environments.

Pre-built bundles for every domain

Curated skill collections that install as a single unit. Each bundle is a ready-to-use toolkit.

๐ŸŽฎ

godot-kit

5 skills

Godot 4, GDScript, scene management, physics, and shaders.

๐ŸŒ

web-dev-kit

5 skills

Frontend, React, backend APIs, and full-stack patterns.

๐ŸŽจ

ux-design-kit

7 skills

Full UX pipeline โ€” research, wireframes, design systems, and testing.

๐Ÿ

django-kit

4 skills

Django framework, REST APIs, models, and deployment patterns.

๐Ÿ“‹

sdd-kit

5 skills

Spec-Driven Development โ€” spec writing, implementation, and review.

๐Ÿงช

testing-kit

4 skills

E2E testing, debugging, test generation, and quality assurance.

๐Ÿ“ฑ

mobile-kit

2 skills

Mobile development patterns and cross-platform strategies.

โš™๏ธ

meta-kit

5 skills

Skill creation, validation, packaging, and meta-tooling.

Multi-agent pipelines

Chain agents together into powerful automated workflows that handle entire development lifecycles.

๐Ÿ“‹ SDD Pipeline
spec-writer โ†’ implementer โ†’ reviewer
๐ŸŽจ UX Pipeline
research โ†’ wireframe โ†’ visual โ†’ review โ†’ handoff
๐Ÿ› Debug Pipeline
investigate โ†’ fix โ†’ test โ†’ review
๐Ÿญ Skill Factory
design โ†’ spec โ†’ implement โ†’ validate โ†’ review
๐Ÿš€ Full Product Pipeline
UX Pipeline โ†’ SDD Pipeline โ†’ Testing Pipeline

Deploy to 5 platforms

Write once. Adapters handle the rest. Your skills work everywhere your team does.

โšก

Claude Code

Anthropic

๐Ÿค–

Copilot CLI

GitHub

โ–ฒ

Cursor

Anysphere

๐ŸŒŠ

Windsurf

Codeium

๐Ÿš€

Antigravity

Antigravity

6-Layer architecture

Each layer builds on the one below it โ€” from raw platform adapters up to runtime contracts that enforce policy and determinism.

๐Ÿ›ก๏ธ Runtime Contracts
๐Ÿ”„ Pipelines
๐Ÿค– Agents
๐Ÿง  Synapses
๐Ÿ“ฆ Bundles
๐ŸŽฏ Skills
๐Ÿ”Œ Adapters
โ˜๏ธ Platforms

Up and running in 60 seconds

Four commands. That's it.

Clone the repo, install the skills to your preferred platform, and run the doctor to verify everything is working.

1
Clone the OMNISKILL repository
2
Navigate into the project directory
3
Run the installer to deploy skills to your platform
4
Verify your installation with the built-in doctor
terminal
1# Clone the repository
2git clone https://github.com/SufficientDaikon/omniskill.git
3
4# Enter the project
5cd omniskill
6
7# Install skills to your platform
8python scripts/install.py
9
10# Verify installation
11python scripts/doctor.py