Summary
The skill taxonomy currently contains 71 skills. Expanding it would improve detection accuracy for more technologies.
Details
The taxonomy at engine/projectbridge/analysis/taxonomy.py defines skills and their adjacency relationships. Adding new skills is purely a data change — no code modifications needed.
Suggested additions
- Emerging frameworks: Bun, Deno, htmx, Solid.js
- Data/ML: PyTorch, TensorFlow, Spark, Airflow
- Mobile: Kotlin, SwiftUI, Jetpack Compose
- Cloud: Azure, GCP-specific services
- Databases: MongoDB, Cassandra, DynamoDB
How to contribute
- Add the skill entry to
SKILL_TAXONOMY in taxonomy.py
- Define adjacency relationships to existing skills
- Optionally add interview topics in
analysis/interview_topics.py
- Run
make test to verify
Summary
The skill taxonomy currently contains 71 skills. Expanding it would improve detection accuracy for more technologies.
Details
The taxonomy at
engine/projectbridge/analysis/taxonomy.pydefines skills and their adjacency relationships. Adding new skills is purely a data change — no code modifications needed.Suggested additions
How to contribute
SKILL_TAXONOMYintaxonomy.pyanalysis/interview_topics.pymake testto verify