doccker

60 mods across 1 repository, 1.0k stars between them.

cc-use-exp

25

doccker/cc-use-exp

Plugin Claude Code

Plugin marketplace listing 1 plugin: cc-use-exp.

1.0k 6d ago A tokens not measured

cc-use-exp

26

doccker/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.

1.0k 6d ago A tokens not measured

cache-patch

27

doccker/cc-use-exp

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.

1.0k 6d ago A 0 tokens

check-toolsearch

28

doccker/cc-use-exp

Command Claude Code

A command that checks whether a web-search tool is available and identifies the local version before judging the result.

1.0k 6d ago A 10 tokens

commit-msg

29

doccker/cc-use-exp

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.

1.0k 6d ago A 0 tokens

design

30

doccker/cc-use-exp

Command Claude Code

A pair of commands for technical design: one provides a document structure, and the other checks the design against a checklist.

1.0k 6d ago A 14 tokens

fix

31

doccker/cc-use-exp

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.

1.0k 6d ago A 17 tokens

new-feature

32

doccker/cc-use-exp

Command Claude Code

A command workflow for taking a new feature from questions about the requirement through design and implementation.

1.0k 6d ago A 15 tokens

optimize

33

doccker/cc-use-exp

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.

1.0k 6d ago A 14 tokens

patch

34

doccker/cc-use-exp

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.

1.0k 6d ago A 0 tokens

project-init

35

doccker/cc-use-exp

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.

1.0k 6d ago A 8 tokens

project-scan

36

doccker/cc-use-exp

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.

1.0k 6d ago A 17 tokens

requirement

37

doccker/cc-use-exp

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.

1.0k 6d ago A 16 tokens

review

38

doccker/cc-use-exp

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.

1.0k 6d ago A 15 tokens

ruanzhu

39

doccker/cc-use-exp

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.

1.0k 6d ago A 0 tokens

skill-install

40

doccker/cc-use-exp

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.

1.0k 6d ago B 9 tokens

skill-uninstall

41

doccker/cc-use-exp

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.

1.0k 6d ago D 15 tokens

skill-update

42

doccker/cc-use-exp

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.

1.0k 6d ago A 10 tokens

status

43

doccker/cc-use-exp

Command Claude Code

A command that displays the current configuration status.

1.0k 6d ago A 6 tokens

style-extract

44

doccker/cc-use-exp

Command Claude Code

A command that extracts style variables from code or a design image.

1.0k 6d ago A 10 tokens

doccker/cc-use-exp

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.

1.0k 6d ago A 51 tokens

doccker/cc-use-exp

Skill Claude CodeCodex

A safety guide for designing REST API responses and creating downstream files such as Excel, CSV, PDF, or reconciliation files.

1.0k 6d ago A 74 tokens

cc-api-proxy-safety

47

doccker/cc-use-exp

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.

1.0k 6d ago A 76 tokens

doccker/cc-use-exp

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.

1.0k 6d ago A 85 tokens