npx claudepluginhub gallop-systems/agent-skillsAll skills: Kysely for PostgreSQL, and more
A collection of Claude Code skills.
First, add the marketplace:
/plugin marketplace add gallop-systems/claude-skills
Then install all skills:
/plugin install all@gallop-systems-claude-skills
Or install individual skills:
/plugin install kysely-postgres@gallop-systems-claude-skills
/plugin install nuxt-nitro-api@gallop-systems-claude-skills
/plugin install nitro-testing@gallop-systems-claude-skills
Update all skills to the latest version:
/plugin update all@gallop-systems-claude-skills
Or update a specific skill:
/plugin update kysely-postgres@gallop-systems-claude-skills
Auto-updates: Third-party marketplaces don't auto-update by default. To enable:
/plugin and select Marketplacesgallop-systems-claude-skillsType-safe Kysely query patterns for PostgreSQL. Automatically activates when working in Node.js/TypeScript projects with Kysely.
Covers:
Nuxt 3 / Nitro API patterns for building type-safe full-stack applications. Automatically activates when working in Nuxt 3 projects.
Covers:
Test Nitro API handlers with real PostgreSQL using transaction rollback isolation. Each test runs in a transaction that auto-rolls back for complete isolation without cleanup overhead.
Covers:
factories, db)mockGet, mockPost, mockPatch, mockDelete)skills/SKILL.md file with frontmatter:
---
name: my-skill
description: When to use this skill...
---
# Skill content here