db-sync-prod-to-local

db-sync-prod-to-local is a skill for Claude Code from systempromptio/systemprompt-marketplace. It costs 49 tokens per session (2,360 once invoked), scanned B, original, no licence file.

A procedure for copying production PostgreSQL data from a systemprompt.io project into a local development database. PostgreSQL is a relational database system used to store application data.

In plain words
What is it for?
Use it to refresh a local database with production data while handling those connection and file-path issues.
Why use it?
It addresses two setup problems: TLS ALPN connection rejection in libpq 17 and cloud-profile paths that point to /app instead of a local path.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the development plugin — 20 skills shipped together

Good fit Use it to refresh a local database with production data while handling those connection and file-path issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/systempromptio/systemprompt-marketplace/db-sync-prod-to-local
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add systempromptio/systemprompt-marketplace --skill db-sync-prod-to-local
Clone the repo
git clone --depth 1 https://github.com/systempromptio/systemprompt-marketplace

Made for: Claude Code.

Or install development, the plugin that ships this one along with the rest of its 20 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for db-sync-prod-to-local

README.md
[![agentmods](https://agentmods.dev/badge/skills/systempromptio/systemprompt-marketplace/db-sync-prod-to-local/github.svg)](https://agentmods.dev/skills/systempromptio/systemprompt-marketplace/db-sync-prod-to-local)
Your own site
<a href="https://agentmods.dev/skills/systempromptio/systemprompt-marketplace/db-sync-prod-to-local"><img src="https://agentmods.dev/badge/skills/systempromptio/systemprompt-marketplace/db-sync-prod-to-local/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for db-sync-prod-to-local

Your own site · 80×15
<a href="https://agentmods.dev/skills/systempromptio/systemprompt-marketplace/db-sync-prod-to-local"><img src="https://agentmods.dev/badge/skills/systempromptio/systemprompt-marketplace/db-sync-prod-to-local.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,360 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.02360
Opus 5 $0.00024 $0.01180
Sonnet 5 $0.00010 $0.00472
Haiku 4.5 $0.00005 $0.00236

Measured 11d ago against content hash 0669bfe3bd73, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

db-sync-prod-to-local scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo mkdir -p /app/storage

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

from urllib.parse import urlparse
plugins/development/skills/db-sync-prod-to-local/SKILL.md · 236 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 236 lines · 49 tokens per session scan B 0669bfe3bd73

Subscribe to this mod's changes

db-sync-prod-to-local is a skill published in the GitHub repository systempromptio/systemprompt-marketplace (2 stars, last pushed 14d ago), with no licence file. It adds 49 tokens to every session and 2,360 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

database-patterns

Database design and migration patterns for Alembic migrations, schema design (SQL/NoSQL), and database versioning. Use when creating migrations, designing schemas, normalizing data, managing database versions, or handling schema drift.

yonatangross/orchestkit · 49 tokens

postgresql-table-design

Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features.

wshobson/agents · 37 tokens

azure-resource-manager-postgresql-dotnet

Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "PostgreSQL", "PostgreSqlFlexibleServer", "PostgreSQL Flexible Server", "Azure Database for…

microsoft/skills · 97 tokens

dsql

Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, diagnose cluster performance, load data, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL and PostgreSQL-to-DSQL schema conversion, foreign key…

awslabs/agent-plugins · 229 tokens

aws-rds-spring-boot-integration

Provides patterns to configure AWS RDS (Aurora, MySQL, PostgreSQL) with Spring Boot applications. Configures HikariCP connection pools, implements read/write splitting, sets up IAM database authentication, enables SSL connections, and integrates with AWS Secrets Manager. Use when setting up RDS connections in Spring…

giuseppe-trisciuoglio/developer-kit · 83 tokens

clickhouse-managed-postgres-rca

MUST USE when investigating performance issues on a ClickHouse-managed Postgres instance. Provides an evidence-based RCA workflow that scrapes the Prometheus endpoint for system signal, pulls per-digest evidence from the Slow Query Patterns API, and recommends (does not apply) a fix.

ClickHouse/agent-skills · 64 tokens