Tinker AI
Read reviews

#authoring

2 items tagged #authoring.

GUIDE 2026-05-11

A custom MCP server in 60 lines: the minimum viable shape

Build a focused MCP server from scratch using the TypeScript SDK. Covers protocol basics, a real git-log-search example, wiring into Claude Code, and the iteration loop that makes debugging fast.

Owner · 9 min #claude-code #mcp
GUIDE 2026-05-11

Writing your first Claude Code skill: from idea to triggered execution

Claude Code skills let you encode repeatable workflows as prompt-driven commands. This guide walks through writing a real skill end to end—frontmatter, body, install, and debugging.