Docs Adapters banner
SyntaxArc SyntaxArc

Docs Adapters

Development community

Description

--- name: docs-adapters description: Open ArchiPy adapter patterns and API docs for app teams --- # /docs-adapters Use the **archipy-docs** skill and the Adapters section of `skills/archipy-docs/reference.md`. Cover: - Prefer ArchiPy extras + shipped adapters - Domain wrappers under `repositories/{domain}/adapters/` (e.g. `user_db_adapter.py`) - Boundary error mapping (`raise ... from e`) Live docs: - https://syntaxarc.github.io/ArchiPy/getting-started/project_structure/ - https://syntaxar

Installation

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

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

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

Full documentation available on GitHub

View Source Repository