raisindb-content-modeling

Installation
SKILL.md

RaisinDB Content Modeling

Define content schemas, page templates, and composable blocks using YAML files inside a RaisinDB package.

MANDATORY: After creating or modifying ANY .yaml or .node.yaml file in package/, immediately run:

npm run validate

Fix all errors before proceeding. Never skip validation.

1. NodeType YAML

NodeTypes define the data schema for content. Place files in package/nodetypes/.

Naming

Use namespace:PascalCase format: myapp:Article, launchpad:Page, shop:Product.

Full Example

Related skills
Installs
3
GitHub Stars
1
First Seen
Apr 3, 2026