polizy-storage
✓Storage adapter setup for polizy authorization. Use when configuring InMemory, Prisma, or custom storage adapters, database setup, or performance optimization.
Installation
SKILL.md
| Persistence | No (RAM only) | Yes (database) | | Multi-instance | No | Yes | | Setup | Zero config | Prisma model required | | Performance | Fastest | Good with indexes | | Use case | Testing, dev | Production |
| Slow reads | Add database indexes | | Too many queries | Reduce group nesting depth | | Large tuple counts | Periodic cleanup of expired tuples | | Batch operations | Use writeTuple with parallel Promise.all |
| Data lost on restart | Switch from InMemory to Prisma | | "Table doesn't exist" | Run npx prisma migrate deploy | | Slow checks | Reduce group/hierarchy depth | | Memory growing | Clean up expired conditional tuples |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bratsos/polizy --skill polizy-storage- Source
- bratsos/polizy
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is polizy-storage?
Storage adapter setup for polizy authorization. Use when configuring InMemory, Prisma, or custom storage adapters, database setup, or performance optimization. Source: bratsos/polizy.
How do I install polizy-storage?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bratsos/polizy --skill polizy-storage Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bratsos/polizy
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11