# @forwardimpact/libskill

> The engineering standard made queryable — derive skill matrices, job definitions, agent profiles, career paths, and interview plans from standard data.

Latest version **6.2.1** (published 2026-08-26) · Apache-2.0 license · 575 weekly downloads

## Install

```sh
npm install @forwardimpact/libskill
pnpm add @forwardimpact/libskill
yarn add @forwardimpact/libskill
bun add @forwardimpact/libskill
```

## Health

**Score 70/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; growing popularity.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 6.2.1 |
| Published | 2026-08-26 |
| First published | 2026-03-05 |
| Weekly downloads | 575 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=22.0.0 |
| Dependencies | 0 |
| Unpacked size | 242.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 6 |
| Author | D. Olsson |
| Maintainers | dickolsson |
| Keywords | skill, agent, job, profile, standard |

## Links

- npm: https://www.npmjs.com/package/@forwardimpact/libskill
- Repository: https://github.com/forwardimpact/monorepo
- Homepage: https://www.forwardimpact.team
- Issues: https://github.com/forwardimpact/monorepo/issues
- npm.io page: https://npm.io/package/@forwardimpact/libskill

## Alternatives

- [cron](https://npm.io/package/cron.md) — 4.9M weekly downloads
- [@vercel/queue](https://npm.io/package/@vercel/queue.md) — 731.6K weekly downloads
- [create-sonicjs](https://npm.io/package/create-sonicjs.md) — 1.6K weekly downloads
- [@exellix/jobs-api](https://npm.io/package/@exellix/jobs-api.md) — 941 weekly downloads
- [@nest-batch/kubernetes](https://npm.io/package/@nest-batch/kubernetes.md) — 143 weekly downloads

## Recent versions

- 6.2.1 (latest) — 2026-08-26
- 6.2.0 — 2026-07-08
- 6.1.0 — 2026-07-01
- 6.0.1 — 2026-06-25
- 6.0.0 — 2026-06-25
- 5.5.4 — 2026-06-19
- 5.5.3 — 2026-06-11
- 5.5.2 — 2026-05-28
- 5.5.1 — 2026-05-25
- 5.5.0 — 2026-05-23
- 5.4.0 — 2026-05-18
- 5.3.1 — 2026-05-11
- 5.3.0 — 2026-05-05
- 5.2.4 — 2026-05-03
- 5.2.3 — 2026-05-01
- … 22 more at https://npm.io/package/@forwardimpact/libskill/versions

## README

# libskill

<!-- BEGIN:description — Do not edit. Generated from package.json. -->

The engineering standard made queryable — derive skill matrices, job
definitions, agent profiles, career paths, and interview plans from standard
data.

<!-- END:description -->

## Getting Started

```js
import { deriveJob, deriveSkillMatrix, deriveBehaviourProfile } from '@forwardimpact/libskill';
```

Subpath imports are available for focused use:

```js
import { calculateJobMatch } from '@forwardimpact/libskill/matching';
import { analyzeProgression } from '@forwardimpact/libskill/progression';
import { generateAgentProfile } from '@forwardimpact/libskill/agent';
```

## Documentation

libskill ships no CLI. 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](https://www.forwardimpact.team/docs/libraries/integrate-standard/index.md)
  and its
  [Derive a Skill Matrix or Agent Profile](https://www.forwardimpact.team/docs/libraries/integrate-standard/derive-profile/index.md)
  child.
- **Career-path / progression analysis** (`analyzeProgression`,
  `analyzeLevelProgression`) — product tier through `fit-pathway progress`:
  [See What's Expected at Your Level](https://www.forwardimpact.team/docs/products/career-paths/index.md).
- **Interview-plan derivation** (`deriveInterviewQuestions` and the specialized
  variants) — product tier through `fit-pathway interview`:
  [Getting Started: Pathway for Leaders](https://www.forwardimpact.team/docs/getting-started/leaders/pathway/index.md).

---
_Source: https://npm.io/package/@forwardimpact/libskill · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
