Content Type Modeling
Automatically structures unstructured content into defined schemas for efficient processing and analysis.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add content-type-modeling npx -- -y @trustedskills/content-type-modeling
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"content-type-modeling": {
"command": "npx",
"args": [
"-y",
"@trustedskills/content-type-modeling"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to model data as content types, defining fields and their relationships. It enables the creation of structured data representations for various purposes like database design or knowledge graph construction. The agent can generate schemas based on natural language descriptions or existing data samples.
When to use it
- Designing a new database schema: Describe your desired data structure in plain English and have the skill generate an initial SQL schema.
- Creating a knowledge graph: Define entities and relationships between them, allowing for more sophisticated reasoning and information retrieval.
- Standardizing data formats: Transform unstructured or semi-structured data into consistent content types with defined fields.
- Generating API specifications: Model your data to automatically create OpenAPI (Swagger) definitions.
Key capabilities
- Content type schema generation
- Field definition within content types
- Relationship modeling between content types
- Schema export in various formats (e.g., SQL, OpenAPI)
Example prompts
- "Create a content type for 'Book' with fields like title, author, ISBN, and publication year."
- "Define a relationship between 'Author' and 'Book' where one author can write multiple books."
- “Generate an OpenAPI specification based on the ‘Product’ content type I just defined.”
Tips & gotchas
The quality of the generated schema depends heavily on the clarity and completeness of your initial descriptions. Consider providing example data to guide the AI agent in accurately modeling your intended structure.
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.