Repository inventory

kjgarza/marketplace-claude

Skills indexed from this repository, with install-style signals scoped to the repo.
15 skills30 GitHub stars0 weekly installsPythonGitHubOwner profile

Overview

This skill generates production-ready monorepo structures for full-stack projects, including frontends (Next.js, React), APIs (Hono, Express), and data pipelines. It scaffolds workspace layouts, shared packages, and root tooling so teams can start building scalable multi-project architectures quickly.

How this skill works

I ask for the types of projects you need (web, api, pipelines, workers, CLI, mobile) and the preferred package manager (Bun, PNPM, Yarn). I generate a recommended directory layout (apps/, services/, packages/) with root package.json and Turbo configuration, plus per-project templates, TypeScript configs, and example scripts. The output includes workspace-aware dependencies, transpile/transpilePackages guidance, and example runtime scripts for development, build, and start.

When to use it

  • Starting a new full-stack project that will contain multiple deployable apps and shared libraries.
  • Scaffolding a team monorepo to enforce consistent tooling and workspace dependency management.
  • Adding background jobs, ETL pipelines, or worker services alongside web and API projects.
  • Migrating single repositories into a workspace to share UI, utils, and db clients.
  • Setting up CI/CD and deployment boundaries for independently deployable projects.

Best practices

  • Choose Bun for fast local dev or PNPM for strict deduplication; record choice in root packageManager.
  • Keep deployable apps under apps/, backend services under services/, and reusable code in packages/.
  • Use workspace:* references for shared internal packages and configure transpilePackages for Next.js.
  • Add a root turbo.json (or equivalent) to define cross-package task dependencies and outputs.
  • Provide shared TypeScript configs and ESLint configs in packages to enforce consistency.

Example use cases

  • Create a Next.js storefront (apps/web), a Hono API (apps/api), and shared UI/components (packages/ui).
  • Scaffold data pipelines that run ETL jobs under services/pipelines with reusable db and utils packages.
  • Add a scheduled job worker that uses cron and accesses the monorepo db package.
  • Bootstrap multiple admin dashboards by copying the frontend template into apps/dashboard and updating names.
  • Prepare independent deployment pipelines so each app/service can be built and deployed separately.

FAQ

Bun is recommended for speed and built-in workspaces; PNPM works well for strict, disk-efficient installs; Yarn is suitable if you rely on Plug'n'Play or existing Yarn workflows.

How do shared packages reference each other?

Use workspace:* versions in package.json and export entry points from packages (exports field) so apps can import @monorepo/ui, @monorepo/utils, etc.

15 skills

monorepo-generator
Backend

This skill generates production-ready monorepo scaffolds for full-stack apps with shared packages and workspace tooling.

Ci CdDevopsFrontendFullstack+2
scikit-survival
Ai

This skill enables robust survival analysis in Python using scikit-survival, handling censored data, fitting Cox models, ensembles, and time-to-event

AnalyticsAutomationDataDocs+2
security-pattern-check
Api

This skill analyzes code for security vulnerabilities and anti-patterns, delivering actionable feedback a senior developer would expect.

BackendCode ReviewDataSecurity+1
project-bootstrapping
Automation

This skill bootstraps new projects or improves existing ones by establishing structure, tooling, docs, and workflows aligned with best practices.

Ci CdDevopsDocsGit+4
new-yorker-style
Content

This skill helps you write prose in The New Yorker style with clarity, rhythm, and courtesy.

CopywritingWritingPython
scientific-critical-thinking
Analytics

This skill evaluates research rigor using GRADE and Cochrane ROB to critique methodology, bias, and evidence quality across studies.

DataProductResearchWriting+1
searching-academic-outputs-with-dimensions
Ai

This skill helps you find academic evidence and research from Dimensions to inform product decisions and validate hypotheses.

AnalyticsCliDataProduct+2
scientific-brainstorming
Ai

This skill acts as a research ideation partner, generating hypotheses, interdisciplinary links, and methodologies to advance scientific problem-solving.

AnalyticsDataPlanningProduct+2
searching-documents-with-google-drive
Cli

This skill lets you locate and download Google Drive documents via rclone, exporting Google Docs as Markdown for easy reading.

CloudDocsScriptingPython
project-scaffold
Api

This skill scaffolds production-ready projects with modern tooling and configurable features to accelerate startup and ensure best practices.

Ci CdDevopsFrontendPython
image-processing
Automation

This skill processes multimedia with ImageMagick to convert, resize, apply effects, and batch-optimize images for web and media workflows.

CliDocsObservabilityPerformance+3
scientific-visualization
Accessibility

This skill helps you create publication-ready scientific visualizations with matplotlib/ seaborn/ plotly, including multi-panel layouts and colorblind-safe

AnalyticsDataDocsProductivity+2
suggest-performance-fix
Backend

This skill identifies performance bottlenecks in code and suggests senior level optimizations to significantly speed up critical paths.

Code ReviewDatabaseDebuggingPerformance+1
chrome-extension-builder
Automation

This skill helps you scaffold production-ready Chrome MV3 extensions with React and WXT, configuring content scripts, background workers, and UI panels.

CliFrontendScriptingTesting+1
cli-generator
Ai

This skill helps you generate AI-friendly Python CLIs using Click, Pydantic, and Rich, following agentic coding patterns for interactive prompts.

ApiAutomationCliCode Review+1
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational