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>
1.5 KiB
1.5 KiB
name, description
| name | description |
|---|---|
| cmdb ip-conflicts | Detect IP address conflicts and overlapping prefixes in NetBox |
/cmdb ip-conflicts
Scan NetBox IPAM data to identify IP address conflicts and overlapping prefixes.
Skills to Load
skills/visual-header.mdskills/ip-management.mdskills/mcp-tools-reference.md
Usage
/cmdb ip-conflicts [scope]
Scopes:
all(default) - Full scan of all IP dataaddresses- Check for duplicate IP addresses onlyprefixes- Check for overlapping prefixes onlyvrf <name>- Scan specific VRF onlyprefix <cidr>- Scan within specific prefix
Instructions
Execute skills/visual-header.md with context "IP Conflict Detection".
Execute conflict detection from skills/ip-management.md:
- Data Collection - Fetch IPs, prefixes, VRFs via MCP
- Duplicate Detection - Group by address+VRF, flag >1 record
- Overlap Detection - Compare prefixes pairwise using CIDR math
- Orphan IP Detection - Find IPs without containing prefix
- Generate Report - Use template from skill
Conflict Types
| Type | Severity |
|---|---|
| Duplicate IP (same interface type) | CRITICAL |
| Duplicate IP (different roles) | HIGH |
| Overlapping prefixes (same status) | HIGH |
| Overlapping prefixes (container ok) | LOW |
| Orphan IP | MEDIUM |
Examples
/cmdb ip-conflicts- Full scan/cmdb ip-conflicts addresses- Duplicate IPs only/cmdb ip-conflicts vrf Production- Scan specific VRF
User Request
$ARGUMENTS