[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-neondatabase-neon-postgres-branches-en":3,"guides-for-neondatabase-neon-postgres-branches":350,"similar-k1748275xyj2k1sxv02cfanf4186mv8v-en":351},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":238,"parentExtension":253,"providers":254,"relations":259,"repo":261,"tags":346,"workflow":347},1778694510092.8096,"k1748275xyj2k1sxv02cfanf4186mv8v",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Choose and create the right Neon branch type for testing and development. Use when users ask about Neon branching, migration testing with real data, isolated test environments, schema-only branch workflows for sensitive data, or branch creation via Neon CLI or Neon MCP. Triggers include \"Neon branch\", \"test migrations safely\", \"branch production data\", \"schema-only branch\", \"reset branch\" and \"sensitive data testing\".",{"claudeCode":12},"neondatabase/agent-skills","Neon Postgres Branches","https://github.com/neondatabase/agent-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778694599350.5278,"kn72dmpqqeca4hc6eesjcm6td186m4j0","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":221,"tier":222,"useCases":223},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,125,129,132,135,138,141,144,147,151,154,156,158,160,164,167,170,173,176,180,183,186,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of choosing and creating the right Neon branch type for testing and development, including specific use cases like migration testing and handling sensitive data.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond default LLM behavior by providing specific decision rules for branch types, tool selection logic (MCP vs. CLI), and detailed workflow steps for Neon branching, which is not a common default capability.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for branch creation, including decision-making, tool selection, execution commands, validation steps, and even guidance on handling beta features and sensitive data, making it production-ready for its stated use case.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on Neon Postgres branching workflows, including creation, type selection, and reset operations, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities and is concise and readable, clearly outlining the problem, use cases, and triggers.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes narrowly scoped tools (e.g., 'create_branch', 'connection-string') which are specific to the Neon database operations, avoiding generalist command execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters for CLI commands are documented with examples, and the selection order for tools (MCP, CLI, API) is clearly explained.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools implied by the CLI commands (e.g., 'neonctl branches create') are descriptive and follow a consistent naming convention.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The provided CLI commands specify necessary parameters like branch name, parent, and project ID, indicating a focused input schema. The output focuses on connection strings or confirmation messages.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the Apache-2.0 license, which is a permissive open-source license, and the license is clearly available in a dedicated LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-09, which is within the last 3 months, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill primarily relies on the Neon CLI and MCP, which are external tools and not direct dependencies managed within the skill's repository. No third-party code dependencies are explicitly bundled or managed.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not handle or expose secrets directly; it guides the user on setting up authentication and using CLI commands that rely on pre-configured authentication mechanisms.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill executes well-defined CLI commands and does not load or execute arbitrary third-party data or instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on the Neon CLI, which is assumed to be a trusted, installed dependency, and does not fetch external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill executes external CLI commands, but these are confined to the scope of managing Neon branches and do not modify files outside the project or user's explicit scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the skill's instructions or associated commands.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's actions are confined to creating and managing Neon branches; there are no instructions to read or submit confidential data to a third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions use clean, printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's instructions are in plain markdown and reference standard CLI commands, with no obfuscated code or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the Neon CLI is installed and configured, which is a standard prerequisite for Neon users, and provides clear instructions on how to set it up.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 0 issues were opened and 2 were closed, indicating active maintenance and responsiveness.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has recent commits and a clear Apache-2.0 license, indicating a stable and maintained state, though a specific version number is not explicitly in the frontmatter.",{"category":104,"check":105,"severity":63,"summary":106},"Execution","Pinned dependencies","The skill does not bundle executable scripts with third-party dependencies that require pinning or interpreter declarations.",{"category":33,"check":108,"severity":63,"summary":109},"Dry-run preview","The skill orchestrates CLI commands for branch creation, which are inherently state-changing. While the CLI itself might have dry-run capabilities for certain operations, the skill's instructions do not explicitly expose or mandate a dry-run mode for branch creation.",{"category":111,"check":112,"severity":63,"summary":113},"Protocol","Idempotent retry & timeouts","The skill orchestrates CLI commands. Idempotency and timeouts would be dependent on the Neon CLI's implementation, which is not directly controlled or exposed by this skill.",{"category":66,"check":115,"severity":24,"summary":116},"Unguarded Destructive Operations","Creating a branch is a state-changing operation, but it is not inherently destructive in the sense of deleting data. The CLI commands used do not appear to have silent, destructive defaults without user interaction or confirmation.",{"category":118,"check":119,"severity":24,"summary":120},"Errors","Error Handling","The skill guides users on potential issues like authentication and tool availability, and implicitly relies on the Neon CLI for error reporting, which is expected to provide meaningful error messages.",{"category":122,"check":123,"severity":63,"summary":124},"Code Execution","Logging","The skill does not perform destructive actions or outbound calls that would necessitate a local audit log; it orchestrates external CLI commands.",{"category":126,"check":127,"severity":63,"summary":128},"Compliance","GDPR","The skill manages database branches and does not interact with personal data directly.",{"category":126,"check":130,"severity":24,"summary":131},"Target market","The skill is general purpose for Neon users and has no regional or jurisdictional limitations; targetMarket is implicitly global.",{"category":92,"check":133,"severity":24,"summary":134},"Runtime stability","The skill relies on the Neon CLI and standard shell commands, which are generally portable across POSIX-compliant systems, with clear guidance on prerequisites.",{"category":44,"check":136,"severity":24,"summary":137},"README","The README file exists, provides a good overview of the skills in the repository, and links to the specific skill documentation.",{"category":33,"check":139,"severity":24,"summary":140},"Tool surface size","The skill effectively covers the domain of Neon Postgres branching, including creation for different types and reset operations, without exposing an excessive number of tools.",{"category":40,"check":142,"severity":24,"summary":143},"Overlapping near-synonym tools","The skill's scope is focused on branch operations, and there are no near-synonym tools that perform similar functions, leading to clear invocation.",{"category":44,"check":145,"severity":24,"summary":146},"Phantom features","All advertised features related to Neon branching, including different branch types and reset operations, are supported by the documented CLI commands and logic in the SKILL.md.",{"category":148,"check":149,"severity":24,"summary":150},"Install","Installation instruction","The README provides clear installation instructions using `npx skills add` and also mentions Claude Code plugin installation, along with usage examples.",{"category":118,"check":152,"severity":24,"summary":153},"Actionable error messages","The skill provides actionable guidance by directing users to documentation, suggesting installation/authentication steps, and implicitly relying on the Neon CLI for specific error messages and remediation.",{"category":104,"check":105,"severity":63,"summary":155},"The skill does not bundle scripts with third-party dependencies requiring pinning.",{"category":33,"check":108,"severity":63,"summary":157},"The skill orchestrates CLI commands for branch management. While the underlying CLI tools might support dry-run, the skill itself does not explicitly offer or implement a dry-run mode for these operations.",{"category":111,"check":112,"severity":63,"summary":159},"The skill delegates operations to the Neon CLI. Idempotency and timeouts are dependent on the CLI's implementation, not directly handled or exposed by the skill itself.",{"category":161,"check":162,"severity":24,"summary":163},"Safety","Halt on unexpected state","The skill guides users on checking tool availability and authentication, implicitly halting if prerequisites are not met and providing instructions for resolution.",{"category":92,"check":165,"severity":24,"summary":166},"Cross-skill coupling","The skill is self-contained and focuses solely on Neon branch management. It does not implicitly rely on other skills and provides cross-links to relevant Neon documentation for further information.",{"category":40,"check":168,"severity":24,"summary":169},"Precise Purpose","The description clearly states the skill's purpose (choosing and creating Neon branch types) and when to use it (migration testing, sensitive data, etc.), providing specific triggers and boundaries.",{"category":40,"check":171,"severity":24,"summary":172},"Concise Frontmatter","The frontmatter is concise, clearly stating the core capability and providing specific trigger phrases within a reasonable character count.",{"category":44,"check":174,"severity":24,"summary":175},"Concise Body","The SKILL.md is well-structured and reasonably concise, outlining decision rules, tool selection, and specific workflows without excessive verbosity.",{"category":177,"check":178,"severity":24,"summary":179},"Context","Progressive Disclosure","The SKILL.md outlines the branching workflows and provides links to external Neon documentation for deeper dives, adhering to progressive disclosure.",{"category":177,"check":181,"severity":63,"summary":182},"Forked exploration","This skill is not an exploration or deep code review skill; it directly orchestrates CLI commands for a specific task.",{"category":22,"check":184,"severity":24,"summary":185},"Usage examples","Sufficient end-to-end examples are provided for migration testing and sensitive data workflows, including user input, agent output shape, and relevant commands.",{"category":22,"check":187,"severity":24,"summary":188},"Edge cases","The skill documents failure modes related to tool availability and authentication, providing recovery steps by guiding users to install/authenticate the CLI.",{"category":122,"check":190,"severity":24,"summary":191},"Tool Fallback","The skill prioritizes MCP but provides a fallback to CLI with instructions on verification and authentication, and an ultimate fallback to the Neon REST API.",1778694599157,"This skill provides detailed instructions and command examples for creating and managing Neon Postgres database branches, including normal, schema-only, and reset-from-parent operations. It guides users on choosing the appropriate branch type, selecting between Neon CLI and MCP tools, and handling authentication and beta feature feedback.",[195,196,197,198,199],"Branch type decision guidance","CLI and MCP tool selection","Normal and schema-only branch creation","Resetting child branches from parent","Sensitive data workflow support",[201,202,203],"Directly executing database queries beyond branch management","Managing Neon project settings beyond branch context","Handling Neon authentication flow beyond directing users to CLI commands",[],[206,207],"Neon CLI installed and authenticated","Access to a Neon project","3.0.0","4.4.0","To empower users to efficiently manage Neon Postgres database branches for development and testing, ensuring data isolation, compliance, and safe migration workflows.","High score due to comprehensive documentation, clear scope, and production readiness. Minor potential improvements could involve explicitly documenting the Neon CLI version assumed or available dry-run options if applicable.",99,"Excellent skill for managing Neon Postgres branches, offering clear guidance and practical workflows.",[215,216,217,218,219,220],"postgres","neon","database","branching","developer-tools","cli","global","verified",[224,225,226,227],"Testing migrations against production-like data","Creating isolated environments for development","Handling sensitive data with schema-only branches","Refreshing development branches from production state",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"popularity":241,"security":242,"testCoverage":244},{"hasLockfile":230},true,1778694577326,{"descriptionLength":233,"readmeSize":234},421,3284,{"closedIssues90d":236,"forks":237,"hasChangelog":238,"openIssues90d":8,"pushedAt":239,"stars":240},2,7,false,1778304279000,61,{"npmDownloads":8},{"hasNpmPackage":230,"license":243,"smitheryVerified":238},"Apache-2.0",{"hasCi":230,"hasTests":230},{"updatedAt":246},1778694599350,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":251,"type":252},"skills/neon-postgres-branches","neondatabase","agent-skills","neon-postgres-branches","skill",null,{"evaluate":255,"extract":257},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":256,"targetMarket":221,"tier":222},[215,216,217,218,219,220],{"commitSha":258,"license":243},"HEAD",{"repoId":260},"kd7fnpnf2z4z7frgbq47jwrzzh86nx09",{"_creationTime":262,"_id":260,"identity":263,"providers":264,"workflow":341},1778694505123.966,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":265,"discover":332,"extract":335,"github":337,"npm":340},{"commitSha":258,"extensions":266},[267,283,294,303,311,319,324],{"basePath":268,"description":269,"displayName":216,"installMethods":270,"rationale":271,"selectedPaths":272,"source":281,"sourceLanguage":18,"type":282},"","Official Neon Serverless Postgres plugins for Claude Code",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[273,276,278],{"path":274,"priority":275},".claude-plugin/marketplace.json","mandatory",{"path":277,"priority":275},"README.md",{"path":279,"priority":280},"LICENSE","high","rule","marketplace",{"basePath":284,"description":285,"displayName":216,"installMethods":286,"license":243,"rationale":287,"selectedPaths":288,"source":281,"sourceLanguage":18,"type":293},"plugins/neon-postgres","Manage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server",{"claudeCode":216},"plugin manifest at plugins/neon-postgres/.claude-plugin/plugin.json",[289,291],{"path":290,"priority":275},".claude-plugin/plugin.json",{"path":292,"priority":280},".cursor-plugin/plugin.json","plugin",{"basePath":295,"description":296,"displayName":297,"installMethods":298,"rationale":299,"selectedPaths":300,"source":281,"sourceLanguage":18,"type":252},"evals/neon-postgres-egress-optimizer/.claude/skills/score-eval","Score the eval diff at $ARGUMENTS against the eval rubric.","score-eval",{"claudeCode":12},"SKILL.md frontmatter at evals/neon-postgres-egress-optimizer/.claude/skills/score-eval/SKILL.md",[301],{"path":302,"priority":275},"SKILL.md",{"basePath":304,"description":305,"displayName":306,"installMethods":307,"rationale":308,"selectedPaths":309,"source":281,"sourceLanguage":18,"type":252},"skills/claimable-postgres","Provision instant temporary Postgres databases via Claimable Postgres by Neon (neon.new) with no login, signup, or credit card. Supports REST API, CLI, and SDK. Use when users ask for a quick Postgres environment, a throwaway DATABASE_URL for prototyping/tests, or \"just give me a DB now\". Triggers include: \"quick postgres\", \"temporary postgres\", \"no signup database\", \"no credit card database\", \"instant DATABASE_URL\", \"npx neon-new\", \"neon.new\", \"neon.new API\", \"claimable postgres API\".","claimable-postgres",{"claudeCode":12},"SKILL.md frontmatter at skills/claimable-postgres/SKILL.md",[310],{"path":302,"priority":275},{"basePath":312,"description":313,"displayName":314,"installMethods":315,"rationale":316,"selectedPaths":317,"source":281,"sourceLanguage":18,"type":252},"skills/neon-postgres","Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.","neon-postgres",{"claudeCode":12},"SKILL.md frontmatter at skills/neon-postgres/SKILL.md",[318],{"path":302,"priority":275},{"basePath":248,"description":10,"displayName":251,"installMethods":320,"rationale":321,"selectedPaths":322,"source":281,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at skills/neon-postgres-branches/SKILL.md",[323],{"path":302,"priority":275},{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":281,"sourceLanguage":18,"type":252},"skills/neon-postgres-egress-optimizer","Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer costs, network transfer charges, egress spikes, \"why is my Neon bill so high\", \"database costs jumped\", SELECT * optimization, query overfetching, reduce Neon costs, optimize database usage, or wants to reduce data sent from their database to their application. Also use when reviewing query patterns for cost efficiency, even if the user doesn't explicitly mention egress or data transfer.","neon-postgres-egress-optimizer",{"claudeCode":12},"SKILL.md frontmatter at skills/neon-postgres-egress-optimizer/SKILL.md",[331],{"path":302,"priority":275},{"sources":333},[334],"manual",{"npmPackage":336},"@neondatabase/agent-skills",{"closedIssues90d":236,"description":338,"forks":237,"license":243,"openIssues90d":8,"pushedAt":239,"readmeSize":234,"stars":240,"topics":339},"Agent Skills for Neon Severless Postgres",[],{"downloads":8},{"classifiedAt":342,"discoverAt":343,"extractAt":344,"githubAt":344,"npmAt":345,"updatedAt":342},1778694509843,1778694505124,1778694506897,1778694508518,[218,220,217,219,216,215],{"evaluatedAt":246,"extractAt":348,"updatedAt":349},1778694510092,1778694672065,[],[352,371,397,423,452,473],{"_creationTime":353,"_id":354,"community":355,"display":356,"identity":358,"providers":359,"relations":366,"tags":367,"workflow":368},1778694510092.8093,"k1739tdkkxjmmx9m9gk67e8s5986me1q",{"reviewCount":8},{"description":313,"installMethods":357,"name":314,"sourceUrl":14},{"claudeCode":12},{"basePath":312,"githubOwner":249,"githubRepo":250,"locale":18,"slug":314,"type":252},{"evaluate":360,"extract":365},{"promptVersionExtension":208,"promptVersionScoring":209,"score":361,"tags":362,"targetMarket":221,"tier":222},100,[215,216,217,363,364],"documentation","best-practices",{"commitSha":258},{"repoId":260},[364,217,363,216,215],{"evaluatedAt":369,"extractAt":348,"updatedAt":370},1778694576976,1778694671737,{"_creationTime":372,"_id":373,"community":374,"display":375,"identity":381,"providers":385,"relations":391,"tags":393,"workflow":394},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":376,"installMethods":377,"name":379,"sourceUrl":380},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":378},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":382,"githubOwner":383,"githubRepo":384,"locale":18,"slug":379,"type":252},"skills/github","steipete","clawdis",{"evaluate":386,"extract":390},{"promptVersionExtension":208,"promptVersionScoring":209,"score":361,"tags":387,"targetMarket":221,"tier":222},[379,220,388,219,389],"api","automation",{"commitSha":258},{"repoId":392},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[388,389,220,219,379],{"evaluatedAt":395,"extractAt":396,"updatedAt":395},1778698569289,1778697652123,{"_creationTime":398,"_id":399,"community":400,"display":401,"identity":407,"providers":411,"relations":417,"tags":419,"workflow":420},1778695021936.555,"k1715rn9402s29yge55y9nt0x986n2tf",{"reviewCount":8},{"description":402,"installMethods":403,"name":405,"sourceUrl":406},"Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.",{"claudeCode":404},"openai/skills","cli-creator","https://github.com/openai/skills",{"basePath":408,"githubOwner":409,"githubRepo":410,"locale":18,"slug":405,"type":252},"skills/.curated/cli-creator","openai","skills",{"evaluate":412,"extract":416},{"promptVersionExtension":208,"promptVersionScoring":209,"score":361,"tags":413,"targetMarket":221,"tier":222},[220,414,219,415,389],"code-generation","codex",{"commitSha":258},{"repoId":418},"kd75n2zj3yh472p25zffgycved86mnpx",[389,220,414,415,219],{"evaluatedAt":421,"extractAt":422,"updatedAt":421},1778695068759,1778695021936,{"_creationTime":424,"_id":425,"community":426,"display":427,"identity":433,"providers":437,"relations":445,"tags":448,"workflow":449},1778696691708.3264,"k179thjzaw5kepc7zhdj9sat3n86mcqp",{"reviewCount":8},{"description":428,"installMethods":429,"name":431,"sourceUrl":432},"Validate pending migrations for foreign key consistency, rollback safety, and best practices",{"claudeCode":430},"ruvnet/ruflo","migrate-validate","https://github.com/ruvnet/ruflo",{"basePath":434,"githubOwner":435,"githubRepo":436,"locale":18,"slug":431,"type":252},"plugins/ruflo-migrations/skills/migrate-validate","ruvnet","ruflo",{"evaluate":438,"extract":444},{"promptVersionExtension":208,"promptVersionScoring":209,"score":361,"tags":439,"targetMarket":221,"tier":222},[217,440,441,442,443,219],"migrations","sql","validation","code-quality",{"commitSha":258},{"parentExtensionId":446,"repoId":447},"k176me0sh9b6bc3gzttnywx4w986njzh","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[443,217,219,440,441,442],{"evaluatedAt":450,"extractAt":451,"updatedAt":450},1778701008912,1778696691708,{"_creationTime":453,"_id":454,"community":455,"display":456,"identity":459,"providers":460,"relations":468,"tags":469,"workflow":470},1778694510092.809,"k17f3vsghfwfxrwmhm694dcbg586m514",{"reviewCount":8},{"description":305,"installMethods":457,"name":458,"sourceUrl":14},{"claudeCode":12},"Claimable Postgres",{"basePath":304,"githubOwner":249,"githubRepo":250,"locale":18,"slug":306,"type":252},{"evaluate":461,"extract":467},{"promptVersionExtension":208,"promptVersionScoring":209,"score":462,"tags":463,"targetMarket":221,"tier":466},95,[215,217,216,464,465],"development","testing","community",{"commitSha":258,"license":243},{"repoId":260},[217,464,216,215,465],{"evaluatedAt":471,"extractAt":348,"updatedAt":472},1778694576391,1778694671899,{"_creationTime":474,"_id":475,"community":476,"display":477,"identity":483,"providers":487,"relations":498,"tags":500,"workflow":501},1778683190010.2644,"k171stsw666bte87f4t40zsk2s86mmmq",{"reviewCount":8},{"description":478,"installMethods":479,"name":481,"sourceUrl":482},"Neon serverless Postgres with autoscaling, instant database branching, and zero-downtime deployments. Use when building serverless applications, implementing database branching for dev/staging, or deploying with Vercel/Netlify.",{"claudeCode":480},"bobmatnyc/claude-mpm-skills","Neon Serverless Postgres","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":484,"githubOwner":485,"githubRepo":486,"locale":18,"slug":216,"type":252},"toolchains/platforms/database/neon","bobmatnyc","claude-mpm-skills",{"evaluate":488,"extract":496},{"promptVersionExtension":208,"promptVersionScoring":209,"score":489,"tags":490,"targetMarket":221,"tier":466},77,[215,216,217,491,492,493,494,495,441,464],"serverless","typescript","orm","drizzle","prisma",{"commitSha":258,"license":497},"MIT",{"repoId":499},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[217,464,494,216,493,215,495,491,441,492],{"evaluatedAt":502,"extractAt":503,"updatedAt":502},1778684450543,1778683190010]