Tools for using crossover Linux with AI agents
Find a file
Kerry Hatcher 4e8a304d76
Some checks failed
CI / rust-checks (push) Failing after 5s
CI / docs-check (push) Successful in 8s
docs(plans): update Phase 15 skill outlines with case study update 1 findings
- wine-dotnet-mono: ApplicationDeployment nuance, serial-close race
- wine-serial-com: driver-specific registry aliases, confirmed CrossOver dosdevices
- safe-app-analysis: trace-protocol-to-native-client pattern
2026-08-06 03:31:26 -04:00
.agents/skills chore: scaffold repository structure 2026-08-05 23:48:21 -04:00
.claude/skills chore: scaffold repository structure 2026-08-05 23:48:21 -04:00
.github/workflows chore: scaffold repository structure 2026-08-05 23:48:21 -04:00
docs docs(plans): update Phase 15 skill outlines with case study update 1 findings 2026-08-06 03:31:26 -04:00
pi-extension chore: scaffold repository structure 2026-08-05 23:48:21 -04:00
plugins/crossover-ai chore: scaffold repository structure 2026-08-05 23:48:21 -04:00
rust docs(research): update research notes and known issues from case study update 1 2026-08-06 03:30:59 -04:00
.gitignore docs(research): verify MFJ-226 case study claims against primary sources 2026-08-05 23:54:05 -04:00
AGENTS.md chore: scaffold repository structure 2026-08-05 23:48:21 -04:00
LICENSE Initial commit 2026-08-06 00:52:37 +00:00
README.md chore: scaffold repository structure 2026-08-05 23:48:21 -04:00
skills-lock.json chore: scaffold repository structure 2026-08-05 23:48:21 -04:00

crossover-ai

AI agent tooling for CrossOver Linux and Wine — version-aware documentation, skills, plugins, and a modular Rust MCP/CLI library.

Overview

Crossover-AI provides:

  • Version-aware documentation for Wine, CrossOver, Proton, Winetricks, DXVK, VKD3D, and related tools, organized by application and major version.
  • Agent skills (SKILL.md files) for installing, configuring, and troubleshooting Wine/CrossOver across versions.
  • Open Plugins & Claude Code plugin manifests for plug-and-play installation.
  • A Pi coding agent extension for the Pi agent.
  • A modular Rust library (crossover-core) with an MCP server (crossover-mcp) and CLI (crossover-cli) that provide full-text search over the embedded docs, version detection, and CLI reference.

Repository Layout

docs/          — Research notes and per-version documentation
plugins/       — Open Plugins / Claude Code plugin with skills and manifests
rust/          — Rust workspace (crossover-core, crossover-mcp, crossover-cli, crossover-data)
pi-extension/  — Pi coding agent extension

Status

This project is in the research and documentation phase. See docs/plans/crossover_plan.md for the full plan.

License

MIT (code) / CC-BY-SA (documentation) — to be confirmed.