> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills Library

> Browse and manage the organization's skills catalog — skills available for employee proficiency tracking, gap analysis, and competency assessments.

The Skills Library page at `/hr/skills` is the catalog of all defined skills in the organization, used for employee proficiency tracking and gap analysis.

## Overview

The page renders the `SkillsLibraryPage` component, showing all skills available for use in employee proficiency records, competency assessments, and position requirements. Related pages include the Skills Dashboard (`/hr/skills/dashboard`), Gap Analysis (`/hr/skills/gap-analysis`), and My Skills (`/hr/my-skills`). Individual skill detail is at `/hr/skills/:id`.

## Who it's for

Access follows your organization's role and module configuration. ## Steps

1. Navigate to **HR → Skills** (`/hr/skills`).
2. Browse or search the skills catalog.
3. Click a skill to view its details at `/hr/skills/<id>`.

## Viewing a skill

The Skill Details page at `/hr/skills/:id` shows the full record for a single skill from the organization's skills library. `SkillDetailPage` loads the skill by `:id`. Skills are referenced in employee proficiency records, gap analysis, and competency assessments.

1. Navigate to **HR → Skills** (`/hr/skills`).
2. Click a skill row to open its detail page.

## Related

<Columns cols={2}>
  <Card title="Human Resources" icon="users" href="/hr/overview">
    Human Resources core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/hr.tsx
  * src/cores/hr/pages/SkillsLibraryPage.tsx
  * src/cores/hr/pages/SkillDetailPage.tsx
</Accordion>
