lootlog

29 mods across 1 repository, 10 stars between them.

agent-browser

01

lootlog/monorepo

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

10 yesterday A 108 tokens copy · 94% MIT

lootlog/monorepo

Skill Claude CodeCodex

Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.

10 yesterday A 61 tokens copy · 100% MIT

blast-radius

03

lootlog/monorepo

Skill Claude CodeCodex

Assess what a code change can break beyond its direct diff and prove the key safety assumptions with executable evidence. Use for risky reviews, cross-workspace changes, generated contracts, migrations, shared packages, queues, WebSockets, or requests such as "what could this break?".

10 yesterday A 57 tokens original MIT

codebase-design

04

lootlog/monorepo

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

10 yesterday A 57 tokens copy · 100% MIT

lootlog/monorepo

Skill Claude CodeCodex

Create a project-local verification skill for one app that drives an existing running application or service through real user paths and captures durable evidence. Use when an app lacks a repeatable browser, HTTP, CLI, or integration verification workflow.

10 yesterday A 51 tokens original MIT

diagnosing-bugs

06

lootlog/monorepo

Skill Claude CodeCodex

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

10 yesterday A 40 tokens copy · 95% MIT

domain-modeling

07

lootlog/monorepo

Skill Claude CodeCodex

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

10 yesterday A 43 tokens copy · 91% MIT

engineering-rigor

08

lootlog/monorepo

Skill Claude CodeCodex

Shape and verify non-trivial engineering changes that cross boundaries, alter contracts, migrate callers, or affect several workspaces. Use for architectural work, migrations, shared state, retries, public APIs, and changes where a locally correct edit may fail elsewhere.

10 yesterday A 54 tokens original MIT

handoff

09

lootlog/monorepo

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

10 yesterday A 19 tokens copy · 84% MIT

how

10

lootlog/monorepo

Skill Claude CodeCodex

Trace and explain how a subsystem, feature, request path, or package works. Use for code walkthroughs, ownership questions, onboarding explanations, runtime flows, and questions about where behavior lives in this monorepo.

10 yesterday A 45 tokens original MIT

impeccable

11

lootlog/monorepo

Skill Claude CodeCodex

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

10 yesterday A 189 tokens copy · 91% MIT

prisma-8

12

lootlog/monorepo

Skill Claude CodeCodex

Comprehensive guide for building with Prisma 8 (Prisma Next), the contract-first data layer. Use whenever working on Prisma code in a project that uses it — authoring or editing the data contract (contract.prisma, PSL, TypeScript builders), migrations, queries (db.orm / db.sql), runtime wiring (db.ts, middleware…

10 yesterday A 220 tokens original MIT

prisma-cli

13

lootlog/monorepo

Skill Claude CodeCodex

Prisma ORM CLI commands reference covering init, generate, migrate, db, dev, complete, studio, validate, format, debug, and mcp. Use for ORM/database CLI workflows, not the Prisma Platform CLI. Triggers on "prisma init", "prisma generate", "prisma migrate", "prisma db", "prisma complete", "prisma studio", "prisma mcp".

10 yesterday A 87 tokens copy · 100% MIT

prisma-client-api

14

lootlog/monorepo

Skill Claude CodeCodex

Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD operations, filtering data, or configuring Prisma Client. Triggers on "prisma query", "findMany", "create", "update", "delete", "$transaction".

10 yesterday A 64 tokens copy · 100% MIT

lootlog/monorepo

Skill Claude CodeCodex

Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".

10 yesterday A 67 tokens copy · 100% MIT

lootlog/monorepo

Skill Claude CodeCodex

Required reference for Prisma ORM 7 SQL driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching SqlDriverAdapter, Transaction, savepoint, result mapping, or DriverAdapterError behavior. Covers current transaction lifecycle, optional savepoint hooks, original…

10 yesterday A 69 tokens copy · 100% MIT

prisma-postgres

17

lootlog/monorepo

Skill Claude CodeCodex

Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.

10 yesterday A 63 tokens copy · 92% MIT

prototype

18

lootlog/monorepo

Skill Claude CodeCodex

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

10 yesterday A 39 tokens copy · 77% MIT

refactor

19

lootlog/monorepo

Skill Claude CodeCodex

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

10 yesterday A 54 tokens copy · 97% MIT

shadcn

20

lootlog/monorepo

Skill Claude CodeCodex

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…

10 yesterday A 94 tokens copy · 100% MIT

tdd

21

lootlog/monorepo

Skill Claude CodeCodex

Develop a feature or fix a defect test-first when the user requests TDD or when a cheap, focused regression path already exists. Use for red-green-refactor, failing tests, regression coverage, and bugs with a practical Vitest, component, integration, or end-to-end seam.

10 yesterday A 60 tokens original MIT

technical-writing

22

lootlog/monorepo

Skill Claude CodeCodex

Write or revise technical documentation, ADRs, READMEs, PR titles and descriptions, changesets, release notes, issue briefs, and commit messages so engineers can understand them on the first read.

10 yesterday A 43 tokens original MIT

turborepo

23

lootlog/monorepo

Skill Claude CodeCodex

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines…

10 yesterday A 111 tokens copy · 92% MIT

lootlog/monorepo

Skill Claude CodeCodex

Apply this repository's TypeScript modeling and implementation discipline when reading, writing, reviewing, or refactoring .ts and .tsx files, especially public contracts, domain state, external-data boundaries, and shared packages.

10 yesterday A 48 tokens original MIT