January 24, 2026
Select agents to install to:
npx add-skill https://github.com/dot-do/mdx/blob/8d779920e66b715be20e93d3a450c941fab68d43/schema/schema.org.ai/Skill.mdx -a claude-code --skill stringInstallation paths:
.claude/skills/string/# 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 ```
Issues Found: