Om-Talaviya

Universal Coding Agent — AI skill for Claude Code

AI community

A provider agnostic universal coding agent that orchestrates AI coding models through OpenCode.

How to install Universal Coding Agent

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Om-Talaviya/Universal-Coding-Agent and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Universal Coding Agent does

A provider agnostic universal coding agent that orchestrates AI coding models through OpenCode.

Alternatives in AI

  • Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
  • Openskills — Universal skills loader for AI coding agents - npm i -g openskills 9.8k ★
  • Cursor Tools — by eastlondoner - Creates a versatile AI command interface supporting multiple providers and models with flexi 4.7k ★

README

Universal Coding Agent (UCA)

Author TypeScript Provider Agnostic Status

A provider-agnostic autonomous coding agent supervisor with failover, persistent task state, and multi-provider orchestration.

Overview

The Universal Coding Agent (UCA) is a **supervisor/orchestrator** that manages coding tasks across multiple AI providers. It does not replace coding agents like OpenCode—it wraps them, providing:

  • Persistent task state that survives crashes, restarts, and provider switches
  • Automatic failover between providers when one fails or exhausts quota
  • Provider abstraction so you can use Nemotron, Codex, Claude, Gemini, OpenRouter, Ollama, or any compatible provider
  • Git safety with checkpoints and repository state tracking
  • Verification via tests, build, lint, and typecheck
  • Routing strategies for quality, speed, cost, or availability

Architecture

┌─────────────────────────────────────────────────────────────┐
│                      UCA Supervisor                          │
├─────────────────────────────────────────────────────────────┤
│  Task Lifecycle Manager  │  Provider Router  │  State Store │
├─────────────────────────────────────────────────────────────┤
│                    Provider Adapters                         │
│  ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌───────┐ │
│  │Nemotron │ │ Codex   │ │ Claude  │ │ Gemini  │ │Ollama │ │
│  └─────────┘