#334 · Primary category: AI Coding Assistants
cc-use-exp
⛔ No longer maintained → dev-agent-kit/recipes 让 Claude Code、Antigravity、Gemini CLI、Codex、Cursor 开箱即用的分层配置模板,总结十多年的日常开发经验
Project last updated:08/26/26
GitHub Stars
1.0K
Forks
108
Contributors
5
License
Other
Why we included this project
Most teams that use AI coding assistants end up running more than one, and that is exactly the problem this project solves. It is a layered configuration system rather than another prompt collection: persistent rules stay loaded, skills load on demand, and task workflows run explicitly, so you install once and sync the same setup across Claude Code, Gemini CLI, Codex, Cursor, Antigravity, and GitHub Copilot. That means you stop re-explaining your stack, project structure, and coding conventions in every session. It also comes with defensive rules for the failure modes that keep recurring in real projects, like interface contract drift, dangerous commands, and over-refactoring, with concrete checks for things like API response wrappers and pagination shapes. The author distilled it from over a decade of daily development work, and the structure is meant to be maintained, which makes it a reasonable starting point for standardizing how a whole team works with AI without giving up the CLI or IDE they already know.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.