choiyounggi

Choiyounggi — AI skill for Claude Code

AI community

AI Agent Driven Full Stack Engineer • Building the future Developer Experience.

How to install Choiyounggi

This entry records only its repository, not the path inside it, so there is no exact command to give. Open choiyounggi/choiyounggi and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Choiyounggi does

AI Agent Driven Full Stack Engineer • Building the future Developer Experience.

Alternatives in AI

  • Golutra — Multi-agent AI orchestration platform for automation, workflows, and developer tools 3.8k ★
  • Dive Into Claude Code — A Systematic Analysis and Discussion of Claude Code for Designing Today's and Future AI Agent Systems 2.1k ★
  • Karpathy — An agentic Machine Learning Engineer 1.4k ★

README

Younggi Choi — I build the harness AI codes inside

English  |  한국어

Younggi Choi

I build the harness AI codes inside

The safety and verification layer for agentic coding —
hooks, skills, and MCP servers that make an AI harness trustworthy enough to run unattended.


Most AI coding effort goes into the prompt. I think the leverage is one layer below that — in the **harness**: the hooks that stop an agent before it force-pushes, the skills that encode a procedure so it isn't re-derived every session, the MCP servers that hand an agent real context instead of guesses, and the memory that survives a `/clear`. An agent is only as good as the environment you put it in. **That environment is what I build.** Three projects carry most of that work.

linkly — a language designed for an LLM, not a typist

Existing languages were designed to be easy for *humans to write*. From here on, most code is generated — so what does a language look like when it's designed to be easy for an **LLM to reason about and optimize**?

Developer → Intent (what) → LLM → Semantic IR → Native Optimizer → Machine Code

You declare goals and business rules;