Phase 1b: Rename all ~94 commands across 12 plugins to /<noun> <action> sub-command pattern. Git-flow consolidated from 8→5 commands (commit variants absorbed into --push/--merge/--sync flags). Dispatch files, name: frontmatter, and cross-reference updates for all plugins. Phase 2: Design documents for 8 new plugins in docs/designs/. Phase 3: Scaffold 8 new plugins — saas-api-platform, saas-db-migrate, saas-react-platform, saas-test-pilot, data-seed, ops-release-manager, ops-deploy-pipeline, debug-mcp. Each with plugin.json, commands, agents, skills, README, and claude-md-integration. Marketplace grows from 12→20. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
74 lines
2.4 KiB
Markdown
74 lines
2.4 KiB
Markdown
# Visual Header Display
|
|
|
|
This skill defines the standard visual header for claude-config-maintainer commands.
|
|
|
|
## Header Format
|
|
|
|
```
|
|
+-----------------------------------------------------------------+
|
|
| CONFIG-MAINTAINER - [Command Name] |
|
|
+-----------------------------------------------------------------+
|
|
```
|
|
|
|
## Command-Specific Headers
|
|
|
|
### /claude-config analyze
|
|
```
|
|
+-----------------------------------------------------------------+
|
|
| CONFIG-MAINTAINER - CLAUDE.md Analysis |
|
|
+-----------------------------------------------------------------+
|
|
```
|
|
|
|
### /claude-config optimize
|
|
```
|
|
+-----------------------------------------------------------------+
|
|
| CONFIG-MAINTAINER - CLAUDE.md Optimization |
|
|
+-----------------------------------------------------------------+
|
|
```
|
|
|
|
### /claude-config lint
|
|
```
|
|
+-----------------------------------------------------------------+
|
|
| CONFIG-MAINTAINER - CLAUDE.md Lint |
|
|
+-----------------------------------------------------------------+
|
|
```
|
|
|
|
### /claude-config diff
|
|
```
|
|
+-----------------------------------------------------------------+
|
|
| CONFIG-MAINTAINER - CLAUDE.md Diff |
|
|
+-----------------------------------------------------------------+
|
|
```
|
|
|
|
### /claude-config init
|
|
```
|
|
+-----------------------------------------------------------------+
|
|
| CONFIG-MAINTAINER - CLAUDE.md Initialization |
|
|
+-----------------------------------------------------------------+
|
|
```
|
|
|
|
### /claude-config audit-settings
|
|
```
|
|
+-----------------------------------------------------------------+
|
|
| CONFIG-MAINTAINER - Settings Audit |
|
|
+-----------------------------------------------------------------+
|
|
```
|
|
|
|
### /claude-config optimize-settings
|
|
```
|
|
+-----------------------------------------------------------------+
|
|
| CONFIG-MAINTAINER - Settings Optimization |
|
|
+-----------------------------------------------------------------+
|
|
```
|
|
|
|
### /claude-config permissions-map
|
|
```
|
|
+-----------------------------------------------------------------+
|
|
| CONFIG-MAINTAINER - Permissions Map |
|
|
+-----------------------------------------------------------------+
|
|
```
|
|
|
|
## Usage
|
|
|
|
Display the header at the start of command execution, before any analysis or output.
|