Agent Skill
2/7/2026skill-troubleshooting
Troubleshooting common skill issues. Keywords: skill, troubleshooting, issues.
W
willyu1007
0GitHub Stars
1Views
npx skills add willyu1007/AI_First_Template
SKILL.md
| Name | skill-troubleshooting |
| Description | Troubleshooting common skill issues. Keywords: skill, troubleshooting, issues. |
name: skill-troubleshooting description: "Troubleshooting common skill issues. Keywords: skill, troubleshooting, issues."
Troubleshooting
This document helps diagnose common issues in skill selection/suggestion.
1. Skill is never suggested
Common causes:
- Missing or overly narrow keywords/intent patterns
- Wrong scope inference (routing points to a different area)
- Path triggers do not match the actual target files
Fix:
- Add 1鈥? high-signal keywords
- Add a specific intent pattern
- Add a conservative path glob (e.g.,
/modules/**when appropriate)
2. Skill is suggested too often (noisy)
Common causes:
- Generic keywords (鈥渢est鈥? 鈥渇ix鈥? 鈥渦pdate鈥? without context
- Broad path globs
- Over-broad regex patterns
Fix:
- Remove generic keywords; replace with domain-specific terms
- Narrow path globs
- Reduce regex usage; keep patterns anchored
3. Conflicting skills suggested together
Fix:
- Adjust priorities or enforcement (if supported)
- Split one skill into narrower responsibilities
- Add an alignment doc under
/.system/skills/ssot/<scope>/alignment/clarifying boundaries
Skills Info
Original Name:skill-troubleshootingAuthor:willyu1007
Download