ChatMLchatml
Features

Skills

Specialized prompt templates that augment Claude's capabilities.

Skills are specialized prompt templates that give Claude domain-specific expertise for particular types of work.

How Skills Work

A skill is a Markdown document with structured guidance. When installed for a session, its content is injected into the system prompt, giving Claude a methodology to follow for that type of task.

Skills don't add new tools — they augment Claude's behavior through prompt engineering. A "Code Review" skill, for example, provides a structured checklist covering correctness, security, performance, and maintainability.

Installing Skills

  1. Open the Skills panel in your session
  2. Browse or search available skills by category
  3. Click Install to activate a skill for the current session

Skills can be installed and uninstalled per-session as needed.

Built-In Skills

ChatML ships with 19 built-in skills across four categories:

Development

SkillDescription
Test-Driven DevelopmentRed-Green-Refactor cycle guidance
Unit Testing GuidePatterns, test doubles, async testing
Systematic DebuggingHypothesis-driven bug finding
Code Review AssistantCorrectness, security, maintainability checks
API DesignREST/GraphQL conventions and patterns
Refactoring GuideSafe, phased refactoring strategies
Performance OptimizationProfiling and bottleneck identification

Security

SkillDescription
Security AuditOWASP Top 10 vulnerability scanning
Dependency ReviewLicense, maintenance, and security evaluation

Documentation

SkillDescription
BrainstormingStructured idea exploration
Writing PlansImplementation plan creation
Architecture Decision RecordsStructured decision capture
Technical WritingDocumentation authoring
Project ScaffoldingNew project setup guidance

Version Control

SkillDescription
Git Commit HelperConventional commit messages
PR CreationWell-documented pull requests
Branch ManagementNaming, merging, and cleanup
Code MigrationFramework and library migration
Accessibility AuditWCAG compliance checking

On this page