From colibri-ai-agents
Guidelines for generating SQL statements and stored procedures. Colibri conventions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/colibri-ai-agents:sqlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Table/column names: **singular**.
id (PK), created_at, updated_at.ON DELETE CASCADE, ON UPDATE CASCADE, referencing parent PK.usp_PascalCase (plural for collections: usp_GetProducts, singular for one: usp_GetProduct).@camelCase, required first then optional with defaults.tmp_.SELECT *); qualify with table/alias in multi-table queries.SET NOCOUNT ON for procedures that modify data.BEGIN/COMMIT transactions; avoid long-running locks.npx claudepluginhub bilou0412/test --plugin colibri-ai-agentsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.