Skip to main content
ClaudeWave
Install in Claude Code
Copy
git clone --depth 1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor /tmp/config-explorer && cp -r /tmp/config-explorer/plugins/ccam-platform/skills/config-explorer ~/.claude/skills/config-explorer
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Config Explorer

## Claude Code

Read with:

```bash
ccam config claude overview
ccam config claude skills --scope user
ccam config claude mcp
ccam config claude hooks
ccam config claude memory
```

Supported writes are limited to text artifacts and keybindings. Use a JSON file
and `--yes`. Every write or delete creates a timestamped backup.

## Codex

Read with:

```bash
ccam config codex overview
ccam config codex read /absolute/path
```

Use `edit` only for the server's unredacted editable allowlist. Supported writes
and deletes are backup-backed. Base `config.toml` is edit-only. Profiles are
created with `ccam config codex profile <name> --yes`.

Never overwrite a redacted preview. Read the editable source before saving.
Never edit plugin or MCP state files outside the server's allowlist.