Building a Personal AI Agent with Markdown-Based Skills and Local Models
By
Tomasz Tunguz
Pure flour-power. Hearty enough to carry you through lunch.
Summary
The article describes a personal AI agent built on Pi that manages the author's inbox, calendar, deal pipeline, blog publishing, and research. The system uses two layers: a local markdown knowledge base (QMD) with ~80 workflow files for procedural guidance, and atomic SKILL.md files that each describe a single job. The approach allows frontier models to teach smaller, local models to perform real work without retraining, functioning more like a small operating system than a chatbot.
Key quotes
· 5 pulledI've been using state-of-the-art models to teach small models running on my computer how I work.
My personal agent, based on Pi, runs my inbox, my deal pipeline, my blog publishing, my calendar, & my research.
It looks less like a chatbot & more like a small operating system.
The first layer is QMD, a local markdown knowledge base of about eighty workflow files in ~/memories.
The second layer is Skills, atomic SKILL.md files that describe one job each.
You might also wanna read
Using Markdown as a Protocol for AI-Generated User Interfaces
The article explores the concept of using Markdown as a protocol for agentic AI interfaces, where AI assistants can generate reactive user i
Building a Custom AI Agent That Answers Questions by Analyzing GitHub Code
The article describes building a custom AI agent that answers questions about the author's work by directly analyzing their GitHub code repo
OpenAI Implements Skills Support in ChatGPT and Codex CLI Following Anthropic's Model
OpenAI is quietly implementing skills support in both ChatGPT and Codex CLI, following Anthropic's skills mechanism introduced in October. S
Agent Skill Studio: A Model-Agnostic Platform for Building Universal AI Skills
Agent Skill Studio is an open, model-agnostic platform that enables developers to create reusable AI agent skills that work across multiple
Mintlify Implements Open Standard for AI Agent Skills with skill.md Files
Mintlify documentation sites now include a standardized skill.md file for AI coding agents, implementing an open standard for agent skills.

AI-First Content Management: Rethinking CMS vs Markdown for Agentic Applications
The article explores whether traditional Content Management Systems (CMS) like WordPress are still necessary in an AI-first world where agen
