.github/skills/analyze-agent-overlap/SKILL.md
Analyzes existing agents, skills, prompts, and instructions to identify overlaps, redundancies, and conflicts. Works with GitHub Copilot, Claude Code, Codex, OpenCode, and other providers. Use before creating new customization files to avoid duplication, when consolidating agents, or when troubleshooting conflicting behaviors.
npx skillsauth add jburlison/metaprompts analyze-agent-overlapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Detects redundancy, overlap, and potential conflicts between AI coding assistant customization files.
This skill works across multiple AI coding assistant providers:
| Provider | Base Folder |
|----------|-------------|
| GitHub Copilot | .github/ |
| Claude Code | .claude/ |
| Codex | .codex/ |
| OpenCode | .config/opencode/ |
Throughout this document, <provider>/ represents your chosen provider's base folder.
Scan these locations (replace <provider>/ with actual folder):
<provider>/agents/*.md - All agent definitions (including .subagent.agent.md)<provider>/skills/*/SKILL.md - All skill definitions<provider>/prompts/*.prompt.md - All prompt templates<provider>/instructions/*.instructions.md - All instruction filesFor each item, extract:
When analyzing a proposed new item, compare:
Direct Overlap Indicators:
Partial Overlap Indicators:
No Overlap Indicators:
Look for these conflict types:
Behavioral Conflicts:
Scope Conflicts:
applyTo patterns in instructionsNaming Conflicts:
80% purpose overlap
When overlap is detected, consider:
Combine into single, more comprehensive item.
Add new functionality to existing item.
Clarify boundaries between items.
Have one item delegate to another.
Replace older item with improved version.
## Overlap Analysis: [Proposed Item Name]
### Summary
**Proposed Type:** [Agent|Skill|Prompt|Instruction]
**Proposed Purpose:** [Brief description]
**Overlap Level:** None | Low | Medium | High | Critical
**Recommendation:** Proceed | Modify | Merge | Reconsider
### Comparison Matrix
| Existing Item | Type | Overlap | Shared Concerns |
|---------------|------|---------|-----------------|
| [name] | [type] | [level] | [what overlaps] |
### Detailed Findings
#### High/Critical Overlap Items
[For each significant overlap:]
**[Existing Item Name]**
- Type: [type]
- Purpose: [their purpose]
- Overlap Areas: [specific shared concerns]
- Key Distinction: [how proposed differs]
- Resolution: [recommended action]
#### Potential Conflicts
[List any behavioral or scope conflicts]
#### Complementary Items
[Items that could work well alongside proposed]
### Recommendations
1. [Primary recommendation with rationale]
2. [Secondary options if applicable]
### Questions to Resolve
- [Clarifying questions that would help decision]
Proposed: database-helper agent for SQL query assistance
Findings:
dx12-terrain-engine-dev - No overlap (different domain)agent-builder - No overlap (different domain)Result: ✅ Proceed - no conflicts detected
Proposed: code-reviewer agent for code review
Findings:
dx12-terrain-engine-dev mentions code qualityResult: ⚠️ Warning - clarify scope boundaries
code-reviewer for general review, dx12-terrain-engine-dev for DX12-specific review onlydevelopment
Validates AI coding assistant customization files (agents, skills, prompts, instructions) for correct format and structure. Works with GitHub Copilot, Claude Code, Codex, OpenCode, and other providers. Use when checking if agent files are properly configured, troubleshooting agent issues, or before committing new customization files.
development
Generates documentation and usage guides for agents, skills, prompts, and instructions. Works with GitHub Copilot, Claude Code, Codex, OpenCode, and other providers. Use when onboarding team members, creating README files for your customizations, or generating usage examples for existing agents.
development
Contains the complete specifications for AI coding assistant customization files including agents, skills, prompts, and instructions. Works with GitHub Copilot, Claude Code, Codex, OpenCode, and other providers. Use this skill when you need to reference the correct file format, required fields, supported attributes, file locations, or VS Code settings for any customization file. Follows the Agent Skills open standard (agentskills.io).
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.