Files
Understand-Anything/understand-anything-plugin
Lum1104andClaude Opus 4.6 e682ec1829 feat(skills): add extract-domain-context.py for lightweight codebase scanning
Python preprocessing script for /understand-domain Phase 2 (standalone path).
Scans a project and produces a structured JSON context file containing:
- File tree (respects .gitignore)
- Entry points (HTTP routes, CLI commands, events, cron, handlers)
- File signatures (exports, imports, previews) prioritized by business logic
- Project metadata (package.json, README, etc.)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 15:24:30 +08:00
..