#claude-skills
Everything tagged #claude-skills across the site
5 articles
CLAUDE.md vs. skills: where should Claude Code instructions live?
CLAUDE.md carries persistent project context. Skills load reusable procedures when relevant. Separating stable facts from task-specific workflows keeps both easier to maintain.
What is an MCP server? A practical guide
An MCP server exposes tools, resources, or prompts through a standard protocol so an AI application can discover and use external capabilities.
How to add an MCP server to Claude Code safely
Add remote HTTP or local stdio MCP servers to Claude Code, choose the right scope, protect credentials, verify the connection, and test with least privilege.
Claude skills vs. connectors vs. plugins: what is the difference?
Skills teach Claude a repeatable method, connectors provide governed access to apps and live data, and plugins package related capabilities for installation and sharing.
What are AI agent skills? How SKILL.md works
AI agent skills package instructions, scripts, references, and templates into portable folders an agent loads only when the task calls for them.