[Feature]: Add Skill Integration

Author: David-rnCreated May 5, 2026Updated Sep 14, 2026
Labelsenhancement

Search before asking

  • I have searched the issues and discussions and found no similar feature request.

Feature Description

What

Hi team!

Since I've been using daily supervision and inference libraries, I've created a set of skills for both Supervision and Inference. You can find them here. They still need a bit of refinement but so far so good.

Why

I believe there could be real value in having official skills maintained directly within each library's repository. This would:

  • Keep the skills in sync with the latest API changes and releases (since each skill could have the version number of the library)
  • Give users a reliable, first-party resource for AI-assisted development

How

One idea would be to add a CLI command (e.g. supervision skills install or a simple entry point) that copies the relevant skill directly into their current project (.claude/skills/). This would make it seamless to integrate AI assistance into any workflow built on top of supervision. That way, the library version installed in the user's environment will match the skill installed, so any change would be tracked.

I'd be happy to contribute to this effort or discuss the approach further. Looking forward to hearing your thoughts!

Example Usage

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!