Skip to content
Development
Command

/status

显示当前加载的配置状态

From plugin
cc-use-exp
1k18 skills18 commands
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.md
description: 显示当前加载的配置状态

显示当前 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