top of page


How I Built an AI-Powered Task Management System with Obsidian and Claude Code
Context engineering is the next big thing If you have been following the AI space recently, you may have come across the term context engineering . Coined by Shopify CEO Tobi Lütke and quickly endorsed by Andrej Karpathy, the argument is that "prompt engineering" undersells what is actually going on when you get consistently good results from an AI model. "The art of providing all the context for the task to be plausibly solvable by the LLM." - Tobi Lütke, Shopify CEO Clever
James Wilkins
Apr 88 min read


Claude Code: Everything you need to know in 8 minutes or less
Claude Code is an AI tool that runs in the terminal. For a lot of people, that sentence is enough to put them off. That would be a mistake. While it may have been designed as a coding assistant, it's really just an agent capable of managing your files, using skills, and writing and running code (all by itself) to solve whatever problem you throw at it. Claude Code is one of the more capable AI tools currently available, and you do not need a programming background to get real
James Wilkins
Mar 218 min read


Level-up your AI Agent with Skills Engineering
Skills engineering is how we teach AI agents to handle tasks in the way we want them done. Instead of hoping the agent figures it out, we provide detailed instructions that guide its decision-making process. But not all skills are created equal. A poorly written skill wastes tokens , confuses the agent , and produces inconsistent results . A well-crafted skill makes your agent faster, more reliable, and easier to maintain. The quality of your skills directly determines your
James Wilkins
Mar 58 min read


Getting Started with Agent Skills
Write Once, Use Forever. Think about the last time you explained your workflow to a new hire at work. You probably didn't just hand them a list of tools and wish them luck. You walked them through the process, explained why things work the way they do, and maybe showed them an example or two. Three weeks later, they're flying solo. AI can't do that. At least not out of the box. Every conversation starts from scratch. There's no memory of how you like things done, no recollect
James Wilkins
Mar 57 min read


MCP Servers: Giving Your AI Agent New Capabilities
AI agents are useful on their own. But out of the box, they're working in isolation — they can only see what you paste into the conversation. They can't check your calendar, search your company's files, pull live data from a platform you use, or send a message on your behalf. MCP servers change that. What is an MCP server? MCP stands for Model Context Protocol. The technical details aren't important. What matters is what it does: an MCP server is a connection between your AI
James Wilkins
Mar 54 min read
bottom of page
