I built 80+ Pickaxes with Claude Code helping me, and the Claude Code kept making the same expensive mistakes. It would edit prompts on live tools, because Pickaxe has no draft mode. It would report a fix as done when the platform had silently discarded the write. It once “fixed” 80 things that were never broken.
So I packaged everything my assistant learned the hard way into a free, open source skill:
A skill is a folder of instructions that AI coding assistants read on their own. This one works with Claude Code, Codex, Cursor, Grok Build, and Grok Bot. Install takes one command, and there is nothing to configure.
Once installed, your assistant arrives already knowing things like:
- Every prompt write hits your live bot, so it tests on a staging copy first
- Input caps can silently feed your bot one page of a 300-page manuscript
- Adding a document to your workspace does not attach it to your bot
- Long runs die at exactly 300 seconds, and retrying never helps
- Replacing an action’s manifest silently resets your trigger prompts
It also walks you through connecting your assistant to Pickaxe’s MCP server for the first time, including where the API key hides in Settings. And it teaches your assistant to interview you about what a good answer looks like before testing your tools, so it can judge results instead of guessing.
Everything in it was observed on the live platform and carries the date it was observed. It is an independent community project, not an official Pickaxe product.
If you try it, I would love feedback. Reply here with what worked and what did not, or open an issue on the repo. And if you hit a platform quirk the skill does not cover yet, that is exactly the kind of contribution that makes it better for everyone.