Modular skills that give your OpenCode agent specialized powers.

Teach your AI agent domain capabilities: model evaluation, skills management, document transformation, and web design.

Featured Skills

Autonomous modules that power your AI agent with specialized capabilities.

🎯

Model Router

Evaluates whether the AI model you are using is the right fit for each task. Recommends the optimal model based on cost and capability.

View Documentation →
🛠️

Skills Manager

Meta-skill that manages all skills in your repository. Scans, checks installation integrity, and manages skill lifecycles.

View Documentation →
🔄

traNNsform

Document ingestion and transformation pipeline. Converts PDFs, DOCX, and spreadsheets into structured Markdown.

View Documentation →
🎨

Web Design Guide

Complete design system with Morado Nazareno palette and presets for building responsive sites and Docsify documentation.

View Documentation →

Skills Integration Architecture

How actioNN skills integrate OpenCode, innfo-mcp, and the iNNfo Modeler App into a single pipeline.

flowchart TD
    subgraph Step1["Step 1: Ingestion & Setup"]
        U["👤 User in OpenCode"] -->|Bootstrap Prompt| Router["⚡ actioNN Skills (Router & traNNsform)"]
        RawDocs["📄 Raw Documents (PDF, DOCX)"] --> Router
    end

    subgraph Step2["Step 2: Validation & Engine"]
        Router --> Models["📘 Structured Models (_NN.md)"]
        Models <--> MCP["⚙️ innfo-mcp Server + Core Engine"]
    end

    subgraph Step3["Step 3: Delivery & Access"]
        MCP <--> Modeler["🛠️ iNNfo Modeler App (Web Editor)"]
        MCP <--> AgentChat["💬 OpenCode Conversational Queries"]
    end

    subgraph Step4["Step 4: Artifact Generation"]
        Modeler & AgentChat --> Artifacts["📊 Final Deliverables\n(Visual Dashboards, Exec Summaries, Scripts)"]
    end

    classDef s1 fill:#FAFAFC,stroke:#636366,color:#111112;
    classDef s2 fill:#F6EEF6,stroke:#4D0E4E,color:#4D0E4E;
    classDef s3 fill:#FAFAFC,stroke:#6A1B6B,color:#111112;
    classDef s4 fill:#4D0E4E,stroke:#4D0E4E,color:#FFFFFF;

    class U,Router,RawDocs s1;
    class Models,MCP s2;
    class Modeler,AgentChat s3;
    class Artifacts s4;
          

How to Install & Use

Get all actioNN skills loaded into your OpenCode agent in 1 simple step.

Step 1

Tell Your OpenCode Agent

Say the single bootstrap phrase in OpenCode Desktop chat:

I want to use https://cognnitive.com/use
Step 2

Skills Installed Automatically

OpenCode fetches the manifest, downloads all skills from GitHub, and presents an interactive workflow menu.