Eyay Toolkits banner
widnyana widnyana

Eyay Toolkits

Development community

Description

Agents don’t behave, they swarm. Skills and plugins slot in mid flight, and somehow the whole thing is a mess

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

eyay-toolkits

[![skills.sh](https://skills.sh/b/widnyana/eyay-toolkits)](https://skills.sh/widnyana/eyay-toolkits)

Claude Code plugins for people who'd rather ship than configure.

These started as things I kept re-teaching Claude in every session -- review patterns, decimal validation traps, how to write without sounding like a press release. Eventually I packed them into skills so I could stop repeating myself. If any of them save you time, good. Steal them.

The plugins

Plugin What it does Details
bmad-sprint-run Drives Claude Code through an entire BMad sprint autonomously — creates stories, implements them, runs quality gates, handles retries, and commits results. Two modes: skill (/bmad-sprint-run) and Python companion (sprint-runner.py). README
career-tools Cover letters and CVs from repo contents. Markdown or ATS-friendly LaTeX. README
evm-decimal-validation Audits hardcoded decimals, queries on-chain values, fixes FromWei/ToWei conversions. Catches the "18 decimals everywhere" mistake before it hits production. README
solana-onchain Query accounts, analyze transactions, execute operations on Solana. Defaults to devnet because mainnet mistakes are permanent. README
sui-dev-tools Move smart contracts, TypeScript SDK, dApp Kit, Seal secrets, Walrus storage. All the Sui things in one plugin. README
prose-engineers Docs and articles that read like a colleague explaining something over coffee. Problem-first, concrete, no filler. Public and internal modes. README
ts-backend-dev TypeScript backend skills: kill N+1 queries, review code for architecture and security issues, design Prisma schemas that won't paint you