SyntaxArc

45 mods across 1 repository, 2 stars between them.

archipy-docs

34

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

Look up ArchiPy patterns for app teams. Use bundled reference.md first, then live docs URLs. Trigger when the user asks how to use ArchiPy (config, adapters, helpers, errors, DI, project layout).

2 8d ago A 51 tokens original MIT

redis-search

35

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

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.searchindex() over raw client.ft().

2 8d ago A 47 tokens original MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

Scaffold a domain adapter under repositories/{domain}/adapters/ for an ArchiPy app. Use when adding infrastructure integrations or thin wrappers around ArchiPy adapters.

2 8d ago A 42 tokens original MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

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 8d ago A 49 tokens original MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

Scaffold Behave BDD layout for an ArchiPy app (feature, steps, ScenarioContext, pool manager, environment, optional testcontainers). Use when adding acceptance tests under features/.

2 8d ago A 46 tokens original MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

Scaffold or wire a helpers/decorators module for an ArchiPy app. Prefer ArchiPy decorators (ttlcachedecorator, postgressqlalchemyatomicdecorator, capturespan / capturetransaction, …) before custom ones.

2 8d ago A 55 tokens original MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

Scaffold a full ArchiPy domain slice (DTOs, errors, repository adapters, logic, service). Use when adding a new domain to an existing ArchiPy app.

2 8d ago A 43 tokens original MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

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 8d ago A 50 tokens original MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

Scaffold or wire a helpers/interceptors module for an ArchiPy app. Prefer ArchiPy FastAPI/gRPC interceptors before custom ones. Cross-cutting only.

2 8d ago A 43 tokens original MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

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 8d ago A 40 tokens original MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

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 8d ago A 52 tokens copy · 86% MIT

SyntaxArc/archipy-plugin

Skill Claude CodeCodex

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 8d ago A 40 tokens original MIT