@forwardimpact/libskill
v5.3.1
Published
Derive skill matrices, agent profiles, and job definitions from standard data — the engineering standard made queryable.
Maintainers
Readme
libskill
Derive skill matrices, agent profiles, and job definitions from standard data — the engineering standard made queryable.
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';