A collection of reusable agent skills for AI coding assistants.
npx skills add jpsyx/agent-skillsTo install a specific skill:
npx skills add jpsyx/agent-skills --skill supabase-declarative-schemaEnforces a declarative schema workflow for Supabase database changes. Instead of manually writing migration files, you define the desired state in supabase/schemas/*.sql files and generate migrations with supabase db diff.
This skill takes priority over the base supabase skill for all schema-related operations.
Key workflow:
- Define schema in
supabase/schemas/*.sql - Run
supabase stop - Run
supabase db diff -f <migration_name>
Each skill lives in its own directory under skills/ and contains a SKILL.md file with frontmatter metadata and agent instructions.
MIT