Database connect
Professional development studio for Claude Code CLI
npx -y skills add manastalukdar/ai-devstudio --skill database-connectAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Database MCP server integration for PostgreSQL, MySQL, MongoDB
SKILL.md
1.1 KB, 218 tokens by cl100k_base, as published. Nobody here has run it
Database Connection & Management
I'll help you connect to and manage databases through MCP servers for data exploration, schema inspection, and queries.
Arguments: $ARGUMENTS - database type (postgres, mysql, mongodb), connection details, or query
Database Capabilities
Supported Databases:
- PostgreSQL (via MCP or native psql)
- MySQL/MariaDB (via MCP or native mysql)
- MongoDB (via MCP or native mongo)
- SQLite (local database files)
Operations:
- Schema inspection and exploration
- Safe query execution
- Data exploration and analysis
- Migration support
Token Optimization
Expected range: 1,500–2,500 tokens (initial), 400 tokens (cache hit)
Caching: Caches database connection config in .claude/cache/database/ for 7 days. Invalidated when connection strings change.
Early exit: Returns immediately if MCP server for the target database is already connected.
Patterns used: Grep-before-Read, early exit, template-based generation, caching
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.