Grey Haven Database Conventions
Ensures data entries adhere to Greyhaven's complex database naming and formatting standards for consistency and accuracy.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add grey-haven-database-conventions npx -- -y @trustedskills/grey-haven-database-conventions
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"grey-haven-database-conventions": {
"command": "npx",
"args": [
"-y",
"@trustedskills/grey-haven-database-conventions"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill ensures database interactions adhere to Grey Haven's established conventions. It enforces consistent naming schemes for tables and columns, standardizes data types across databases, and promotes the use of specific indexing strategies. The goal is improved maintainability, reduced errors, and enhanced query performance within Grey Haven’s systems.
When to use it
- When creating new database schemas or tables within Grey Haven's environment.
- During migrations or refactoring of existing databases.
- To ensure consistency when working with multiple developers on the same database projects.
- For automated code generation and deployment pipelines involving database changes.
Key capabilities
- Enforces standardized table naming conventions.
- Mandates consistent column data types.
- Promotes specific indexing strategies for optimal query performance.
- Supports automatic schema validation against Grey Haven's standards.
Example prompts
- "Generate a new
userstable adhering to Grey Haven database conventions." - "Validate the existing
productstable against Grey Haven’s naming and data type standards." - “Suggest appropriate indexes for the
orderstable based on common query patterns.”
Tips & gotchas
This skill requires familiarity with Grey Haven's internal documentation outlining specific database conventions. It is most effective when integrated into automated workflows, as manual enforcement can be time-consuming and prone to error.
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.