← All plugins
database-design
v1.2.1Database architecture, schema design, and SQL optimization for production systems
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database-design/ inside the repository.
Layout
plugins/database-design/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/database-design/.codex-plugin/plugin.json
{
"name": "database-design",
"version": "1.2.1",
"description": "Database architecture, schema design, and SQL optimization for production systems",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Database Design",
"shortDescription": "Database architecture, schema design, and SQL optimization for production systems",
"category": "Coding"
}
}plugins/database-design/.claude-plugin/plugin.json
{
"name": "database-design",
"version": "1.2.1",
"description": "Database architecture, schema design, and SQL optimization for production systems",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}