Tag: monorepo

Type: All Skills Tools
skill ★ 77,350

LobeHub project architecture and structure guide

Provides a comprehensive, developer-focused overview of the LobeHub monorepo structure, detailing the tech stack, directory layout, and data flow from client to database. This guide is essential for understanding project organization and lo…

lobehub/lobehub codebase architecture monorepo project-structure
skill ★ 18,765

Screenpipe Monorepo Release Automation

Automates version bumping, committing, and triggering GitHub Actions for the Screenpipe monorepo components, including the desktop app, CLI, and MCP. It facilitates monitoring build status and managing the transition from draft to published…

screenpipe/screenpipe monorepo release-automation github-actions ci-cd
skill

LobeHub project architecture and codebase overview

Provides a comprehensive, up-to-date map of the LobeHub monorepo structure, detailing key directories, the full tech stack, and data flow patterns for experienced developers. It helps users understand project organization, locate specific f…

lobehub/lobe-chat project-structure monorepo architecture codebase
tool ★ 31,523

Syncs agent demos to a north-star reference

This tool enforces parity across multiple agent integration demos within a monorepo. It synchronises changes from a defined 'north-star' source, verifying file contents, canonical prompts, and tool definitions to maintain consistency across…

CopilotKit/CopilotKit parity-checking monorepo agent-sync langgraph
skill ★ 52

Hexagonal Architecture with InversifyJS DI Pattern

This skill guides the implementation of Hexagonal Architecture using InversifyJS in a monorepo, defining clear boundaries between core domain logic, ports, and external adapters. It provides recipes for wiring dependencies, managing scopes,…

ndthanhdev/mcp-browser-kit hexagonal-architecture inversifyjs dependency-injection ports-adapters
tool ★ 23

Structured git commit management for monorepos

This tool automates structured committing across complex monorepos, ensuring all submodules and the main repository adhere to a detailed, multi-section commit message format. It manages commit scope via parameters and includes robust push r…

markmhendrickson/neotoma git submodule commit monorepo
skill ★ 10,706

Project Structure and Organisation Guidelines

Defines the architectural standards and directory structure for a Turborepo monorepo using Next.js and pnpm. It covers file naming conventions, component colocation, and utility function organisation.

elie222/inbox-zero turborepo nextjs monorepo pnpm
skill ★ 10,706

Manage environment variables across the project

This skill outlines the structured process for integrating environment variables, ensuring proper definition and scope management for both server-side and client-side contexts within the monorepo structure.

elie222/inbox-zero env-vars configuration typescript nextjs
skill

Automating monorepo component releases and publishing

This skill automates the complex release cycle for a monorepo, managing version bumping across multiple components (App, CLI, MCP). It orchestrates GitHub Actions workflows to build, test, and optionally publish artifacts for all integrated…

mediar-ai/screenpipe monorepo release-management ci-cd version-bumping
skill ★ 71

Monorepo package release workflow checklist

This comprehensive guide details the required steps for managing package releases within a monorepo structure. It covers everything from preparing code PRs and updating lockfiles to monitoring CI/CD workflows and ensuring package parity.

transloadit/node-sdk monorepo release-workflow package-management git-ops
skill ★ 27,411

Turborepo Monorepo Build System Guidance

Provides expert guidance for configuring and managing Turborepo monorepos, including task pipelines, caching strategies, and dependency graphs. It covers best practices for package-specific tasks, CI optimisation, and efficient filtering us…

langfuse/langfuse turborepo monorepo javascript typescript
skill ★ 27,411

Interactive pnpm dependency upgrade skill

This skill facilitates interactive dependency updates within a pnpm workspace, managing version bumps and checking against minimum release age constraints. It handles transitive dependency resolution and ensures lockfile integrity without m…

langfuse/langfuse pnpm dependency-management package-manager monorepo
skill ★ 27,411

Langfuse Backend Development Guidelines

Comprehensive development guidelines for the Langfuse monorepo, covering tRPC routers, BullMQ processors, and database access patterns using Prisma and ClickHouse. It provides standards for architecture, middleware, and testing across web, …

langfuse/langfuse backend-development typescript trpc bullmq