Scaffold Domain banner
SyntaxArc SyntaxArc

Scaffold Domain

Development community

Description

--- name: scaffold-domain description: Scaffold a full ArchiPy domain slice (models, repo, logic, service) --- # /scaffold-domain Read and follow the **scaffold-archipy-domain** skill in full. Inspect the workspace as directed there; ask only for unresolved choices. 1. Compose adapter + models + logic + service skills for one domain. 2. Note DI wiring: ports → adapters → repository → logic → service. Docs: https://syntaxarc.github.io/ArchiPy/getting-started/project_structure/

Installation

Installs to ~/.claude/skills/syntaxarc-archipy-plugin-scaffold-domain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/syntaxarc-archipy-plugin-scaffold-domain && curl -fsSL https://raw.githubusercontent.com/SyntaxArc/archipy-plugin/HEAD/commands/scaffold-domain.md -o ~/.claude/skills/syntaxarc-archipy-plugin-scaffold-domain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository