Atlan Sql Connector Patterns
Provides patterns guidance and assistance for working with databases and data persistence.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add atlan-sql-connector-patterns npx -- -y @trustedskills/atlan-sql-connector-patterns
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"atlan-sql-connector-patterns": {
"command": "npx",
"args": [
"-y",
"@trustedskills/atlan-sql-connector-patterns"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to connect to and query SQL databases using patterns defined within Atlant. It facilitates data retrieval, analysis, and reporting directly from structured data sources. The skill streamlines database interactions by abstracting away complex connection details and providing a standardized interface for querying.
When to use it
- Automated Reporting: Generate daily or weekly reports based on data stored in SQL databases without manual intervention.
- Data Exploration: Allow users to explore data within a SQL database using natural language queries, bypassing the need for SQL expertise.
- Business Intelligence Integration: Integrate data from SQL databases into BI dashboards and analytics platforms.
- Data Validation: Automate checks on data integrity and consistency stored in a SQL database.
Key capabilities
- Connects to SQL databases using Atlant patterns.
- Queries data based on natural language instructions.
- Abstracts connection details for simplified interaction.
- Supports standardized querying interface.
Example prompts
- "Get me the total sales for last quarter from the 'orders' table."
- "Show me a list of customers who placed orders over $100 in the past month."
- "What are the top 5 products by revenue?"
Tips & gotchas
- Ensure that Atlant patterns are correctly configured to define database connection details and schema information.
- The skill's effectiveness depends on the quality of the defined Atlant patterns; inaccurate or incomplete patterns will lead to incorrect results.
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.