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
Teaching Coding Agent to Write XSLT — Building a Domain Skill
How-ToWeb Development

Teaching Coding Agent to Write XSLT — Building a Domain Skill

via Dev.toDaniel Jonathan3h ago

XSLT is unforgiving. Small mistakes — a wrong namespace, a version mismatch, an engine-specific function — produce silent failures. AI assistants make the same mistakes without explicit guidance. The fix isn't a smarter model. It's giving the model a playbook . Claude Code supports custom skills — markdown files that load into context when a task matches. I built one that encodes real XSLT expertise: five work modes, engine detection, version discipline, and structured output you can debug immediately. What is a Claude Code skill? A skill is a markdown file in .claude/skills/<name>/SKILL.md . When Claude detects a matching task, it reads the skill and follows its instructions. Reference files alongside it provide deeper detail on demand. .claude/skills/xslt/ ├── SKILL.md # modes, rules, output spec └── references/ ├── lml.md # Logic Apps Mapping Language ├── logicapps-xslt.md # Logic Apps deployment and artifacts ├── saxoncs-quirks.md # SaxonCS / XSLT 3.0 gotchas ├── biztalk-xslt.md #

Continue reading on Dev.to

Opens in a new tab

Read Full Article
5 views

Related Articles

I Missed This Claude Setting at First. And It Actually Matters
How-To

I Missed This Claude Setting at First. And It Actually Matters

Medium Programming • 4h ago

Instacart Promo Code: Save on Groceries in March 2026
How-To

Instacart Promo Code: Save on Groceries in March 2026

Wired • 6h ago

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table
How-To

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table

Medium Programming • 6h ago

This is the lowest price on a 64GB RAM kit I've seen in months
How-To

This is the lowest price on a 64GB RAM kit I've seen in months

ZDNet • 13h ago

What Is Computer Science? (Learn This Before It’s Too Late)
How-To

What Is Computer Science? (Learn This Before It’s Too Late)

Medium Programming • 13h ago

Discover More Articles