Andrey Markin
  • home
  • services
  • projects
  • blog
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
    • Video
  • courses
  • resume
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Netxjs Monorepo
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. netxjs-monorepo
RepoAI CodingDev ToolsOpen Sourcetypescriptagentsshadcneffect-ts

netxjs-monorepo

Opinionated Next.js + Turborepo starter with Biome linting, TypeScript, shadcn/ui, and pre-loaded Claude Code agent skills and hooks.

Added May 28, 2026
Visit repo

Every project I start comes from this. Turborepo with apps/web (Next.js) and apps/api, shared ui, env, and typescript-config packages, Biome linting via Ultracite, and a Claude Code hook that runs ultracite fix && ultracite check on every agent stop — so linting is never a thing to think about.

The part I find most useful is .docs/stack.md: a single opinionated doc covering every decision point (AI, frontend topology, DB, auth, storage, email, jobs, hosting, observability). It's referenced in CLAUDE.md so agents always know which library to reach for instead of hallucinating alternatives. Agent skills are pre-loaded too — quality-code, effect-ts, effect-client-wrapper, shadcn, find-skills.

gh repo create <name> --template Mark-Life/netxjs-monorepo && bun install && bun run upgrade — that last command refreshes Next.js, all shadcn components, and dependencies so the template never drifts stale.

Related

  • context-doctorClaude Code / Codex skill that audits the fixed context a coding agent auto-loads every session — tool/MCP definitions, connectors, plugins, skills, subagents, memory/rules files — and proposes ranked cuts to prune, gate, or route what's loaded but unused.
  • integrations.shA registry of 5,700+ integration specs from Rhys Sullivan — the same builder behind Executor. Every service normalized into MCP, OpenAPI, GraphQL, and CLI form, each surface leading with a grounded, cited credential guide agents can act on.
  • memory-viewClaude Code / Codex skill that reads a project's auto-memory vault and generates a self-contained HTML explorer to visualize what the agent has remembered — MEMORY.md plus topic files — without editing or managing it.
  • session-reportClaude Code / Codex skill that generates a self-contained HTML report debugging what is in a session's context window and how every token is spent — context budget, retained thinking, the dumb-zone cutoff, loaded CLAUDE.md and skills, and full history.