rattail
Front-end utilities, HTTP client, validation, and release CLI
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Rattail?โผ
Run `npx skills add varletjs/rattail --all -g -y` in your terminal to install all skills in this suite globally.
What does Rattail do for front-end developers?โผ
It bundles 140+ typed utility functions, an axios-based HTTP client, a validation rule factory, and a CLI for releases, changelogs, and API code generation in one package.
Can Rattail generate API code from OpenAPI schemas?โผ
Yes. The `rt api` command reads an OpenAPI or Swagger schema and generates ready-to-use API modules configured in your vite.config.ts.
Does Rattail work with AI coding assistants?โผ
Yes. It ships a SKILL.md file with per-function reference docs so coding assistants in Claude Code, Cursor, and similar tools can use every utility correctly.
Is Rattail tree-shakable and typed?โผ
Yes. It is fully written in TypeScript, tree-shakable, and covered by over 90% unit tests, so you only bundle what you import.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core