# Getting Started with Claude Skills

DevFeed: [Getting Started with Claude Skills](<https://devfeed.tech/articles/getting-started-with-claude-skills-5313.md>)

Original publisher: [Read original article](<https://neon.com/blog/getting-started-with-claude-skills>)

Author: Pedro Figueiredo

Published: 2025-10-30T16:43:28Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>)

Tags: [anthropic](<https://devfeed.tech/tags/anthropic.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [integration](<https://devfeed.tech/tags/integration.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [product](<https://devfeed.tech/tags/product.md>), [skills](<https://devfeed.tech/tags/skills.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

A practical introduction to Claude Skills, describing how Neon built, tested, and published reusable Skills for Claude Code. The article explains that Skills are markdown-based workflows, are loaded dynamically when needed, and can be bundled in a plugin with MCP server integration.

## Source excerpt

When Anthropic introduced Claude Skills, of course we tried it right away. This post walks through how we built, tested, and published our first set of Claude Skills for Neon, bundled into a plugin that includes four ready-to-use Skills and an MCP server integration. What's a Cla...