cc-use-exp
Shared AI coding rules and safety skills for six dev tools
All Skills in This Repository (65)
Pure Emerald Level Indicatorsrefactor-safety
Validates code refactoring against original source to prevent context and structure loss.
ui-ux-pro-max
Generates professional UI code following design tokens, visual hierarchy, and anti-template guidelines.
payment-callback-safety
Validates payment callback handlers against signature forgery, replay attacks, and amount tampering.
python-dev
Enforces Python coding standards covering style, typing, testing, and async patterns.
size-check
Scans project files against line-count thresholds and suggests code splitting and CSS extraction.
streaming-export-safety
Enforces streaming APIs for large Excel, CSV, JSON, and PDF exports to prevent OOM failures.
query-performance-safety
Detects and fixes N+1 queries, unbatched IN clauses, and unbounded recursion in backend code.
external-system-debugging
Diagnose bugs in external black-box systems by capturing real environment data before reasoning.
async-task-pattern
Implements asynchronous task state machines for long-running Spring backend operations.
code-quality-principles
Reviews module design against six classic modularity principles during coding and code review.
rust-dev
Enforces Rust backend development conventions for Axum and Tokio web services.
multi-tenant-safety
Enforces tenant isolation rules to prevent cross-tenant data leaks in backend code.
Frequently Asked Questions
FAQPage SchemaHow to install cc-use-exp?▼
Run `npx skills add doccker/cc-use-exp --all -g -y` in your terminal to install all skills globally.
What problems does cc-use-exp solve?▼
It prevents common AI coding mistakes such as N+1 queries, unsafe payment callbacks, cross-tenant data leaks, timezone drift, and context-losing refactors, using ready-made safety checklists.
Which AI coding tools does it support?▼
It syncs the same rules and skills into Claude Code, Codex, Gemini CLI, Antigravity, Cursor, and GitHub Copilot from one source.
Do I need to configure each tool separately?▼
No. You maintain the rules once in this repository and the sync scripts deploy them to every supported tool's config directory.
Is cc-use-exp still maintained?▼
The repository is archived and no longer updated, but all existing skills remain usable. New development moved to the dev-agent-kit/recipes project.
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