cc-use-exp
25Plugin Claude Code
Plugin marketplace listing 1 plugin: cc-use-exp.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cc-use-exp.
Plugin Claude Code
A collection of configuration templates for AI coding assistants, including rules, skills, and commands. These templates can be used across different coding tools.
Command Claude Code
A command for applying a cache patch in Claude Code, with defined parameter mappings, restrictions, and allowed operations. A cache patch changes how cached information is handled.
Command Claude Code
A command that checks whether a web-search tool is available and identifies the local version before judging the result.
Command Claude Code
A command that creates a Git commit message from your code changes. Git is a tool that records changes to files, and a commit is one saved set of changes.
Command Claude Code
A pair of commands for technical design: one provides a document structure, and the other checks the design against a checklist.
Command Claude Code
A pair of coding commands for fixing problems: one aims for a quick repair, while the other guides a step-by-step investigation.
Command Claude Code
A command workflow for taking a new feature from questions about the requirement through design and implementation.
Command Claude Code
A project-optimization command that first lets you choose a scope, counts files and lines, then scans the project to produce a project profile. The description does not say which changes it makes.
Command Claude Code
A Claude Code command for applying a combined set of code changes to a project. Its description mentions argument mapping, execution rules, and restrictions, but does not explain the patch steps.
Command Claude Code
A command for initializing Claude Code settings for a new project. Project initialization means creating the starting configuration needed to work on that project.
Command Claude Code
A project-scanning command that generates configuration files such as CLAUDE.md, restart.sh, ignore rules, and Docker settings. Docker is a tool for running software in isolated environments.
Command Claude Code
A requirements-analysis command that uses a document framework and intensive questioning to examine a request. Requirements analysis means turning an idea into clear, checkable needs before development.
Command Claude Code
A code-review command that reads options, identifies the review mode and target, and can check whether a named commit exists. A commit is a saved version of changes in a version-control system.
Command Claude Code
A command that generates a DOCX document containing source code for a software-copyright application. DOCX is an editable Microsoft Word document format.
Command Claude Code
A command that installs the cc-use-exp configuration system in one operation. The description does not explain which configuration files or tools are installed.
Command Claude Code
A command for removing the cc-use-exp configuration system when it was installed through the Plugin Marketplace. A Plugin Marketplace is a catalogue used to install add-ons.
Command Claude Code
A command for updating the cc-use-exp configuration system to its latest version. The description does not specify which files or settings it changes.
Command Claude Code
A command that displays the current configuration status.
Command Claude Code
A command that extracts style variables from code or a design image.
Skill Claude CodeCodex
A safety guide for keeping the agreement between a frontend and backend API stable. It covers new or changed interfaces, integration testing, unexpected pagination behavior, and temporary compatibility fixes.
Skill Claude CodeCodex
A safety guide for designing REST API responses and creating downstream files such as Excel, CSV, PDF, or reconciliation files.
Skill Claude CodeCodex
A safety guide for deciding whether a response from a gateway, proxy, web application firewall, content delivery network, or web server indicates an error. It covers matching words such as “Cloudflare,” “502,” and “bad gateway” without treating them as errors automatically.
Skill Claude CodeCodex
An asynchronous task pattern for work that may take longer than 10 seconds, such as batch data processing, remote API calls, full-table scans, or cross-tenant aggregation. It uses a standard task state model.