Learn Claude
Build Better Agents

87 engineering skills, 7 deployable asset kits, 5 interactive labs. Learn patterns, generate artifacts, deploy to ecosystem.

学结构,不学泄露 · Study structure, not stolen code
87
Skills
14
Discoveries
7
Asset Kits
5
Labs
23
Ecosystem Tools
V5.3
Standard

Complete Discoveries

14 Engineering Patterns — Zero Gaps

Every significant public discovery from the Claude Code event, mapped to LightHope ecosystem value. Click any card for full analysis.

🌙
KAIROS — Always-On Daemon
A persistent background agent that never sleeps
P0CoreCode
💭
autoDream — Memory Consolidation
AI that dreams — reorganizing memory while you sleep
P0CoreCode
🧠
ULTRAPLAN — Cloud Deep Planning
30 minutes of autonomous deep thinking on cloud Opus
P1InfraCode
🎯
Coordinator Mode — Multi-Agent Orchestration
One Claude orchestrating a team of parallel worker agents
P1CoreCode
🐾
BUDDY — Companion Pet System
A Tamagotchi-style terminal pet with 18 species and gacha mechanics
P2ProductCode
🚩
44 Feature Flags — Hidden Roadmap
A complete product roadmap hiding behind compile-time gates
P1MetaCode
🕵️
Undercover Mode — Stealth Attribution
Auto-strips AI identity when contributing to public repos
P2SecurityCode
🛡️
Anti-Distillation — Training Data Poisoning
Fake tools injected to corrupt competitor training data
P2SecurityCode
🧹
Context Entropy Solution — 5 Compaction Strategies
How to prevent AI from going crazy in long sessions
P1InfraCode
🏷️
Internal Model Codenames
Tengu, Capybara, Fennec, Numbat — and what comes next
P2Meta
👁️
Advisor Agent — Session Overseer
A second AI watching the first AI work
P1CoreCode
🔧
Tool Architecture — 40+ Plugin System
Every capability is a discrete, permission-gated tool
P1InfraCode
😤
User Frustration Detection
Regex-based sentiment analysis — 'the world's most expensive company using regex'
P2Product
📬
UDS Inbox — Inter-Agent Communication
Unix domain sockets for agent-to-agent messaging on the same machine
P2InfraCode

Context

What Actually Happened

On March 31, 2026, Claude Code v2.1.88 shipped with a 59.8 MB .map source map file that exposed ~512,000 lines of TypeScript across ~1,900 files. This was a build pipeline misconfiguration — a missing .npmignore entry — not a security breach. No customer data or model weights were exposed.

This was Anthropic's second source map leak (the first was February 2025) and came just days after a separate incident exposed ~3,000 files including details about an upcoming model codenamed Mythos/Capybara. The leaked codebase revealed 44 feature flags for fully-built but unshipped capabilities, internal model codenames, performance benchmarks, and the complete architecture of a production-grade AI coding agent.

What makes this event valuable for learning is not the code — which is proprietary and must not be redistributed — but the engineering patterns it confirmed: multi-layer memory architecture, lifecycle hooks, reusable skills, specialized subagents, autonomous background workflows, advisor agents, multi-agent coordination, and deeply engineered context management.


Key Engineering Insights

6 Patterns Worth Internalizing

01
Rules as Memory, Not Repetition
Don't repeat instructions every session. Encode naming conventions, frameworks, and procedures as persistent project memory. Claude Code's 3-layer architecture (index → topic → transcript) is the reference pattern.
02
Standards as Hooks, Not Hope
The leak itself was caused by a process gap. Every check that depends on someone remembering should become an automated hook. V5.3 compliance checks belong in pre-deploy hooks.
03
Complex Work as Agent Delegation
Don't let one agent handle everything. Fork for independent tasks, Teammate for shared context, Worktree for code isolation. The autoDream consolidation runs as a forked subagent for exactly this reason.
04
Quality via Advisor Pattern
The advisor agent watches the worker agent work and provides real-time evaluation. This maps directly to m8002 (quality control) as an automated oversight agent.
05
Products as Agent Loops, Not Chat Boxes
Claude Code is not a UI — it's a loop: plan → tool-select → execute → observe → decide → repeat. 40 tools, 46K-line query engine, 5 compaction strategies, 23 security checks on bash alone.
06
Feature Gates as Maturity Model
44 flags = 44 capabilities at different stages. This maps directly to V5.3's S0-S5 maturity model. Ship features behind gates, promote when ready, roll back when broken.

Explore

Navigate the Platform