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

Mark Life Ltd

  1. Home
  2. Directory
  3. Quality Code
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
GuidelineAI Codingagentstypescript

quality-code

Rhys Sullivan's TypeScript coding skill — branded types, discriminated unions, end-to-end types, real tests over mocks, OpenTelemetry observability, and picking the right abstractions instead of premature ones.

Added May 15, 2026Rhys Sullivan (@RhysSullivan)
Visit guideline

My primary TypeScript coding skill. I reference it from CLAUDE.md/AGENTS.md so it's always in context — agent output ends up measurably better TS across the board.

Covers type safety patterns (branded types, discriminated unions, end-to-end types), why real tests beat mocks, OpenTelemetry as the default observability story, and when to introduce abstractions vs. keep things flat.

Related

  • Using Claude Code: The Unreasonable Effectiveness of HTMLThariq makes the case for HTML over Markdown as Claude Code's output format — richer visualizations, color, diagrams, and easier sharing once agents are the ones authoring and humans rarely hand-edit.
  • PullfrogAI PR review agent from Zod's creator. Dynamically scales effort, uses subagent swarms for large PRs, and runs inside GitHub Actions with batteries-included MCP tools.
  • ExecutorOpen-source tool gateway for agents from Rhys Sullivan. Normalizes MCP, OpenAPI, GraphQL, and custom sources into one typed SDK that agents call in a sandbox — built on Cloudflare's Code Mode pattern.
  • improve-codebase-architectureMatt Pocock's skill for deepening modules — restructuring prototype code into something long-lived with cleaner layer dependencies and easier navigation.