docckerdocckerCommunity·65 Agent Skills Included

cc-use-exp

Shared AI coding rules and safety skills for six dev tools

Syncs one set of coding rules, safety checklists, and workflow skills into Claude Code, Codex, Gemini, Cursor, Antigravity, and Copilot. Stops common AI coding failures like N+1 queries, payment callback forgery, tenant data leaks, timezone bugs, and risky refactors. Maintains rules once and deploys them everywhere, so teams stop repeating the same conventions in every AI session.
npx skills add doccker/cc-use-exp --all -g -y
Available:

Tells the AI agent which tech stack, language, and defensive coding rules to follow, and when to load each safety skill during coding tasks.

All Skills in This Repository (65)

Pure Emerald Level Indicators
📦 In Repo
docckerdoccker

refactor-safety

Validates code refactoring against original source to prevent context and structure loss.

Community
Intermediate
📦 In Repo
docckerdoccker

ui-ux-pro-max

Generates professional UI code following design tokens, visual hierarchy, and anti-template guidelines.

Community
Intermediate
📦 In Repo
docckerdoccker

payment-callback-safety

Validates payment callback handlers against signature forgery, replay attacks, and amount tampering.

Community
Intermediate
📦 In Repo
docckerdoccker

python-dev

Enforces Python coding standards covering style, typing, testing, and async patterns.

Community
Basic
📦 In Repo
docckerdoccker

size-check

Scans project files against line-count thresholds and suggests code splitting and CSS extraction.

Community
Intermediate
📦 In Repo
docckerdoccker

streaming-export-safety

Enforces streaming APIs for large Excel, CSV, JSON, and PDF exports to prevent OOM failures.

Community
Advanced
📦 In Repo
docckerdoccker

query-performance-safety

Detects and fixes N+1 queries, unbatched IN clauses, and unbounded recursion in backend code.

Community
Advanced
📦 In Repo
docckerdoccker

external-system-debugging

Diagnose bugs in external black-box systems by capturing real environment data before reasoning.

Community
Intermediate
📦 In Repo
docckerdoccker

async-task-pattern

Implements asynchronous task state machines for long-running Spring backend operations.

Community
Advanced
📦 In Repo
docckerdoccker

code-quality-principles

Reviews module design against six classic modularity principles during coding and code review.

Community
Intermediate
📦 In Repo
docckerdoccker

rust-dev

Enforces Rust backend development conventions for Axum and Tokio web services.

Community
Advanced
📦 In Repo
docckerdoccker

multi-tenant-safety

Enforces tenant isolation rules to prevent cross-tenant data leaks in backend code.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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