By xonovex
Manage Claude Code instruction files (skills, AGENTS.md, slash commands) with trimming, merging, splitting, verification, and sync. Includes content rewriting, news search, travel guides, and version bumping.
Write or rewrite content to remove AI writing patterns and add human voice
Auto-curate latest news stories on a topic and generate bilingual content
Create a comprehensive, multi-language travel guide for a specified topic or location
Augment project instructions with elements from another project's instructions while preserving structure and style
Consolidate project instructions by removing redundant files and standardizing format
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Monorepo for Xonovex AI agent tools, workflows, and skills
AI coding agents handle prompts, tools, and code changes. What they don't manage is the environment around them: sandbox isolation, model provider routing, terminal sessions, reproducible toolchains, and orchestration at scale.
Xonovex fills this gap. It currently supports Claude Code and OpenCode as agents, with sandboxing via bubblewrap and Docker, VM-level isolation via gVisor and Kata Containers, confidential computing via Confidential Containers (CoCo) with AMD SEV-SNP and Intel TDX, model routing through providers like Gemini, GLM, and GPT, workspace management with Git and Jujutsu, reproducible toolchains via Nix, and Kubernetes orchestration for running agents at scale.
The included skills are token-efficient, harness-neutral, and based on current research and best practices (Agent Skills spec, agentskills.io, agents.md).
npm install -g @xonovex/agent-cli-go
agent-cli run --agent claude --isolation bwrap --provider gemini
The sandbox is selected by three orthogonal axes — --isolation {none,bwrap,docker} ×
--provision {none,nix,command} × --network {host,none,proxy} — see
packages/agent/AGENTS.md.
# Install CRDs and deploy the operator
kubectl apply -k https://github.com/xonovex/platform//packages/agent/agent-operator-go/config/crd
kubectl apply -k https://github.com/xonovex/platform//packages/agent/agent-operator-go/config/default
# Create a provider and run an agent
kubectl create secret generic gemini-credentials --from-literal=api-key='your-key'
kubectl apply -f - <<EOF
apiVersion: agent.xonovex.com/v1alpha1
kind: AgentProvider
metadata:
name: gemini-provider
spec:
displayName: Google Gemini
authTokenSecretRef:
name: gemini-credentials
key: api-key
---
apiVersion: agent.xonovex.com/v1alpha1
kind: AgentRun
metadata:
name: review-code
spec:
harness:
type: claude
providerRef: gemini-provider
workspace:
type: git
repository:
url: https://github.com/org/repo.git
branch: main
prompt: "Review the codebase and suggest improvements"
EOF
Each skill is a separate plugin. Skills are applied automatically when the agent detects a relevant task — no explicit slash-command invocation needed. Skills also work cross-harness (Claude Code, OpenCode, etc.) since they follow the Agent Skills spec.
# Add the Xonovex plugin marketplace
claude plugin marketplace add xonovex/platform
npx claudepluginhub xonovex/platform --plugin xonovex-utilityXonovex ADR skills
Xonovex Docker skills
Xonovex Content skills
Xonovex Hono skills
Xonovex Android analytics skills
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.