context-detection
Installation
SKILL.md
Context Detection Skill
Quick Start: Skill Discovery Script
Run the helper script to discover ALL skills available to a project:
node "${CLAUDE_PLUGIN_ROOT}/skills/context-detection/scripts/discover-skills.js" "$(pwd)"
This searches all 7 official Claude Code skill locations:
- Personal:
~/.claude/skills/ - Project:
.claude/skills/ - Nested (monorepos):
**/.claude/skills/ - Legacy commands:
.claude/commands/ - Marketplace plugins:
~/.claude/plugins/marketplaces/{m}/plugins/{p}/skills/ - Local plugins:
.claude-plugin/skills/,plugins/*/skills/ - Enterprise (managed settings)