FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Claude Code Skills: Build Custom Workflows for Your AI Coding Assistant
How-ToWeb Development

Claude Code Skills: Build Custom Workflows for Your AI Coding Assistant

via Dev.to WebdevLemonData Dev1mo ago

Claude Code Skills: Build Custom Workflows for Your AI Coding Assistant Claude Code ships with a general-purpose AI assistant. Skills let you specialize it. A skill is a markdown file that teaches Claude Code how to handle a specific type of task: deploying to Kubernetes, writing database migrations, reviewing pull requests, or following your team's coding conventions. The difference between "write me a React component" and "write me a React component following our design system, using our custom hooks, with proper error boundaries and accessibility attributes" is a skill. What Skills Actually Are A skill is a markdown file in .claude/commands/ (project-level) or ~/.claude/commands/ (global). When you type /skill-name in Claude Code, the file's content gets injected into the conversation as instructions. .claude/ commands/ deploy.md # /deploy review-pr.md # /review-pr write-test.md # /write-test That's it. No special syntax, no compilation, no SDK. Just markdown that describes how to d

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
17 views

Related Articles

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners • 1d ago

The origin story of Apple’s long-running relationship with FoxConn
How-To

The origin story of Apple’s long-running relationship with FoxConn

The Verge • 1d ago

How to Optimize Big Data Platform Costs Across the Data Lifecycle
How-To

How to Optimize Big Data Platform Costs Across the Data Lifecycle

Hackernoon • 1d ago

Switzerland — Best Crypto Exchange (2026)
How-To

Switzerland — Best Crypto Exchange (2026)

Dev.to Beginners • 2d ago

Cursor Your Dream, Part 2: How to Move From First Prompt to First Working App
How-To

Cursor Your Dream, Part 2: How to Move From First Prompt to First Working App

Hackernoon • 2d ago

Discover More Articles