Adding Entity Types
This skill adds custom entity types to your knowledge base, improving semantic search and data understanding for more precise results.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add adding-entity-types npx -- -y @trustedskills/adding-entity-types
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"adding-entity-types": {
"command": "npx",
"args": [
"-y",
"@trustedskills/adding-entity-types"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to add new entity types to a Saleor store. It extends the existing Saleor configurator, enabling customization of data structures and relationships within the e-commerce platform. The skill facilitates defining custom product attributes or other relevant data elements for enhanced store functionality.
When to use it
- Custom Product Attributes: You need to add specific details to products beyond standard fields (e.g., material type, warranty duration).
- Data Modeling Extensions: You want to create new categories of data within your Saleor store that don't fit existing models.
- Integration with External Systems: The skill can be used to synchronize custom data types between Saleor and other applications.
- Advanced Reporting: Adding entity types allows for more granular reporting on specific product characteristics or customer behaviors.
Key capabilities
- Adds new entity types to a Saleor store.
- Extends the Saleor configurator functionality.
- Customizes data structures within the e-commerce platform.
Example prompts
- "Add an 'Electronics' entity type with fields for 'screen size', 'processor speed', and 'RAM'."
- "Create a new entity called 'Warranty' with attributes like 'duration' and 'terms'."
- "Define an entity type named 'Bundle' to group related products together."
Tips & gotchas
This skill requires familiarity with Saleor’s configurator and GraphQL schema. Incorrectly defined entity types can potentially impact store performance or data integrity, so careful planning is recommended.
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.