AI Skills & Learning
Tutorials and guides for leveling up with AI tools
How to Build Your Own MCP Server: A Beginner's Guide
Building an MCP server involves three steps: scaffold a TypeScript project with the MCP SDK, define tools that expose your desired functionality, and test the server locally with Claude Code or another MCP client. The entire process takes under an hour for a basic server.
Chrome Skills: How to Save Gemini Prompts as One-Click Tools (Complete Guide)
Chrome Skills launched April 14, 2026 turn any Gemini prompt into a reusable one-click button inside the Chrome side panel. You can save your own prompts as Skills, run them across single or multiple tabs, edit any pre-built Skill, and trigger the whole library with the forward-slash menu. This guide covers the setup, the workflows worth automating first, and the limits to know about.
Auto-Generate Cursor Rules and Skills From Your Chat History
Cursor stores agent sessions as JSONL transcripts on disk, which means an agent can read its own history and propose rules and skills based on patterns it spots. Eric Zakariasson's prompt formalizes this -- point Cursor at your transcripts and it emits ready-to-save .cursor/rules/*.mdc and .cursor/skills/<slug>/SKILL.md files for review.