← All creators

SyntaxArc

Organization

Cursor and Claude Code plugin: rules, skills, and commands for building apps with ArchiPy

13 indexed · 0 Featured · 2 stars · avg score 75
Prolific

Categories

Indexed Skills (13)

Web & Frontend Listed

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).

2 Updated 4 days ago
SyntaxArc
API & Backend Listed

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().

2 Updated 4 days ago
SyntaxArc
DevOps & Infrastructure Listed

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.

2 Updated 4 days ago
SyntaxArc
Web & Frontend Listed

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.

2 Updated 4 days ago
SyntaxArc
Testing & QA Listed

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/.

2 Updated 4 days ago
SyntaxArc
API & Backend Listed

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.

2 Updated 4 days ago
SyntaxArc
AI & Automation Listed

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.

2 Updated 4 days ago
SyntaxArc
Data & Documents Listed

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.

2 Updated 4 days ago
SyntaxArc
API & Backend Listed

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.

2 Updated 4 days ago
SyntaxArc
AI & Automation Listed

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}/.

2 Updated 4 days ago
SyntaxArc
Data & Documents Listed

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.

2 Updated 4 days ago
SyntaxArc
API & Backend Listed

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}/.

2 Updated 4 days ago
SyntaxArc
Data & Documents Listed

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.

2 Updated 4 days ago
SyntaxArc

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.