Learn
Guides, comparisons, and tutorials for AI agent skills.
AI Coding Agent Skills for Teams: A Setup Guide
How to share SKILL.md files across a team: project-scoped skills, Git workflows, and keeping everyone on the same config.
How to Create Your Own SKILL.md File from Scratch
Write a working SKILL.md file in 10 minutes. Covers frontmatter, instructions, triggers, and testing across agents.
How to Build Your First MCP Server
Build a working MCP server in TypeScript from scratch. Covers the protocol, tool registration, and connecting to Claude Code.
How to Update and Manage Your Installed AI Agent Skills
Keeping SKILL.md files current: checking versions, updating from Git, managing conflicts, and cleaning up unused skills.
How to Reduce Claude Code Token Usage with Skills
Skills that load on every request burn tokens. Here is how progressive loading works and how to keep costs down.
AI Agent Skills Not Triggering? How the Description Field Works
The description in SKILL.md frontmatter controls when your skill activates. How agents match descriptions to user requests.
How to Share AI Agent Skills Across a Development Team
Project-scoped skills, Git workflows, and keeping everyone on the same AI agent config without stepping on each other.
Turn Your Existing Configs into Reusable SKILL.md Files
You already have .cursorrules, CLAUDE.md, or custom prompts. Here is how to convert them into portable SKILL.md files.