Documentation
README
Generate a package Skill
Create a focused Skill that helps an Agent use one package correctly.
Inputs
Ask for a package name, package directory, or prepared package source. Ask for the destination only when the request does not provide one.
Research
- Record the exact installed or prepared package version.
- Read the package manifest and every exported entry point.
- Read public type entry points and their source definitions.
- Read current official documentation and runnable examples.
- Check release notes and migration guides for the exact version.
- Prefer public exports over internal files.
- Record advice only when the prepared source or official documentation proves it.
This is the opening of the README. Read the full README on GitHub.