Gabriel Nascimento
Community@gabrielnsmnto
Kord AIOS skill registry by Gabriel Nascimento covering database administration, QA gating, DevOps, design systems, and agile story orchestration for engineering squads.
Agent Skills by Gabriel Nascimento
Showing 150 vetted skills indexed across 1 GitHub repositories.
github-pr-triage
Triage GitHub pull requests with parallel background analysis and conservative auto-close.
github-issue-triage
Triage GitHub issues by launching one background analysis task per issue with streaming results.
agent-browser
Automates browser interactions for web testing, form filling, screenshots, and data extraction.
db-rollback
Restores a PostgreSQL database to a previous snapshot or executes a rollback script.
db-impersonate
Sets PostgreSQL session JWT claims to emulate an authenticated user for RLS policy testing.
db-rls-audit
Audits PostgreSQL tables for RLS coverage and lists all row-level security policies.
db-policy-apply
Installs KISS or granular row-level security policies on Supabase PostgreSQL tables.
db-supabase-setup
Guides interactive setup of Supabase projects with CLI configuration, extensions, and migrations.
db-domain-modeling
Model business domains into PostgreSQL schemas with constraints, indexes, and RLS policies.
db-explain
Analyze PostgreSQL query execution plans using EXPLAIN ANALYZE to diagnose performance issues.
db-verify-order
Validates DDL statement ordering in SQL migration files to prevent dependency errors.
db-schema-audit
Audits PostgreSQL database schemas for design, performance, security, and integrity issues.
db-env-check
Validates database environment variables, PostgreSQL client tools, and connectivity without exposing secrets.
db-dry-run
Validates SQL migration files by executing them inside a rolled-back PostgreSQL transaction.
db-apply-migration
Applies SQL migrations to PostgreSQL with advisory locks and pre/post schema snapshots.
db-analyze-hotpaths
Runs EXPLAIN ANALYZE with BUFFERS on slow PostgreSQL queries to identify performance issues and recommend indexes.
db-run-sql
Execute SQL files or inline SQL statements with transaction safety and timing.
db-bootstrap
Creates a standard Supabase project directory structure with migrations, seeds, tests, and config files.
db-smoke-test
Runs post-migration SQL smoke tests against a Supabase database to validate schema, RLS policies, and data integrity.
analyze-performance
Analyzes PostgreSQL query execution plans and detects database performance bottlenecks.
db-seed
Applies idempotent SQL seed files to a Supabase database with validation, snapshots, and verification.
setup-database
Initializes database projects with migrations, seed data, and configuration for Supabase, PostgreSQL, MongoDB, MySQL, or SQLite.
db-snapshot
Creates schema-only PostgreSQL snapshots with pg_dump for migration rollback.
db-load-csv
Import CSV files into PostgreSQL tables using COPY with staging validation.
Frequently Asked Questions About Gabriel Nascimento
FAQPage SchemaWhat tasks can I automate using Gabriel Nascimento's Kord AIOS skills?▼
You can automate database migrations with dry-run and rollback snapshots, RLS policy audits, GitHub PR/issue triage, semantic version bumps, pre-push quality gates, QA build reviews, Tailwind v4 upgrades, design token extraction to W3C DTCG, and agile story creation, validation, and backlog management.
Who are these skills designed for?▼
The skills target role-based engineering personas: architects (schema audits, impact analysis), developers (refactoring, story execution), QA engineers (test design, risk profiles), DevOps (CI/CD, releases), product owners (backlog, story sync), scrum masters (epics, story checkpoints), and UX design experts (wireframes, design systems).
How do the database skills work in practice?▼
Database skills follow a safe-execution pattern: validate environment without leaking secrets, dry-run migrations inside BEGIN…ROLLBACK, take schema-only snapshots, apply migrations under exclusive lock, then run smoke tests and EXPLAIN ANALYZE on hot paths. Setup supports Supabase, PostgreSQL, MongoDB, MySQL, and SQLite.
What prerequisites or dependencies do these skills require?▼
Skills are organized under the Kord AIOS framework with role-based agents (architect, dev, qa, devops, po, sm, ux-design-expert, squad-creator). GitHub operations use the GitHub CLI, database skills target Supabase/PostgreSQL environments, and frontend skills assume Tailwind CSS v4 and Shadcn/Radix component libraries.
Do the skills support safe rollback and recovery?▼
Yes. db-snapshot creates schema-only snapshots, db-rollback restores previous states or runs rollback scripts, db-dry-run catches syntax and ordering errors inside transactions, db-verify-order lints DDL dependency order, and undo-last performs rollback with built-in transaction validation.