-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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_TAXONOMYintaxonomy.py - Define adjacency relationships to existing skills
- Optionally add interview topics in
analysis/interview_topics.py - Run
make testto verify
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers