Skip to content
Development
Skill

/postgresql

Use when building or inspecting CloudBase PostgreSQL — queryPgDatabase, managePgDatabase, RLS, app.rdb().

From plugin
cloudbase-ai-toolkit
1.1k49 skills6 agents7 commands2 MCP
Install
$ npx -y skills add TencentCloudBase/CloudBase-AI-Toolkit --skill postgresql --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/postgresql

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when building or inspecting CloudBase PostgreSQL — queryPgDatabase, managePgDatabase, RLS, app.rdb().

SKILL.md

postgresql.SKILL.md
name: postgresql-development
description: Use when building or inspecting CloudBase PostgreSQL — queryPgDatabase, managePgDatabase, RLS, app.rdb().

PostgreSQL (DSH)

  • Read: `mcp__cloudbase__queryPgDatabase` `action=context|objects|metadata|schema|sql`.
  • Write/DDL: `mcp__cloudbase__managePgDatabase` `action=execute` with `confirm=true`. Never skip confirm.
  • Prefer `public.<table>` qualified names.
  • Do not call MySQL tools when `RuntimeMode` is `postgresql`.
Ships withcloudbase-ai-toolkit

AI writes the code. CloudBase runs the backend. The CloudBase integration layer for AI coding tools: Plugin installs the stack, Skills steer how code is written, MCP operates databases, functions, storage, and deploys from chat.

Get the whole plugin

Other skills on cloudbase-ai-toolkit.