Skills Library

This guide is coming soon. Check back for detailed documentation on the Skills Library API.

Overview

The Mapademics Skills Library (MSL) contains 585 standardized professional skills organized into 33 domains. Use these endpoints to browse, search, and retrieve skill definitions.

Quick Reference

Endpoints

Endpoint
Description

GET /v1/skills

List all skills (paginated)

GET /v1/skills/{skillId}

Get a specific skill

GET /v1/skills/search

Search skills by keyword

GET /v1/skills/domains

List all domains

GET /v1/skills/domains/{domainId}

Get domain with its skills

GET /v1/skills/tree

Get complete skill hierarchy

Skill ID Format

Skills use the format msl_skill_XXXX (e.g., msl_skill_0127).

Domains use the format msl_dom_X (e.g., msl_dom_15).

Example: Search Skills

Example: Get Skill Tree

Topics Covered (Coming Soon)

  • Understanding the MSL taxonomy structure

  • Browsing skills by domain

  • Full-text search tips and operators

  • Building a skill picker UI

  • Skill matching and comparison

  • Caching strategies for the skills library

Last updated