arckit-data-model

Generate data models with ERDs, entity catalogs, and governance matrices.

2.1k|266|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/tractorjuice/arc-kit --skill arckit-data-model
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arckit-data-model
Source: https://github.com/tractorjuice/arc-kit/tree/main/arckit-codex/skills/arckit-data-model
Command: npx skills add https://github.com/tractorjuice/arc-kit --skill arckit-data-model

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps enterprise architects create comprehensive data models that guide database design, API specifications, and compliance requirements, ensuring data integrity and governance.

Core Features & Use Cases

  • Data Modeling: Generates visual ERDs, entity catalogs, and data governance matrices.
  • Compliance: Ensures GDPR, PII, and other regulatory requirements are addressed.
  • Traceability: Maps data requirements to model entities and attributes.
  • Use Case: An architect needs to design the data structure for a new customer management system. This Skill will analyze existing requirements, identify PII, define entities like 'Customer' and 'Order', and generate a Mermaid ERD and a detailed entity catalog.

Quick Start

Use the arckit-data-model skill to create a data model for the payment gateway project.

Frequently Asked Questions about arckit-data-model

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a data model with GDPR compliance and PII protection?

Generating an ERD for enterprise architecture involves analyzing project requirements and defining entities, attributes, and relationships. The process outputs visual Mermaid ERDs and detailed entity catalogs to guide database design and API specifications.

How do I trace data model entities back to business requirements?

Tracing data model entities to business requirements is achieved by mapping data requirements directly to model entities and attributes. This traceability ensures that every defined data structure serves an explicit business need within the governance matrix.

Can I generate a data governance matrix for a new customer management system?

You do not need specific external dependencies to design enterprise data models, as this skill operates independently using internal scripts and references. It requires only your project requirements and stakeholder input to generate the necessary architecture artifacts.

What is the best way to document data structures for API specifications?

The best way to document data structures for API specifications is to generate comprehensive Markdown documents containing entity catalogs and relationship definitions. This ensures data integrity and provides clear guidance for downstream implementation.