Docs Config banner
SyntaxArc SyntaxArc

Docs Config

Development community

Description

--- name: docs-config description: Open ArchiPy configuration and dependency-injection guidance --- # /docs-config Use the **archipy-docs** skill and the BaseConfig / Dependency injection sections of `skills/archipy-docs/reference.md`. Cover: - Extending `BaseConfig` and `customize()` - `set_global` / `global_config` - `.env.example` (no secrets in git) - DI container wiring with `archipy[dependency-injection]` Live docs: - https://syntaxarc.github.io/ArchiPy/tutorials/config_management/ -

Installation

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

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

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

Full documentation available on GitHub

View Source Repository