@artale/pi-stash
v1.0.0
Published
Prompt stash for Pi. Save, list, and restore prompt drafts. Like git stash for your prompts.
Readme
pi-stash
Prompt stash for Pi. Save, list, and restore prompt drafts. Like git stash for your prompts.
Install
pi install npm:@artale/pi-stashCommands
/stash save [name] <text> — save a prompt
/stash list — list saved prompts
/stash pop [name|id] — restore and delete
/stash apply [name|id] — restore without deleting
/stash drop [name|id] — delete a stash
/stash clear — clear allTools
stash_save— save a prompt draftstash_list— list all stashesstash_pop— restore and delete
Example
/stash save refactor Refactor the auth module to use JWT tokens with refresh rotation
/stash save deploy Set up CI/CD pipeline with GitHub Actions for staging + prod
/stash list
/stash pop refactorLicense
MIT
