SyntaxArc
OrganizationCursor and Claude Code plugin: rules, skills, and commands for building apps with ArchiPy
Categories
Indexed Skills (13)
archipy-docs
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).
redis-search
Scaffold Redis search adapters for full-text search (RediSearch), vector search, and search caching patterns. Use when adding search infrastructure to ArchiPy apps. Prefer RedisAdapter.search_index() over raw client.ft().
scaffold-archipy-adapter
Scaffold a domain adapter under repositories/{domain}/adapters/ for an ArchiPy app. Use when adding infrastructure integrations or thin wrappers around ArchiPy adapters.
scaffold-archipy-app
Scaffold a minimal ArchiPy application package (config, containers stub, domain slice, helpers tree, optional manage.py). Use when starting a new ArchiPy-based service or asking to bootstrap project layout.
scaffold-archipy-bdd
Scaffold Behave BDD layout for an ArchiPy app (feature, steps, ScenarioContext, pool manager, environment, optional testcontainers). Use when adding acceptance tests under features/.
scaffold-archipy-decorator
Scaffold or wire a helpers/decorators module for an ArchiPy app. Prefer ArchiPy decorators (ttl_cache_decorator, postgres_sqlalchemy_atomic_decorator, trace_span / trace_root, measure_duration / count_calls, …) before custom ones.
scaffold-archipy-domain
Scaffold a full ArchiPy domain slice (DTOs, errors, repository adapters, logic, service). Use when adding a new domain to an existing ArchiPy app.
scaffold-archipy-health-checks
Scaffold ArchiPy FastAPI and/or gRPC health checks for liveness, readiness, and optional Kubernetes probe YAML. Use when adding app-level health checks, startup safety, and graceful shutdown behavior.
scaffold-archipy-interceptor
Scaffold or wire a helpers/interceptors module for an ArchiPy app. Prefer ArchiPy FastAPI/gRPC interceptors before custom ones. Cross-cutting only.
scaffold-archipy-logic
Scaffold an ArchiPy logic class with unit-of-work decorator and domain DTO I/O. Use when adding a use-case under logics/{domain}/.
scaffold-archipy-observability
Configure ArchiPy 5.x OpenTelemetry traces, metrics, logs, AppUtils instrumentation, and decorators. Use when adding OTLP observability or migrating removed Sentry, Elastic APM, or Prometheus integrations.
scaffold-archipy-service
Scaffold a thin ArchiPy service (FastAPI router or gRPC servicer) and note AppUtils / FastAPIConfig bootstrap. Use when adding HTTP/gRPC transport under services/{domain}/v{n}/.
scaffold-archipy-utils
Scaffold or wire a helpers/utils module for an ArchiPy app. Prefer ArchiPy utils before inventing custom ones. Use when adding pure utility helpers.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.