← ClaudeAtlas

archipy-docslisted

Look up ArchiPy patterns for app teams using the bundled 5.x reference and live docs. Trigger when the user asks how to use ArchiPy (config, adapters, helpers, errors, DI, project layout, observability).
SyntaxArc/archipy-plugin · ★ 2 · Web & Frontend · score 75
Install: claude install-skill SyntaxArc/archipy-plugin
# ArchiPy Docs Lookup ## Procedure 1. Determine the app's installed ArchiPy major version from `pyproject.toml` or `uv.lock` when available. 2. For version-sensitive topics (extras, observability, decorators, interceptors), consult the matching live doc first. 3. Read `reference.md` in this skill directory; it targets ArchiPy 5.x. For older apps, explain migration differences instead of recommending removed APIs. 4. Answer concisely and link the matching live doc: | Topic | URL | |-------------------|-------------------------------------------------------------------------------------------------------| | Docs home | https://syntaxarc.github.io/ArchiPy/ | | Quickstart | https://syntaxarc.github.io/ArchiPy/getting-started/quickstart/ | | Project structure | https://syntaxarc.github.io/ArchiPy/getting-started/project_structure/ | | Adapters | https://syntaxarc.github.io/ArchiPy/tutorials/adapters/ | | Helpers | https://syntaxarc.github.io/ArchiPy/tutorials/helpers/ | | Config | https://syntaxarc.github.io/ArchiPy/tutorials/config_management/ | | DI