teleo-codex/inbox/archive/2026-04-04-nyk_builderz-claude-code-skills-guide.md
m3taversal 00119feb9e leo: archive 19 tweet sources on AI agents, memory, and harnesses
- What: Source archives for tweets by Karpathy, Teknium, Emollick, Gauri Gupta,
  Alex Prompter, Jerry Liu, Sarah Wooders, and others on LLM knowledge bases,
  agent harnesses, self-improving systems, and memory architecture
- Why: Persisting raw source material for pipeline extraction. 4 sources already
  processed by Rio's batch (karpathy-gist, kevin-gu, mintlify, hyunjin-kim)
  were excluded as duplicates.
- Status: all unprocessed, ready for overnight extraction pipeline

Pentagon-Agent: Leo <D35C9237-A739-432E-A3DB-20D52D1577A9>
2026-04-05 19:50:34 +01:00

28 lines
1.1 KiB
Markdown

---
type: source
title: "Claude Code Skills Guide"
author: "nyk (@nyk_builderz)"
url: "https://x.com/nyk_builderz/status/2040391725391516065"
date: 2026-04-04
domain: ai-alignment
format: tweet
status: unprocessed
tags: [claude-code, skills, agent-harness, prompt-engineering]
---
## Content
If Claude keeps repeating the same mistakes, you don't need a longer prompt - you need a skill. I wrote a practical guide to building Claude Code skills that auto-invoke when relevant: SKILL.md structure, trigger design, allowed-tools safety, templates/examples
42 likes, 4 replies. Links to article "Build Claude Code Skills: The full guide".
Additional tweet (https://x.com/nyk_builderz/status/2040338207188062270):
"Build Claude Code Skills: The full guide" - "Most Claude Code skill guides overcomplicate something that's actually simple. Here's the version that actually works."
100 likes, 4 replies.
## Key Points
- Claude Code skills auto-invoke when relevant, replacing longer prompts
- Guide covers SKILL.md structure, trigger design, and allowed-tools safety
- Skills address repeating mistakes by encoding reusable patterns
- Practical templates and examples provided