·polizy-setup
</>

polizy-setup

Setup and installation guide for polizy authorization library. Use when adding authorization to a project, installing polizy, choosing storage adapters, or setting up for the first time.

3Installs·0Trend·@bratsos

Installation

$npx skills add https://github.com/bratsos/polizy --skill polizy-setup

How to Install polizy-setup

Quickly install polizy-setup AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/bratsos/polizy --skill polizy-setup
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: bratsos/polizy.

SKILL.md

View raw

| Critical | Install package | npm install polizy | | Critical | Define schema | Relations, actions, mappings | | Critical | Choose storage | InMemory (dev) or Prisma (prod) | | Important | Test setup | Verify with a permission check | | Optional | Configure options | Depth limits, logging |

| Persistence | No (lost on restart) | Yes | | Multi-instance | No | Yes | | Setup | Zero config | Requires Prisma model | | Performance | Fastest | Database-dependent | | Use case | Testing, dev | Production |

| "Cannot find module 'polizy'" | Run npm install polizy | | TypeScript errors in schema | Ensure defineSchema is imported from "polizy" | | Prisma model not found | See PRISMA-SETUP.md | | Permission check returns false | Verify relation is in actionToRelations for that action |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bratsos/polizy --skill polizy-setup
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from bratsos/polizy

Quick answers

What is polizy-setup?

Setup and installation guide for polizy authorization library. Use when adding authorization to a project, installing polizy, choosing storage adapters, or setting up for the first time. Source: bratsos/polizy.

How do I install polizy-setup?

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-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/bratsos/polizy

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25