| name | extensions |
| description | Use when you need the Codex Copilot equivalent of Claude Copilot /extensions: inspect knowledge repositories, extension status, active skills, and project/global/base resolution. |
Extensions
Inspect knowledge and extension status.
Workflow
- Check
cc config get paths.knowledge_repo.
- Inspect project and global knowledge manifests if configured.
- Run
cc skill list --scope all when available.
- Inspect pack manifests under
packs/*/pack.json.
- Explain resolution order: project -> global -> base, plus project-activated packs.
- Recommend setup or repair steps without deleting or replacing existing knowledge.
- Use
scripts/activate-pack.py for explicit pack activation.
Output
- knowledge repository status
- active skills summary
- extension resolution notes
- safe next steps