@mng-dev-ai/claudex

by mng-dev-ai · v1.0.0 · prompt

- Open-source, self-hosted application — designed for single-user or small-team use, not enterprise scale

Install

Add @mng-dev-ai/claudex to Claude Code with the PolySkill CLI: polyskill add @mng-dev-ai/claudex

Instructions

# CLAUDE.md ## Project Context - Open-source, self-hosted application — designed for single-user or small-team use, not enterprise scale - Runs as a single API instance (no distributed workers, no multi-replica coordination) - Do not introduce distributed-system patterns (distributed locks, cross-instance heartbeats, consensus protocols) — prefer simple in-process state (e.g., in-memory sets/dicts, asyncio tasks) - Use Redis for pub/sub and caching only, not as a task broker or distributed coordination layer - Background work runs as asyncio tasks in the API process — no separate worker servi…

Keywords: github, self-hosted, open-source, small-team, coding-assistant, developer-tools, project-management, collaboration, task-automation