Codex vs Claude Code: What I Found After 30 Days
The same build prompt, the same rubric, two coding agents — a side-by-side AgentOps build to see which one actually earns its subscription price.
June 18thA 20-minute end-to-end walkthrough of Claude Code Skills: install from marketplace, build from scratch, handle API keys securely, and watch the agent auto-invoke skills to rebuild a fitness app.
Claude Code Skills are context-efficient markdown workflows that teach Claude to perform tasks it cannot do natively—like image generation—by auto-activating only when needed, unlike always-loaded MCP servers that consume tokens regardless of use.
Claude Code skills are markdown instruction files that teach the agent procedural workflows it can't perform natively, like generating images, while consuming almost zero context until the agent actually invokes them. Unlike MCP servers, which preload every tool and its metadata into memory, skills sit dormant and load only when the conversation triggers them, making them the leaner choice for specialized capabilities. You can install community skills from skills.sh with a single command at project or global scope, or build your own by feeding a working code example to the skill-creator skill. For anything requiring credentials, store API keys in a gitignored .env file and reference the variable name in instructions, never hardcode secrets into the skill itself.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Shows the AI-generated hero image on the completed fitness app, setting the before/after frame for the whole tutorial.

Infographic breakdown: skills are markdown files with precise instructions + resources that teach Claude a workflow it cannot do natively.

Key differentiation: MCP tools always load into context; skills are lazy-loaded and near-zero token cost until invoked; custom commands are just saved prompts.

Live demo of /context token usage: multiple skills installed, barely any context consumed until the skill is actually needed.

Plugin panel > Marketplaces > add Anthropic GitHub repo URL > browse plugins > spacebar to select > I to install.

Vercel's skills.sh: browse trending/all-time favorites, copy npx install command, choose project vs global scope, add Symlink.

Claude Code /skills panel shows all project skills with minimal token footprint. HTML listing trick visualizes exactly what is in context.

Prompt Claude to use the frontend-design skill — skill loads into context at that moment — full app redesign executes. Browser-use skill auto-verifies the result.

Install skill-creator skill to let Claude build new skills from documentation snippets.

Bonus: open-source Hugging Face model, no API key, Python script runs locally. dog.png demo. Useful for icons/avatars, not photorealistic.

Get working example from AI Studio, paste into Claude with skill-creator. Critical: never hard-code API keys — use .env + tell Claude variable name, Python reads os.environ.

Claude auto-invokes image-generator skill, runs Python script, produces 600KB PNG of woman jogging on beach with AI assistant.

Create image optimizer skill (resize + WebP conversion). 631KB PNG becomes 56KB WebP. Placeholder on hero section replaced with the result.

Final fitness app with generated+optimized image in hero. Like/subscribe ask, link to next video.
Skills cost near-zero context until the agent needs them — that is the moat over MCPs for capability-heavy projects.
“Unlike MCP servers where the tools along with their documentation is always sitting in memory — Claude only loads the minimum amount of context, and only if the skill is needed will it dive into these folders.”
“Skills are basically markdown files with very precise instructions.”
“Please do not pass it to Claude directly and please do not ask Claude to hard code it in the skills itself.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The video opens on the finished product — a polished fitness-app hero with an AI-generated beach jogger and a floating chatbot coaching her — then rewinds to the blank, AI-sloppy version to make the point visceral. Everything in between is the skills stack that produced it.
The three extension mechanisms for Claude Code, differentiated by when they load into context and how they are invoked.
The correct pattern for handling sensitive credentials when building Claude Code skills.
Skills only load their full markdown + supporting files into context when the agent determines the skill is needed. Until then only the skill name + one-line description is in context.
“If you enjoyed this video, please hit the like button and subscribe to my channel for more Claude code and agentic coding tutorials.”
Clean single-sentence ask at the very end, no sponsor, no link farm.
00:00
00:16
00:39
00:54
01:10
01:26
01:41
01:57
02:13
02:28
02:44
02:59
03:15
03:31
03:46
04:02
04:18
04:33
04:49
05:05
05:20
05:36
05:52
06:07
06:23
06:39
06:54
07:10
07:26
07:41
07:57
08:12
08:28
08:44
08:59
09:15
09:36
09:46
10:02
10:18
10:33
10:49
11:05
11:20
11:36
11:52
12:07
12:23
12:36
12:51
13:10
13:25
13:41
13:57
14:12
14:28
14:44
14:59
15:15
15:31
15:46
16:02
16:18
16:33
16:49
17:05
17:20
17:36
17:52
18:07
18:23
18:38
18:52
19:08
19:25
19:41
19:57
20:09
20:27
20:44The same build prompt, the same rubric, two coding agents — a side-by-side AgentOps build to see which one actually earns its subscription price.
June 18thAn 8-step agentic pipeline that takes you from naive AI slop to a pixel-near Linear replica, deployed to Vercel with an MCP server, in under 20 minutes.
June 8thA five-level walkthrough of Claude Design 2.0 — from branded slide generation to escaping credit limits entirely with a local open-source alternative.
June 28thA 12-minute screen-recorded tour of Claude Design 2.0 — unified limits, a real editor, markup annotations, MCP connectors, and two-way sync with Claude Code.
June 24thAn 18-minute walkthrough of the three MCP harvests — Gmail, Slack, and call recordings — that keep an AI operating system's context from going stale.
June 24thA senior developer's real AI-agent setup, and the argument that the harness — not the model — is where the leverage lives.
June 18th