monorepo-details

Document the SIMMER monorepo's tech stack, package structure, and development workflow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thebigthing313/simmer-mosquito --skill monorepo-details
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monorepo-details
Source: https://github.com/thebigthing313/simmer-mosquito/tree/main/.agents/skills/monorepo-details
Command: npx skills add https://github.com/thebigthing313/simmer-mosquito --skill monorepo-details

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps agents understand the complex structure, technologies, and development practices of the SIMMER monorepo.

Core Features & Use Cases

  • Monorepo Overview: Provides a high-level understanding of the monorepo's architecture and purpose.
  • Tech Stack Details: Lists and explains the frontend, backend, and development tools used.
  • Package Structure: Details the organization of applications and shared packages.
  • Coding Preferences: Outlines specific style guides, TypeScript configurations, and linting rules.
  • Development Workflow: Guides users on getting started, building, testing, and versioning.
  • Database & Deployment: Explains Supabase setup, migrations, security, and build outputs.
  • Architecture Decisions: Justifies key technology choices.

Quick Start

Ask the monorepo-details skill to explain the frontend technology stack.

Frequently Asked Questions about monorepo-details

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is included in the SIMMER monorepo infrastructure?

The SIMMER monorepo infrastructure includes a TypeScript and React frontend, Supabase database setup, pnpm package management, and Turbo for build orchestration. It documents package structure, coding preferences, and deployment strategies to help new developers understand the architecture.

How do I get started with development workflow in a pnpm and Turbo monorepo?

Development workflow in a pnpm and Turbo monorepo involves using pnpm for package installation and Turbo for running build, test, and versioning tasks across shared packages. The workflow documents getting started steps, building processes, and testing configurations for streamlined development.

Does the SIMMER monorepo use Supabase for database setup and migrations?

Yes, the SIMMER monorepo uses Supabase for database setup, including migrations and security configurations. It details how Supabase integrates with the TypeScript backend and documents architectural decisions regarding this database choice.

What coding preferences and TypeScript configurations are used in the SIMMER monorepo?

Coding preferences in the SIMMER monorepo include specific TypeScript configurations, style guides, and linting rules. These preferences ensure consistent code quality across React applications and shared packages within the pnpm-managed workspace.

How are shared packages organized in a Turbo monorepo with React and TypeScript?

Shared packages in a Turbo monorepo with React and TypeScript are organized by separating applications from reusable libraries. The SIMMER monorepo details this package structure, explaining how dependencies are managed through pnpm workspace configurations.

What are the deployment strategies and build outputs for a Supabase and React monorepo?

Deployment strategies for a Supabase and React monorepo involve configuring build outputs for both frontend applications and backend functions. The SIMMER monorepo documents these strategies, explaining how Turbo orchestrates the build pipeline and how architectural decisions shape deployment.