원클릭으로
postgres
Connect to Postgres databases and run queries or checks. Use when asked to access a DB or execute SQL.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Connect to Postgres databases and run queries or checks. Use when asked to access a DB or execute SQL.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Builds an ad brief for any platform. Researches the user's product, audience, market, and KPIs proactively, then asks the user to confirm and fill gaps. Saves the result as .agents/ad-brief.md for future sessions. Not for writing ad copy, choosing platforms, configuring campaigns, or analyzing results.
Reference for the AdKit CLI (`adkit-cli` on npm, `adkit` command). Maps commands to ad operations: creating campaigns, ad sets, and ads on Meta, managing drafts, uploading media, searching interests. Load when the user wants to execute ad operations through the terminal or when `adkit` is installed and the user is ready to publish. Not for strategy, copywriting, creative advice, or learning about ads.
Meta (Facebook & Instagram) advertising strategy for AI agents. Covers fundamentals, ad creative best practices, campaign structure, audience targeting, budget management, and performance analysis. Use when the user wants to plan, create, launch, or optimize Meta ads, or when they need to understand how the platform works before spending money. Not for Google Ads, TikTok Ads, LinkedIn Ads, or general marketing strategy outside Meta.
Manage your team — create roles, assign tasks, spawn workers, and monitor progress
SEO content brief creation with keyword research, search intent analysis, and content structure. Covers SERP analysis, heading hierarchy, word count targets, and internal linking strategy. Use for: content briefs, SEO writing, blog strategy, content planning, keyword targeting. Triggers: seo content brief, content brief, seo brief, keyword research, search intent, content strategy, blog brief, seo writing, content planning, keyword targeting, serp analysis, content outline, seo article, blog seo
Twitter/X thread writing with hook tweets, thread structure, and engagement optimization. Covers tweet formatting, character limits, media attachments, and posting strategies. Use for: Twitter threads, X posts, tweet storms, Twitter content, social media writing. Triggers: twitter thread, tweet thread, x thread, twitter post, tweet writing, thread creation, tweet storm, twitter content, x post, twitter writing, twitter hook, tweet formatting, thread structure
| name | postgres |
| description | Connect to Postgres databases and run queries or checks. Use when asked to access a DB or execute SQL. |
Use this skill to connect to Postgres and run user-requested queries or checks.
DB_URL is provided, use it for a one-off connection unless the user asks to persist it.postgres.toml when present; otherwise ask the user for the data required to create a profile.postgres.toml is already present under the current repo/root at .skills/postgres/postgres.toml, treat that repo/root as the project root and proceed without prompting for DB_PROJECT_ROOT.DB_PROJECT_ROOT/PROJECT_ROOT explicitly.postgres.toml and the target project is a git repo, verify .skills/postgres/postgres.toml is gitignored to avoid committing credentials.postgres.toml exists, first ensure it is at the latest schema version. Run ./scripts/migrate_toml_schema.sh only when an older schema is found, and run it from the skill dir only if DB_PROJECT_ROOT/PROJECT_ROOT is set../scripts/check_deps.sh and/or ./scripts/connection_info.sh to diagnose.[configuration].pg_bin_path which may be auto-written when missing. schema_version is written by the migration helper. Prompt before changing an existing value.<project-root>/.skills/postgres/postgres.tomlassets/postgres.toml.examplereferences/postgres_skill_schema.mdreferences/postgres_best_practices/README.mdDB_PROJECT_ROOT/PROJECT_ROOT to the target project root.<project-root>/.skills/postgres/postgres.toml exists, do not scan by default; only scan when asked or missing.DB_PROJECT_ROOT.DB_PROFILE is unset and any profiles define project, auto-select the profile matching the current subproject (based on cwd); otherwise ask for DB_PROFILE.postgres.toml is missing, ask for host/port/database/user/password to create a profile (ask for sslmode only if needed).postgres.toml or use a one-off (temporary) connection.released (case-insensitive) inside the migrations folder.references/postgres_guardrails.md when doing schema changes.DB_PROFILE=local ./scripts/test_connection.shDB_PROFILE=local ./scripts/pg_version.shDB_PROFILE=local ./scripts/connection_info.shDB_PROFILE=local ./scripts/find_objects.sh usersreferences/postgres_usage.md