invoicely
Build and maintain a production invoice platform with AI coding agents
All Skills in This Repository (25)
Pure Emerald Level Indicatorsorganization-best-practices
Configure Better Auth multi-tenant organizations with roles, invitations, and teams.
zod
Enforce Zod schema validation for typed TypeScript data safety.
email-and-password-best-practices
Configure Better Auth email verification and password reset flows.
two-factor-authentication-best-practices
Implement multi-factor authentication with TOTP, OTP, backup codes, and trusted devices.
bash-defensive-patterns
Apply defensive Bash patterns with strict mode, validation, and cleanup traps.
react-hook-form
Optimize React Hook Form validation and subscriptions to isolate re-renders.
tailwind-v4-shadcn
Configure Tailwind CSS v4 and shadcn/ui theming with CSS variables and @theme inline mappings.
typescript-advanced-types
Encode domain rules and prevent type errors with advanced TypeScript type system features.
shadcn
Enforce shadcn/ui component composition and CLI workflows for Next.js projects.
tailwind-css-patterns
Apply Tailwind CSS utility-first patterns for responsive layouts and component styling.
next-best-practices
Enforce Next.js App Router architecture and async API conventions during code review.
vercel-composition-patterns
Refactor React component APIs to replace boolean props with compound components and providers.
Frequently Asked Questions
FAQPage SchemaHow to install Invoicely skills?▼
Run `npx skills add legions-developer/invoicely --all -g -y` in your terminal to install the full skill suite globally.
What is Invoicely?▼
Invoicely is an open-source invoice generation platform built with Next.js, tRPC, and TypeScript. It creates PDF invoices, stores them locally in the browser by default, and syncs to Postgres for signed-in users.
What do the Invoicely agent skills cover?▼
The skills teach AI agents best practices for the exact stack this app uses: Next.js, React performance, Zod validation, React Hook Form, Tailwind v4, shadcn/ui, Drizzle ORM, Neon Postgres, and Better Auth.
Does Invoicely work with Claude Code and other AI agents?▼
Yes. The repository ships a root CLAUDE.md plus standard SKILL.md and AGENTS.md files, so Claude Code, Cursor, and compatible agents can follow its conventions automatically.
Can I self-host Invoicely?▼
Yes. It is MIT-licensed and runs on Node.js 20+ with Postgres, using Yarn workspaces and Turborepo for local development.
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