Scaffold Interceptor banner
SyntaxArc SyntaxArc

Scaffold Interceptor

Development community

Description

--- name: scaffold-interceptor description: Scaffold or wire a helpers/interceptors module (prefer ArchiPy interceptors) --- # /scaffold-interceptor Read and follow the **scaffold-archipy-interceptor** skill in full. Inspect the workspace as directed there; ask only for unresolved choices. 1. Keep cross-cutting only — no domain use-case logic. 2. Wire via DI or framework registration. Reference: skills/archipy-docs/reference.md (Interceptors). Docs: https://syntaxarc.github.io/ArchiPy/tutori

Installation

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

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

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

Full documentation available on GitHub

View Source Repository