agicash
Build and maintain a self-custody Bitcoin ecash wallet
All Skills in This Repository (14)
Pure Emerald Level Indicatorsreact-router-framework-mode
Configure React Router framework-mode routes with loaders, actions, and error boundaries.
shadcn-ui
Provide ready-to-use React UI components with modular imports and theming.
tanstack-query
Standardizes TanStack Query v5 server-state management in React projects with typed cache classes and reusable queryOptions factories.
supabase-database
Standardize Supabase migrations, functions, and RLS policies with SQL style and naming conventions.
agicash-wallet-architecture
Document Agicash wallet architecture across server, client, Open Secret, and Postgres DB.
reflect
Review conversations to propose concrete edits for CLAUDE.md and skills.
design-motion-principles
Audit UI motion design using Emil, Jakub, and Jhey perspectives.
lnurl-test
Validate LNURL server endpoints for LUD-16, LUD-06, and LUD-21 flows.
supabase-edge-functions
Develop Supabase Edge Functions with TypeScript and Deno runtime constraints.
skill-creator
Scaffold Claude skill directories with SKILL.md frontmatter and resource folders.
update-context
Update CLAUDE.md with context-rich, versioned project knowledge.
agicash-wallet-documentation
Summarize Agicash wallet transaction flows, entities, and state machines.
Frequently Asked Questions
FAQPage SchemaHow to install Agicash skills?▼
Run `npx skills add MakePrisms/agicash --all -g -y` in your terminal to install all wallet development skills globally.
What is Agicash?▼
Agicash is a self-custody Bitcoin wallet for Cashu ecash and Lightning payments where private keys never leave the user's browser. These skills encode its architecture, payment flows, and coding conventions.
How do these skills help build a Cashu wallet?▼
They provide the full Cashu NUT protocol specifications, payment state machine documentation, and step-by-step send and receive flows so your agent implements transactions correctly.
Do these skills cover frontend and database work?▼
Yes. They include React Router v7 patterns, TanStack Query caching, Tailwind and shadcn/ui styling rules, plus Supabase migrations, RLS policies, and edge functions.
Do I need Bitcoin protocol experience to use these skills?▼
No. The skills embed the protocol knowledge and project conventions, so your agent handles the cryptographic and payment details from plain-English requests.
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