
Clean Up Agent Config
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Review and reorganize AI coding-agent config and instruction files across Claude Code, Codex, Copilot, and OpenCode.
About
Clean-up-agent-config reviews and reorganizes the configuration and instruction files used by AI coding agents — Claude Code, Codex, Copilot, and OpenCode. It consolidates and tidies these settings so agents behave consistently across tools. A productivity/maintenance skill for developers who run multiple coding agents.
- Reviews agent config files
- Reorganizes instruction files
- Covers Claude Code, Codex, Copilot, OpenCode
- Cleans up settings
Clean Up Agent Config by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install clean-up-agent-config@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Review and reorganize AI coding-agent config and instruction files across Claude Code, Codex, Copilot, and OpenCode.
README.md
Clean Up Agent Config
Review and reorganize AI coding agent configuration and instruction files.
Type: Skill
Trigger: /clean-up-agent-config
Installation
See the marketplace install instructions.
What It Does
Audits agent configuration files across Claude Code, OpenAI Codex, GitHub Copilot (CLI and code review), and OpenCode. Identifies duplications and misplaced settings, proposes a consolidated structure, handles the settings.json vs settings.local.json split, sets up AGENTS.md as the single source of truth with CLAUDE.md as a symlink, and takes advantage of tool-specific features like Copilot's path-scoped .instructions.md files.
Includes comprehensive reference documentation on all agent instruction and configuration file formats.
Usage
/clean-up-agent-config
Examples
- "clean up agent config": audits and reorganizes all agent config files
- "organize agent files": same behavior
- "consolidate agent files": same behavior
See Also
- Create Plugin: create new plugins for the agent ecosystem
- All plugins