Universal Coding Agent — AI skill for Claude Code
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)
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 │ │
│ └─────────┘
Related Skills
Agent Fix
Universal repair skill & CLI for AI coding agents (Claude Code, Codex, OpenCode, Hermes) — npm postinstall, GU
Engramora
Engramora is a lightweight, provider-agnostic Second Brain for AI coding agents—persisting project knowledge,
LLM Adapter Kit
A universal TypeScript library for interacting with multiple LLM providers through a unified interface. Suppor
AI Software Factory
Self-hosted, open-source AI Software Factory: a Governance Controller that orchestrates heterogeneous coding a
Cc Orch Development
Model-agnostic Claude Code skill for orchestrate-and-verify software development: the session model orchestrat
Kitty Bridge
Universal LLM bridge for AI agents. Use Claude Code with MiniMax, Codex with GLM, or Gemini CLI with OpenRoute
Related Agents
Pi Implementer
Implementation lane driven by the pi CLI (a local multi-provider coding agent, distinct from omp). Model-agnos
Yalla Lead
Orchestrates the Yalla Coding Team across all phases — planning, build/test separation, review, and shipping.
Coding
Write, review, or refactor code end-to-end — implement features, fix bugs, and add/update tests with minimal,