From architect
Comprehensive data layer analysis including entity/relationship analysis, DB design evaluation, and ER diagram generation. /architect:analyze-data-model [target_path] to invoke. Requires analyze output as a prerequisite.
How this skill is triggered — by the user, by Claude, or both
Slash command
/architect:analyze-data-modelsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a comprehensive analysis of the target system's data layer and generate the following:
Perform a comprehensive analysis of the target system's data layer and generate the following:
| File | Required/Recommended | Source |
|---|---|---|
| reports/01_analysis/ | Recommended | /architect:analyze |
| File | Content |
|---|---|
reports/01_analysis/data-model-analysis.md | Entity list, relationships, normalization assessment, index analysis |
reports/01_analysis/er-diagram-current.md | Mermaid ER diagram |
Write all reports in the language configured in work/pipeline-progress.json (options.output_language).
| Skill | Relationship |
|---|---|
| /architect:analyze | Upstream (input source) |
| /architect:redesign | Downstream |
| /architect:design-scalardb | Downstream |
npx claudepluginhub wfukatsu/nexus-architect --plugin scalardbGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.