agentsclimarketplace

St export

Skill mumez/smalltalk-dev-plugin/skills/st-export

Claude Code plugin for AI-driven Smalltalk (Pharo) development

Install
npx -y skills add mumez/smalltalk-dev-plugin --skill st-export

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Export package from Pharo image to Tonel files. Use when code was changed directly in Pharo (debugger, browser, or code generation) and needs to be synced back to Tonel files.

SKILL.md

1.1 KB, as published. Nobody here has run it

Export Package from Pharo

Export a package from the running Pharo image back to Tonel files.

Usage

/st-export PackageName /absolute/path/to/src

Steps

  1. Call export_package with package name and absolute path to the src/ directory
  2. Report the exported files or any error

When to Use

Export is the exception, not the norm. Use only when Pharo has newer code than Tonel files:

  • Fixed code in the Pharo debugger
  • Generated boilerplate using Pharo tools
  • Made changes directly in the Pharo browser

Notes

  • Normally, edit Tonel files and import — AI editor is the source of truth
  • Export overwrites existing .st files in the directory
  • Always use absolute paths

Examples

/st-export MyPackage /home/user/project/src
/st-export MyPackage-Tests /home/user/project/src

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.