setup-datamodel Skill
Creates Dataverse tables, columns, and relationships for a Power Pages site based on a data model proposal. Use when the user wants to set up the data model, create database tables, or build the Dataverse schema for their site. Published by microsoft in power-platform-skills.
What is setup-datamodel Skill?
Creates Dataverse tables, columns, and relationships for a Power Pages site based on a data model proposal. Use when the user wants to set up the data model, create database tables, or build the Dataverse schema for their site. Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Data analysis
- Database workflows use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use setup-datamodel Skill
- Use it for database workflows.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/power-pages/skills/setup-datamodel/SKILL.md
What it does
Creates Dataverse tables, columns, and relationships for a Power Pages site based on a data model proposal. Use when the user wants to set up the data model, create database tables, or build the Dataverse schema for their site.
Skill instructions
Plugin check: Run node "${PLUGINROOT}/scripts/check-version.js" — if it outputs a message, show it to the user before proceeding. Set Up Dataverse Data Model Guide the user through creating Dataverse tables, columns, and relationships for their Power Pages site. Follow a systematic approach: verify prerequisites, obtain a data model (via AI analysis or user-provided diagram), review and approve, then create all schema objects via OData API. Core Principles - Never create without approval: Always present the full data model proposal and get explicit user confirmation before making any Dataverse changes. - Use TaskCreate/TaskUpdate: Track all progress throughout all phases — create the todo list upfront with all phases before starting any work. - Resilient execution: Refresh tokens proactively, check for existing tables before creating, and report failures without automated rollback. Initial request: $ARGUMENTS --- Phase 1: Verify Prerequisites Goal: Confirm PAC CLI authentication, acqui
Explore related resources
Frequently asked questions
What is setup-datamodel?
setup-datamodel is a open-source AI agent skill with Copy skill directory. Creates Dataverse tables, columns, and relationships for a Power Pages site based on a data model proposal.
Who is setup-datamodel best for?
setup-datamodel is best for reusing agent instructions, scripts, and references, database workflows, data analysis workflows.
How do I install setup-datamodel?
Install or run setup-datamodel using Copy skill directory. Check setup-datamodel for the latest setup command.
Is setup-datamodel actively maintained?
setup-datamodel may need a closer maintenance check before production use.
Auto-fetched from GitHub.