libskill
The engineering standard made queryable — derive skill matrices, job definitions, agent profiles, career paths, and interview plans from standard data.
Getting Started
import { deriveJob, deriveSkillMatrix, deriveBehaviourProfile } from '@forwardimpact/libskill';
Subpath imports are available for focused use:
import { calculateJobMatch } from '@forwardimpact/libskill/matching';
import { analyzeProgression } from '@forwardimpact/libskill/progression';
import { generateAgentProfile } from '@forwardimpact/libskill/agent';
Documentation
libskill ships no CLI, so its derivations surface through the product CLIs that
consume it (fit-pathway, fit-guide). Coverage by derivation:
- Skill matrices, behaviour profiles, agent profiles, job matching — library tier: Turn Standard Definitions into Queryable Data and its Derive a Skill Matrix or Agent Profile child.
- Career-path / progression analysis (
analyzeProgression,analyzeLevelProgression) — product tier viafit-pathway progress: See What's Expected at Your Level. - Interview-plan derivation (
deriveInterviewQuestionsand the specialized variants) — product tier viafit-pathway interview: Getting Started: Pathway for Leaders.