Skip to content
View ScottMorse's full-sized avatar
🦭
chilling
🦭
chilling

Highlights

  • Pro

Block or report ScottMorse

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ScottMorse/README.md

About Me

Hi, I'm Scott! I'm a passionate software engineer with a background as a professional musician.

Experience and Stack

I have broad experience as a React developer, backend developer, cloud architect, DevOps owner, and so on, for startups and the enterprise. TypeScript is my main language of choice.

My Current Work

Check out pacwich, a CLI and API for managing JS/TS monorepos that works directly with Bun, npm, or pnpm workspaces and orchestrates plain package.json scripts. This is a continuation of my original package bun-workspaces which only integrated with Bun.

AI and Open Source

I don't use AI to talk to you, so none of what is written here was generated. The same goes for my blog. I also greatly value art that retains the human touch, my profile picture not being AI but made by the same artist that designed the pacwich mascot.

You can see plainly that I do use AI tooling, especially since pacwich has four different LLM integrations for its documentation. My goal is to generate code to save typing, holding the same standards of the code generated I would if I was writing it by hand, imposing strict coding guidelines that I frequently criticize and polish myself, believing that the same engineering principles I've used my whole career apply to both people and agents.

I also write the vast majority of documentation content myself, as I believe I should be able to describe the specs I own in detail. My goal is to be a true steward and owner of my code, as I believe if I can't work without an LLM, I'm no longer the true leader of a project.

pacwich is supply chain open source, not a prototype pet project. I don't believe I can blindly trust critical open source code to AI, and so I treat it with the reality that is today, not something like a hypothetical reality a year from now. I don't mind deep review being my bottleneck, because some bottlenecks need to exist. bun-workspaces was written almost entirely by hand by myself, and pacwich inherits that structure that has helped ensure predictable changes across a consistent codebase that agents now work with smoothly thanks its opinionated foundations.

Pinned Loading

  1. smorsic/pacwich smorsic/pacwich Public

    Monorepo tooling that works directly with Bun, pnpm, and npm workspaces and orchestrates package.json scripts, with a CLI and TypeScript library API. Zero required config. AI-friendly and human-fri…

    TypeScript 67 5

  2. aws-lambda-ses-forwarder aws-lambda-ses-forwarder Public

    Forked from arithmetric/aws-lambda-ses-forwarder

    Fork of aws-lambda-ses-forwarder that supports latest AWS runtimes (e.g. Node 24) and ESM syntax.

    JavaScript 3

  3. smorsic/code-quiz-skill smorsic/code-quiz-skill Public

    A skill that instructs an agent how to pop quiz you on your code, using a script that picks a file at random. Use this regularly to keep your knowledge of a project sharp when code quality is criti…

    JavaScript 2

  4. web-infra-dev/rspress web-infra-dev/rspress Public

    🦀 A fast Rsbuild-based static site generator.

    TypeScript 2.3k 230

  5. web-infra-dev/rslib web-infra-dev/rslib Public

    Create JavaScript libraries in a simple and intuitive way.

    TypeScript 1k 67

  6. smorsic/bun-workspaces_deprecated smorsic/bun-workspaces_deprecated Public

    Legacy repo for the deprecated bun-workspaces package in favor of pacwich, which is a multi-package-manager tool created on top of bun-workspaces's core.

    TypeScript