Development
Command
/status
显示当前加载的配置状态
Install
> /plugin marketplace add doccker/cc-use-exp > /plugin install cc-use-exp@cc-use-exp
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/status
Context preview
What this command does when you run it.
显示当前加载的配置状态
Command definition
status.mddescription: 显示当前加载的配置状态
显示当前 Claude Code 配置的加载状态,帮助诊断配置问题。
输出格式
## 当前配置状态 ### Rules(始终生效) - claude-code-defensive.md - 防御性规则 - ops-safety.md - 运维安全 - doc-sync.md - 文档同步 - bash-style.md - Bash 编写规范 - lsp-usage.md - LSP 使用规则 ### Skills(按需加载) [根据本次会话操作的文件类型列出] - go-dev(已触发:操作了 .go 文件) - 或:暂无触发 ### LSP(语言服务器) [检查各 LSP 服务器状态] - gopls: ✅ 可用 / ❌ 未安装 - typescript-language-server: ✅ 可用 / ❌ 未安装 - pyright: ✅ 可用 / ❌ 未安装 ### Commands(可用命令) 日常:/fix, /review, /review quick, /commit-msg 开发:/new-feature, /review security 设计:/design, /design checklist, /requirement, /requirement interrogate 初始化:/project-init, /project-scan, /style-extract 工具:/ruanzhu 诊断:/status, /check-toolsearch
执行步骤
1. 列出 `~/.claude/rules/` 下所有 `.md` 文件 2. 检查本次会话是否触发了任何 Skill 3. 检查 LSP 服务器安装状态(gopls, typescript-language-server, pyright, jdtls) 4. 列出所有可用命令
LSP 检查命令
# Go which gopls # TypeScript which typescript-language-server # Python which pyright # Java (macOS) which jdtls
Ships withcc-use-exp
保留你熟悉的 CLI/IDE,让 Claude Code、Gemini CLI、Codex、Cursor、GitHub Copilot 开箱即用 按费力度从低到高,用最少操作获得最大帮助 不是提示词集合,而是一套可维护的 AI 协作配置系统。
Get the whole plugin
Stats
1,003
Stars
102
Forks
Maintained
Maintenance
Python
Language
1mo ago
Last commit
7mo ago
Created
Repo: doccker/cc-use-exp
Other commands on cc-use-exp.
- /cache-patch
**参数说明**:`$ARGUMENTS` 由 Claude Code 自动传递,对应用户输入的参数部分(如 `/cache-patch status` 中的 `status`)。
Open command - /check-toolsearch
检查 ToolSearch(WebSearch)是否可用
Open command - /commit-msg
分析未提交的代码变更,生成结构化的 commit message。
Open command - /design
技术设计(doc 文档框架 / checklist 质量检查)
Open command - /fix
问题修复(fix 快速修复 / debug 系统化调试)
Open command - /new-feature
新功能全流程(需求审问 → 设计 → 实现)
Open command

