Every Knob in a Claude Code SKILL.md: The Hidden Frontmatter Reference
11 min read · claude-code
11 min read · claude-code
6 min read · ai
3 min read · ai
7 min read · management
A senior engineer's guide to all 18 Claude Code SKILL.md frontmatter fields, the context fork pair, body templating, and the bugs you'll hit.
Learn how ForgeCode's Rust-based runtime beats Claude Code on benchmarks but trails on ecosystem. A senior engineer's honest take on choosing between them.
Discover what ccunpacked.dev reveals about Claude Code's agent loop, hidden features, and Anthropic's unreleased roadmap - straight from 512k lines of leaked source.
The are way more protocols for AI agents out there besides MCP, that you might not even heard about! Let's check this "wild west" of agents communication toghether, shall we?
Overview of smart pointers in Rust, including Box, Rc, Arc, RefCell, Cell, Cow, Mutex, and RwLock with examples and use cases.
Replication is a fundamental technique in distributed systems for ensuring reliability, availability, and fault tolerance. Learn about Statement-Based, WAL, Logical Log, and Trigger-Based replication.
As I looked at some popular change models, one that still resonates strongly with me is Kotter's 8-Step Change Model. This framework, developed by John Kotter in his book, Leading Change (1996), is still one of the corner stones in practitioner's toolkits.
I frequently use PyCharm, and today my settings were overwritten with outdated data from another computer via cloud sync. Here's how to rollback your IDE settings to a specific day and time.
A comprehensive guide to Python threading, semaphores, and barriers with practical examples and code snippets.
A comprehensive guide to the CAP theorem - Consistency, Availability, and Partition Tolerance - and how it shapes the architecture of distributed systems.