CtrlK
BlogDocsLog inGet started
Tessl Logo

neon-postgres

Configure Prisma for Neon with connection pooling.

45

Quality

48%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/neon-postgres/SKILL.md

The canonical home for this skill is neon-postgres in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

47%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body has the right conceptual bones (two URLs, driver options, pooler limits) but lacks executable config and a sequenced migration workflow, and it ships empty placeholder content. Replacing the placeholder table and generic When-to-Use with a concrete Prisma datasource example and a step sequence would materially improve it.

Suggestions

Add an executable Prisma `datasource` block showing `DATABASE_URL` (pooled) and `directUrl = env("DIRECT_URL")` so the guidance is copy-paste ready.

Replace the empty Sharp Edges table — name each real issue, severity, and a concrete mitigation instead of 'See docs'.

Lay out a short numbered workflow for applying migrations (set DIRECT_URL, run `prisma migrate`, verify) with an explicit validation checkpoint.

DimensionReasoningScore

Conciseness

Mostly efficient bullet-point prose, but it carries padding with no value: the Sharp Edges table repeats placeholder 'Issue | See docs' rows and the When to Use section is generic filler.

3 / 5

Actionability

It gives concrete specifics (DATABASE_URL pooled for the client, DIRECT_URL direct for migrations, neon-http vs neon-serverless drivers) but no executable Prisma schema datasource block, env example, or connection-string format.

3 / 5

Workflow Clarity

The patterns are listed as disconnected bullets rather than a sequenced workflow, and there are no validation checkpoints despite this touching database migrations.

2 / 5

Progressive Disclosure

The skill is short and organized into clear sections (Patterns, Sharp Edges, When to Use) with no bundle files needed, though the empty placeholder Sharp Edges table is a minor organization gap.

4 / 5

Total

12

/

20

Passed

Description

48%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise and targets a clear niche, but it states only one action and omits any explicit 'when to use' trigger guidance. Adding a Use-when clause and one or two more concrete actions would lift it notably.

Suggestions

Add an explicit trigger clause, e.g. 'Use when configuring Prisma to connect to a Neon Postgres database or setting up connection pooling for migrations.'

Expand the action list beyond the single 'configure' verb — mention setting the pooled DATABASE_URL and the direct DIRECT_URL for migrations.

Include natural synonyms like 'Postgres', 'database', and 'migrations' to broaden trigger coverage.

DimensionReasoningScore

Specificity

The description names the domain (Prisma, Neon) and only a single minimal action ('Configure Prisma for Neon with connection pooling'), which fits the anchor where actions are minimal rather than comprehensive.

2 / 5

Completeness

It gives a clear 'what' but provides no 'Use when...' clause or equivalent trigger guidance, so per the guidelines completeness is capped at 3.

3 / 5

Trigger Term Quality

It includes relevant natural terms ('Prisma', 'Neon', 'connection pooling') that a user would say, but lacks common variations/synonyms like 'Postgres', 'database', or 'migrations'.

3 / 5

Distinctiveness Conflict Risk

'Prisma for Neon' is a clear niche with distinct triggers and minimal conflict risk, though a general Prisma or Postgres skill could overlap on the margins.

4 / 5

Total

12

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.