always-works-testingDefault testing standard for all implementation work - ensures code actually works through mandatory execution validation before confirming to user.
1.0.0
2
cloudflare-toolkitComprehensive Cloudflare MCP integration with skills for documentation search, workers bindings management, build monitoring, observability, and DNS analytics.
1.0.0
3
cognitive-loadCornerstone plugin applying cognitive load principles to reduce mental burden in code. Humans hold ~4 chunks in working memory - this skill helps minimize extraneous cognitive load. Inspired by Artem Zakirullin's guide.
1.0.0
4
rails-codegenRails code generation standards based on Evil Martians' AGENTS.md by @palkan. Ensures AI-generated Rails code follows conventions and remains maintainable.
1.0.0
5
simplicity-firstCornerstone plugin embedding the 'simplest thing that could possibly work' philosophy into ALL development tasks. YAGNI as supreme principle - design for now, not imagined futures. Inspired by Sean Goedecke's article.