Agent skill

string

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/string/string

SKILL.md

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

Didn't find tool you were looking for?

Be as detailed as possible for better results