Skip to main content
Back to registry

postgresql

sickn33/antigravity-awesome-skills

Enable with ALTER TABLE tbl ENABLE ROW LEVEL SECURITY . Create policies: CREATE POLICY user_access ON orders FOR SELECT TO app_users USING (user_id = current_user_id()) . Built-in user-based access control at the row level.

Installs127
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill postgresql
About this skill
Enable with ALTER TABLE tbl ENABLE ROW LEVEL SECURITY . Create policies: CREATE POLICY user_access ON orders FOR SELECT TO app_users USING (user_id = current_user_id()) . Built-in user-based access control at the row level. - Designing a schema for PostgreSQL - Selecting data types and constraints - Planning indexes, partitions, or RLS policies - Reviewing tables for scale and maintainability - You are targeting a non-PostgreSQL database - You only need query tuning without schema changes - You require a DB-agnostic modeling guide - Capture entities, access patterns, and scale targets (rows, QPS, retention). - Choose data types and constraints that enforce invariants. - Add indexes for real query paths and validate with EXPLAIN . - Plan partitioning or RLS where required by scale or access control. - Review migration impact and apply changes safely.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does postgresql do?

Enable with ALTER TABLE tbl ENABLE ROW LEVEL SECURITY . Create policies: CREATE POLICY user_access ON orders FOR SELECT TO app_users USING (user_id = current_user_id()) . Built-in user-based access control at the row level.

Is postgresql good?

postgresql does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does postgresql work with?

postgresql currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to postgresql?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install postgresql?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill postgresql

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering