Skip to content
View yuntian3008's full-sized avatar

Block or report yuntian3008

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.

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
yuntian3008/README.md

Yuntian

Full-stack engineer building software end-to-end with AI agents in the loop. Long-form work at C'mon Labs.

How I build with AI agents

I treat AI agents as collaborators in the loop, not just autocomplete.

  • Design before code. Every non-trivial feature starts with a brainstorm and a short written spec.
  • Parallel agents for disjoint work. I split plans into independent tasks, dispatch them in parallel, then review and stitch the results.
  • Custom skills as muscle memory. Repeatable workflows become one-command agent recipes I can re-run.
  • Extended tool surface via MCP and n8n. I wire agents to the systems they need — databases, observability, automation — instead of feeding them guesswork.

Selected work

  • thought-shower — Claude Code plugin: 6-stage pipeline (branch setup → brainstorming → finishing → Codex review → CodeRabbit review → merge handoff).
    • Install: /plugin marketplace add yuntian3008/yuntian3008 then /plugin install thought-shower@yuntian3008
  • BetterPrompt — production AI product I'm building at C'mon Labs.
  • yuntian.dev — personal site and case studies.
  • bun-i2c — zero-dependency I2C wrapper for Bun via bun:ffi. Linux syscalls, no native addons.
  • blackat — end-to-end encrypted messaging system.

Tech I reach for

TypeScript end-to-end. Node.js · Next.js · React Native · PostgreSQL · Drizzle · Redis · BullMQ · Bun · Docker · GitHub Actions · AWS. For AI: any coding agent (Claude Code, Codex, …) — and I write the skills, plugins, and workflows that extend them.

Contact

contact@yuntian.dev · LinkedIn · yuntian.dev

Popular repositories Loading

  1. blackcat blackcat Public

    Vue 1

  2. ssr-starter-kit ssr-starter-kit Public

    Provide starter kit, including: authentication and SSR

    PHP 1

  3. DailySelfie DailySelfie Public archive

    Java 1

  4. ecommerce_webserver ecommerce_webserver Public archive

    Vue 1

  5. blackat blackat Public

    End-to-End Encryption Messaging System

    TypeScript 1 1

  6. thought-shower thought-shower Public

    6-stage pipeline plugin for Claude Code: branch setup → brainstorming → finishing → Codex review → CodeRabbit review → merge handoff

    TypeScript 1