SkillAgentSearch skills...

db

Start/stop Docker test databases

Install / Use

npx skills add luiscarbonel1991/nlp2sql

Installs into whichever agent you are using.

About this skill

Claude Commands

Claude Code slash commands

Quality Score

29/100

Category

Operations

Supported Platforms

Claude Code

name: db description: Start/stop Docker test databases argument-hint: "[up|down]"

Manage test databases:

  • cd docker && docker compose up -d (default/up)
  • cd docker && docker compose down (down)

Connection strings:

  • Simple: postgresql://testuser:testpass@localhost:5432/testdb
  • Enterprise: postgresql://demo:demo123@localhost:5433/enterprise

Related Skills

View on GitHub
GitHub Stars0
CategoryOperations
Updated1mo ago
Forks0

Security Score

80/100

Audited on Aug 17, 2026

1 medium1 low