Provides a frontend-design skill plus 20 steering commands and curated anti-patterns to steer LLMs toward clearer, accessible UI designs. Designed to plug into AI harnesses (Cursor, Claude/Gemini CLI, code agents) for auditing, critiquing, and polishing interfaces.
Combines a vector store, Cypher-style graph queries, and on-device LLM inference in one Rust engine, with a graph neural network that reranks results and adapts to query patterns in under a millisecond. Services ship as self-contained .rvf containers.
Provides an in‑IDE interface for IntelliJ IDEA to interact with Anthropic Claude Code and OpenAI Codex for AI-assisted coding. Supports dual-engine switching, file-aware context, session history, agent skills, MCP extensions, and security/permission controls.
Agent-first development platform: spawn autonomous agents that plan, edit, run terminals, and drive a browser to verify their own work, returning reviewable artifacts like plans and screenshots. Defaults to Gemini 3 Pro; also runs Claude and GPT-OSS.
Extends MCP so tools can return interactive UIs — charts, forms, dashboards — that render inline in chat clients via sandboxed iframes. Tools declare ui:// HTML resources; an SDK binds them to React, Vue, Svelte, Preact, or Solid.
Runs several AI coding agents — Claude Code, Codex, OpenCode — in parallel from one keyboard-driven desktop app, each on its own Git worktree. Playbooks batch markdown checklists, group chat coordinates agents, and a web server enables remote control.
Self-hosted personal AI assistant reachable through 20+ messaging channels you already use — WhatsApp, Telegram, Slack, iMessage and more. A local gateway acts as the control plane, stays model-agnostic, and sandboxes tool runs via Docker or SSH.
Packages Hugging Face ML tasks—dataset creation, model training, evaluation, Hub ops, Spaces deployment—as portable Agent Skills. Each is a SKILL.md folder agents load on demand, running unchanged across Claude Code, Codex, Gemini CLI, and Cursor.
Catalogs reusable Agent Skills for Codex — folders of instructions, scripts, and resources an agent loads to perform specific tasks. Tiers: .system (ships with Codex), .curated, and .experimental. Now deprecated in favor of OpenAI plugins.
Forecasts how social scenarios might unfold by running multi-agent simulations: thousands of LLM agents with memory and personalities, seeded from real data, that you steer by injecting variables to 'rehearse the future' in a digital sandbox.
A configuration layer for the OpenCode and Codex CLI coding agents. One install adds specialized sub-agents, lifecycle hooks, and bundled MCP servers — web search, docs lookup, code search — turning a bare agent into a harness for large codebases.
Orchestrates multi-model LLM agents and developer workflows as an OpenCode plugin — runs background specialists, LSP/AST-aware refactors, hash-anchored edits, and built-in MCPs. Designed for agent-driven code automation and multi-model orchestration.