Context Detection Skill Quick Start: Skill Discovery Script Run the helper script to discover ALL skills available to a project: This searches all 7 official Claude Code skill locations: 1. Personal: 2. Project: 3. Nested (monorepos): 4. Legacy commands: 5. Marketplace plugins: 6. Local plugins: , 7. Enterprise (managed settings) Output: JSON with summary stats and full skill metadata. For detailed documentation on the script, see scripts/discover-skills.js. --- Overview The context detection skill provides systematic patterns for analyzing any project to determine its technology stack(s). It…