archipy
01Plugin Claude Code
Plugin marketplace listing 1 plugin: archipy.
Plugin Claude Code
Plugin marketplace listing 1 plugin: archipy.
Plugin Claude Code
Cursor and Claude Code plugin: rules, skills, and commands for building apps with ArchiPy.
Instructions file CodexOpenCode
AGENTS.md instructions for SyntaxArc/archipy-plugin, covering archipy plugin — agent instructions, essentials, prefer plugin entry points and hard rules (apps).
Command
Open ArchiPy adapter patterns and API docs for app teams.
Command
Open ArchiPy configuration and dependency-injection guidance.
Command
Open ArchiPy error-handling guidance.
Command
Open ArchiPy app health-check guidance for HTTP and gRPC liveness, readiness, startup probes, and shutdown.
Command
Open ArchiPy helpers docs (utils, decorators, interceptors).
Command
Open ArchiPy observability guidance (tracing, metrics, APM).
Command
Open ArchiPy quickstart guidance for app teams.
Command
Open ArchiPy BDD testing guidance.
Command
Scaffold Redis search adapters (RediSearch full-text, vector, search caching).
Command
Scaffold a domain adapter under repositories/{domain}/adapters/.
Command
Scaffold a minimal ArchiPy application package layout.
Command
Scaffold Behave BDD layout with ScenarioContext, pool manager, environment, optional testcontainers.
Command
Scaffold or wire a helpers/decorators module (prefer ArchiPy decorators).
Command
Scaffold a full ArchiPy domain slice (models, repo, logic, service).
Command
Scaffold ArchiPy FastAPI and/or gRPC health checks and optional Kubernetes probe YAML.
Command
Scaffold or wire a helpers/interceptors module (prefer ArchiPy interceptors).
Command
Scaffold an ArchiPy logic class with unit-of-work decorator.
Command
Scaffold a thin ArchiPy FastAPI or gRPC service under services/{domain}/v{n}/.
Command
Scaffold or wire a helpers/utils module (prefer ArchiPy utils).
Cursor rule
ArchiPy clean architecture for apps — layers, import direction, and base types.
Cursor rule
ArchiPy BaseConfig, FastAPIConfig/uvicorn, and DI container wiring.