desktop-cc-gui
Desktop app unifying Claude Code, Codex, and other AI coding engines
All Skills in This Repository (26)
Pure Emerald Level Indicatorsbefore-dev
Inject project-specific coding guidelines from .trellis/spec before implementation.
brainstorm
Convert vague development tasks into PRDs and MVP scopes.
update-spec
Capture executable contracts and coding knowledge into .trellis/spec/ documents.
break-loop
Apply a five-dimension post-mortem framework to document bug fix root causes.
integrate-skill
Integrates external skills into frontend/backend guideline documents via .trellis/spec/{target}/ directories.
start
Initialize AI development sessions by loading workflow guides and project context.
onboard
Onboard new Trellis AI team members with memory concepts and workflow guidelines.
create-command
Generate a SKILL.md with frontmatter and initial content for new skills.
check-cross-layer
Verify cross-layer consistency across UI, API, service, and data layers.
record-session
Record coding session summaries and commit hashes into Trellis journal files.
improve-ut
Update unit tests for changed code using .trellis/spec/ conventions.
check
Validate changed code against project guidelines via git diff and lint/typecheck.
Frequently Asked Questions
FAQPage SchemaHow to install desktop-cc-gui?▼
Run `npx skills add zhukunpenglinyutong/desktop-cc-gui --all -g -y` in your terminal to install all bundled skills globally. For the desktop app itself, download the installer for your platform from the GitHub Releases page.
What is ccgui used for?▼
It is a multi-engine AI coding desktop client that puts Claude Code, Codex CLI, Gemini CLI, and DeepSeek Harness behind one graphical interface with chat, files, Git, and project intelligence panels.
Which AI coding engines does ccgui support?▼
It supports Claude Code, Codex CLI, Gemini CLI, OpenCode, and DeepSeek Harness as native engines, with sessions that survive app restarts.
What skills are bundled with this repository?▼
It ships curated skills for React and React Native best practices, Vercel deployment and cost optimization, view transitions, UI design review, HTML prototyping, and concise code review modes.
Does ccgui work on Windows, macOS, and Linux?▼
Yes. It is built with Tauri 2, React 19, and Rust, and ships installers for macOS, Windows, and Linux with in-app auto-update.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core