Scaffold Logic banner
SyntaxArc SyntaxArc

Scaffold Logic

Development community

Description

--- name: scaffold-logic description: Scaffold an ArchiPy logic class with unit-of-work decorator --- # /scaffold-logic Read and follow the **scaffold-archipy-logic** skill in full. Inspect the workspace as directed there; ask only for unresolved choices. 1. Generate `logics/<domain>/<name>_logic.py` with domain DTO I/O and `@postgres_sqlalchemy_atomic_decorator` (or async twin). 2. Inject repository via constructor; no FastAPI/gRPC imports. Docs: https://syntaxarc.github.io/ArchiPy/getti

Installation

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

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

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

Full documentation available on GitHub

View Source Repository