Project Fingerprinting Skill Comprehensive project fingerprinting system that builds a multi-dimensional profile of any codebase. Used by the upgrade council to give specialist agents targeted context, eliminating irrelevant analysis and enabling framework-specific recommendations. Fingerprint Schema Detection Rules Language Detection (priority order) | Check | Language | Confidence | |-------|----------|------------| | exists | TypeScript | 0.95 | | files in | TypeScript | 0.90 | | exists (no TS) | JavaScript | 0.85 | | or | Python | 0.95 | | | Go | 0.95 | | | Rust | 0.95 | | or | Java/Kotli…