Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete)....
npx skills add ravnhq/ai-toolkit --skill "platform-database"
Install specific skill from multi-skill repository
# Description
SQL database design, query optimization, and migration safety. Extends core-coding-standards with database-specific rules. Use when writing queries, schemas, or migrations.
# SKILL.md
name: platform-database
description: "SQL database design, query optimization, and migration safety. Extends core-coding-standards with database-specific rules. Use when writing queries, schemas, or migrations."
Principles
- Prefer UNION ALL over UNION unless you specifically need deduplication
Rules
See rules/ for detailed patterns.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.