archipy-docslisted
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