Docs Quickstart banner
SyntaxArc SyntaxArc

Docs Quickstart

Development community

Description

--- name: docs-quickstart description: Open ArchiPy quickstart guidance for app teams --- # /docs-quickstart Use the **archipy-docs** skill and the Quickstart section of `skills/archipy-docs/reference.md`. Summarize for the user: 1. Python 3.14+ and `uv` 2. `uv add "archipy[<extras>]"` 3. `AppConfig(BaseConfig)` + `set_global` 4. First adapter usage Live docs: https://syntaxarc.github.io/ArchiPy/getting-started/quickstart/ Offer `/scaffold-app` if they want files generated.

Installation

Installs to ~/.claude/skills/syntaxarc-archipy-plugin-docs-quickstart/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository