Database Management
Helps with database, management as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add acedergren-database-management npx -- -y @trustedskills/acedergren-database-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"acedergren-database-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/acedergren-database-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to manage databases, including creating tables, inserting data, and querying information. It supports common database operations like selecting, updating, and deleting records. The agent can also execute SQL queries against a specified database connection.
When to use it
- Data Analysis: Extract specific insights from a database for reporting or decision-making.
- Database Administration: Automate routine tasks such as creating new tables or populating existing ones with data.
- Application Development: Generate SQL queries and interact with databases programmatically within an application workflow.
- Data Migration: Assist in moving data between different database systems by generating appropriate scripts.
Key capabilities
- SQL query execution
- Table creation
- Data insertion
- Data selection (querying)
- Database connection management
Example prompts
- "Create a table named 'customers' with columns for id, name, and email."
- "Insert the data (John Doe, [email protected]) into the customers table."
- "Select all records from the 'orders' table where the order date is after 2023-01-01."
Tips & gotchas
- Requires a valid database connection string to function correctly. Ensure the agent has appropriate credentials and permissions for the target database.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.