Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repository

string

stale

string

View on GitHub

Repository

dot-do/mdx
3stars

schema/schema.org.ai/Skill.mdx

Last Verified

January 24, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/dot-do/mdx/blob/8d779920e66b715be20e93d3a450c941fab68d43/schema/schema.org.ai/Skill.mdx -a claude-code --skill string

Installation paths:

Claude
.claude/skills/string/
Powered by add-skill CLI

Instructions

# Skill

A **Skill** represents a specific capability or ability that an AI agent possesses. Skills can be innate (from training) or acquired (through fine-tuning or tool access).

## Properties

- **name**: Name of the skill
- **description**: What the skill enables
- **category**: Domain or category (analysis, generation, transformation, execution)
- **proficiencyLevel**: Skill level (0.0-1.0)
- **prerequisites**: Other skills required to use this skill
- **examples**: Example demonstrations of the skill

## Examples

```yaml
$type: Skill
name: code-review
description: Analyze code for quality, bugs, and best practices
category: analysis
proficiencyLevel: 0.9
prerequisites:
  - programming-knowledge
  - pattern-recognition
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
729 chars

Issues Found:

  • non_standard_path