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?
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/skillsrepo 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
github.com/probabl-ai/skills(similar to how other tabs source content).Open questions