Scaffold Service banner
SyntaxArc SyntaxArc

Scaffold Service

Development community

Description

--- name: scaffold-service description: Scaffold a thin ArchiPy FastAPI or gRPC service under services/{domain}/v{n}/ --- # /scaffold-service Read and follow the **scaffold-archipy-service** skill in full. Inspect the workspace as directed there; ask only for unresolved choices. 1. Generate `services/<domain>/v{n}/<domain>_service.py` calling logic with domain DTOs. 2. Bootstrap via `AppUtils`; uvicorn from `config.FASTAPI`. Docs: https://syntaxarc.github.io/ArchiPy/getting-started/project_s

Installation

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

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

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

Full documentation available on GitHub

View Source Repository