Scaffold Decorator banner
SyntaxArc SyntaxArc

Scaffold Decorator

Development community

Description

--- name: scaffold-decorator description: Scaffold or wire a helpers/decorators module (prefer ArchiPy decorators) --- # /scaffold-decorator Read and follow the **scaffold-archipy-decorator** skill in full. Inspect the workspace as directed there; ask only for unresolved choices. 1. Prefer `ttl_cache_decorator`, `postgres_sqlalchemy_atomic_decorator`, `trace_span` / `trace_root`, `measure_duration` / `count_calls`, etc. 2. Custom decorators: no adapter imports at module level; include usag

Installation

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

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

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

Full documentation available on GitHub

View Source Repository