From smalltalk-dev
Imports Tonel packages into a running Pharo image. Use when loading edited .st files after code changes to update the image.
How this skill is triggered — by the user, by Claude, or both
Slash command
/smalltalk-dev:st-importThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Import edited Tonel files into the running Pharo image.
Import edited Tonel files into the running Pharo image.
/st-import PackageName /absolute/path/to/src
import_package with package name and absolute path to the src/ directory/st-import RediStick-Json /home/user/git/RediStick/src
/st-import RediStick-Json-Tests /home/user/git/RediStick/src
npx claudepluginhub mumez/smalltalk-dev-plugin --plugin smalltalk-devExports Pharo packages from image to Tonel files. Use after direct changes in debugger, browser, or code generation to sync back to source files.
Imports external skills, templates, or agents into a repository's v0.2 Claude Code plugin architecture. Supports /agentic-import with --plugin, --force, --dry-run options.
Imports a published CLI from the public printing-press library into the internal working library, restoring module path and manuscripts. Use when you lack a CLI locally or need to recover a broken copy.