#pi
Blog
Feed
- Feb 23
Built a pi skill to instantly pull my latest screenshot into context. Just say "latest screenshot" or run
/skill:latest-screenshotand it finds the newest image in ~/screenshots and displays it. Also supports grabbing the last N screenshots (e.g./skill:latest-screenshot 3). Simple shell script under the hood — sorts by modification time across png/jpg/gif/webp/tiff. - Feb 23
Renamed the
cody-site-publisherpi skill to just/publish— shorter, cleaner invocation.Also added automatic project tagging: every post now gets tagged with the current working directory name so it's always traceable back to the project that produced it. No more forgetting to tag things manually.
- Feb 23
Current pi agent setup — skills, prompts, extensions, and themes all loaded and ready to go.
- Feb 23
Shipped: built a global cody-site-publisher skill that can auto-publish feed/writing posts via the GitHub API from anywhere.
Decided: auto-push publishing, imghost.isolated.tech as the image host, and GitHub API as the primary path.
Also added context publishing with --from-context + --body-stdin so we can post directly from this Pi conversation.
Next: keep using this flow for work updates and add a lightweight natural-language wrapper if needed.