dataverse-schema

Installation
SKILL.md

Dataverse Schema (Entity.xml)

Purpose: emit valid Dataverse table source so pac solution pack accepts it and the import creates the table, columns, relationships, and forms cleanly.

When to Use

  • A PRD or spec lists business entities that map to Dataverse tables
  • An existing solution needs a new table, column, or relationship
  • Reviewing a generated Entity.xml before packaging

File Layout per Table

src/Entities/<prefix>_<tablename>/
  Entity.xml                # the table definition
  FormXml/                  # main form, quick create form, card form
  SavedQueries/             # system views
  Views/                    # advanced find views
Installs
2
Repository
jnpiyush/agentx
GitHub Stars
13
First Seen
May 31, 2026
dataverse-schema — jnpiyush/agentx