@packmindhub/packmind

by packmindhub · v1.0.0 · prompt

This is an Nx monorepo containing applications and reusable packages.

Install

Add @packmindhub/packmind to Claude Code with the PolySkill CLI: polyskill add @packmindhub/packmind

Instructions

# Nx Monorepo Structure This is an Nx monorepo containing applications and reusable packages. ## Core Technologies - **Runtime**: Node.js (version specified in `.nvmrc`) - **Language**: TypeScript - **Database**: PostgreSQL with TypeORM for entity persistence - **Cache**: Redis for caching - **Background Jobs**: BullMQ for job queue management - **Testing**: Jest with @swc/jest as test runner. Tip: use `nx show projects` to list actual apps and packages. ## Directory Structure - `apps/` - Deployable applications (API, frontend, CLI, MCP server, e2e tests, docs) - `packages/` - Reusable domain…

Keywords: github, nx-monorepo, reusable-packages, application-development, monorepo-structure, javascript-packages, frontend-development, code-organization, package-management