AI Agent Skills, Engineered for OpenCode

iNNv0 is a modular skills ecosystem that powers your AI agent with specialized capabilities: model evaluation, skills management, document transformation, and web design.

Skills that transform your agent

Each skill is an independent module with precise instructions so the agent acts with purpose and domain knowledge.

M

Model Router

Evaluates whether the AI model you're using is the right fit for each task. Classifies requests across 4 scales and recommends the optimal model based on cost and capability.

View documentation →
S

Skills Manager

Meta-skill that manages all skills in the repository. Scans, detects installation types (Junction, Symlink, Copy), and manages each skill's lifecycle.

View documentation →
T

traNNsform

Complete document ingestion and transformation pipeline. Converts PDFs, DOCX, and more to unified Markdown using the agent's own LLM as the transformation engine.

View documentation →
W

Web Design Guide

Complete design system with Morado Nazareno palette, systematic typography, and 8px grid. Includes guides for commercial layouts and technical documentation with Docsify.

View documentation →

How it works

Skills are loaded on demand by the OpenCode agent. Each skill defines its own domain, language, and behavior rules.

Automatic scan

At session start, the Skills Manager detects all available skills in the repository and checks their installation status.

On-demand loading

When a task matches a skill, the agent loads its instructions and executes the specialized workflow.

Modular by design

Each skill is self-contained with its own domain rules. Skills can be installed, updated, and removed independently.

Install in seconds

Clone the repository and let the Skills Manager configure everything automatically with Windows NTFS junctions.

# Clone the repository git clone https://github.com/innV0/innv0-skills.git # Start OpenCode in the directory opencode . # The Skills Manager will scan and offer to install everything automatically # Uses junctions (New-Item -ItemType Junction) for live-change reflection