From cedardb
Connect Claude Code to an existing local or remote CedarDB (or PostgreSQL-compatible) server by writing .cedardb.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cedardb:connectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Connect to an existing CedarDB or PostgreSQL-compatible server. The user must supply the host, port, user, password, and database (or a full DSN).
Connect to an existing CedarDB or PostgreSQL-compatible server. The user must supply the host, port, user, password, and database (or a full DSN).
Rules: Never use absolute paths. Never use shell variables — embed literal values.
pg_isready -h <host> -p <port>
If this fails, stop and report the error. Do not write .cedardb until the server is reachable.
Use cat > .cedardb with literal values:
CEDAR_DSN=postgresql://user:pass@host:port/dbname
CEDAR_LABEL=<short descriptive name>
Append .cedardb to .gitignore if one exists.
Tell the user the MCP server will now route all queries to their instance and that the analyst, dashboard, and alert agents are ready to use.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub cedardb/claude-plugin --plugin cedardb