agentsclimarketplace

Database connect

Skill manastalukdar/ai-devstudio/skills/database-connect

Professional development studio for Claude Code CLI

Install
npx -y skills add manastalukdar/ai-devstudio --skill database-connect

Assembled 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.