Skip to content

Add Skills tab sourced from probabl-ai/skills #37

@yanndebray

Description

@yanndebray

Summary

Add a new tab to scikit-learn-central that surfaces the skills hosted in probabl-ai/skills.

Motivation

scikit-learn-central currently centralizes scikit-learn ecosystem resources (packages, notebooks, etc.). The probabl-ai/skills repo hosts reusable skills that would benefit from being discoverable in the same place — giving users a single entry point to browse and use them alongside the rest of the ecosystem content.

Proposed change

  • Add a new top-level tab (e.g. "Skills") to the navigation.
  • Fetch / list the skills from github.com/probabl-ai/skills (similar to how other tabs source content).
  • Display each skill with its name, description, and a link to the source.

Open questions

  • Should the skills list be fetched dynamically from the GitHub API or generated at build time?
  • What metadata do we want to surface per skill (description only, tags, examples)?
  • Any auth / rate-limit considerations if the source repo is private?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions