Scaffold App banner
SyntaxArc SyntaxArc

Scaffold App

Design community

Description

--- name: scaffold-app description: Scaffold a minimal ArchiPy application package layout --- # /scaffold-app Read and follow the **scaffold-archipy-app** skill in full. Inspect the workspace as directed there; ask only for unresolved choices. 1. Generate config, models stub, `repositories/<domain>/` (adapters + repository stub), optional helpers tree, and `.env.example`. 2. Point the user to `/docs-quickstart` and `/scaffold-adapter` for domain wrappers under `repositories/<domain>/ada

Installation

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

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

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

Full documentation available on GitHub

View Source Repository