Skip to main content

README

A Jekyll + Bootstrap framework for publishing skills content that works for both humans and machines.

Purpose

This project helps you model and publish:

  • Skills categories
  • Skills
  • Levels and level descriptors
  • Courses linked to skill levels

It provides:

  • Human-readable pages for browsing and navigation
  • Machine-readable outputs for AI agents and integrations

Quick start

  1. Fork and install dependencies:
git Fork <your-repo-url>
cd skills-framework
bundle install
  1. Build and serve:
bundle exec jekyll build
bundle exec jekyll serve
  1. Validate metadata and machine-readable outputs:
./scripts/validate_metadata.sh

Documentation

Documentation is available in the docs folder.

Fork me on GitHub