Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions skills/claimable-postgres/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Neon claimable-postgres Skill
# Provision instant temporary Postgres databases via Claimable Postgres (neon.new).
# Source: https://github.com/neondatabase/agent-skills
# Will publish as: ghcr.io/stacklok/dockyard/skills/claimable-postgres:0.1.0

metadata:
name: claimable-postgres
description: "Provision instant temporary Postgres databases via Claimable Postgres by Neon (neon.new) — no login/signup/credit card, REST API/CLI/SDK/Vite plugin; ideal for prototyping, tests, and quick DATABASE_URLs; 72-hour claim window"

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "38c7da85db656c8c9efd1e6433c200212926fd2d" # main as of 2026-04-14
path: "skills/claimable-postgres"
version: "0.1.0"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "neondatabase/agent-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
23 changes: 23 additions & 0 deletions skills/neon-postgres-egress-optimizer/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Neon neon-postgres-egress-optimizer Skill
# Diagnose and fix excessive Postgres egress (network data transfer).
# Source: https://github.com/neondatabase/agent-skills
# Will publish as: ghcr.io/stacklok/dockyard/skills/neon-postgres-egress-optimizer:0.1.0

metadata:
name: neon-postgres-egress-optimizer
description: "Diagnose and fix excessive Postgres egress — identify top offenders with pg_stat_statements, spot SELECT *, missing pagination, high-frequency queries on static data, app-side aggregation, and JOIN duplication; fix patterns with concrete SQL refactors"

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "38c7da85db656c8c9efd1e6433c200212926fd2d" # main as of 2026-04-14
path: "skills/neon-postgres-egress-optimizer"
version: "0.1.0"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "neondatabase/agent-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
23 changes: 23 additions & 0 deletions skills/neon-postgres/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Neon neon-postgres Skill
# Guides and best practices for working with Neon Serverless Postgres.
# Source: https://github.com/neondatabase/agent-skills
# Will publish as: ghcr.io/stacklok/dockyard/skills/neon-postgres:0.1.0

metadata:
name: neon-postgres
description: "Work with Neon Serverless Postgres — connection methods (serverless driver, PostgREST-style Data API), Neon CLI, MCP server setup, branching, autoscaling, scale-to-zero, instant restore, read replicas, connection pooling, logical replication; Platform API/SDKs in TypeScript and Python"

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "38c7da85db656c8c9efd1e6433c200212926fd2d" # main as of 2026-04-14
path: "skills/neon-postgres"
version: "0.1.0"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "neondatabase/agent-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
Loading