Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

pgdbm

pgdbm 收录了来自 juanre 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
0
更新
2026-01-11
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

release
软件开发工程师

How to release a new pgdbm library version to PyPI

2026-01-11
publish-skills
软件开发工程师

How to update and publish pgdbm skills for Claude Code users

2026-01-10
common-mistakes
数据库架构师

Use before implementing pgdbm patterns to avoid common mistakes - provides rationalization table and red flags that prevent pool multiplication, schema errors, and template syntax violations

2026-01-10
testing-database-code
软件质量保证分析师与测试员

Use when writing tests for pgdbm-based code - provides fixture selection decision tree and complete usage patterns without needing testing docs

2026-01-10
choosing-pattern
数据库架构师

Use when deciding which pgdbm pattern to use (standalone, dual-mode library, or shared pool) - provides decision tree based on deployment context without requiring doc exploration

2026-01-06
core-api-reference
数据库架构师

Use when implementing pgdbm database operations - provides complete AsyncDatabaseManager and DatabaseConfig API with all methods and parameters

2026-01-06
shared-pool-pattern
数据库架构师

Use when implementing shared connection pool for multiple services in same application - provides complete setup steps for FastAPI/multi-service apps without needing examples

2026-01-06
using-pgdbm
数据库架构师

Use when setting up pgdbm database connections, migrations, or multi-service architecture - provides mental model of one pool/many schemas/template syntax and complete API reference without needing to read docs

2026-01-06
dual-mode-library
软件开发工程师

Use when building reusable PyPI package with pgdbm - provides complete pattern for libraries that work standalone or embedded without needing examples

2025-10-26
migrations-api-reference
数据库架构师

Use when working with database migrations in pgdbm - provides complete AsyncMigrationManager API with all methods and migration file format

2025-10-26
standalone-service
软件开发工程师

Use when building simple standalone service or microservice with its own database - provides complete setup without shared pool complexity

2025-10-26