Agent Skill
2/7/2026

example-skill

Example skill demonstrating YAML best practices. Use when learning skill structure, reviewing formatting standards, or creating new skills as a reference.

O
okgoogle13
0GitHub Stars
1Views
npx skills add okgoogle13/career-pilot

SKILL.md

Nameexample-skill
DescriptionExample skill demonstrating YAML best practices. Use when learning skill structure, reviewing formatting standards, or creating new skills as a reference.

name: example-skill description: "Example skill demonstrating YAML best practices. Use when learning skill structure, reviewing formatting standards, or creating new skills as a reference." version: 1.0.0 tags:

  • example
  • reference
  • yaml

Example Skill

This is a reference implementation showing YAML best practices.

Features

  • Clean, consistent formatting
  • Proper indentation (2 spaces)
  • Clear section organization
  • Helpful comments

Usage

# Example configuration
config:
  enabled: true
  timeout: 30s
  retries: 3

Reference Files

  • references/yaml-style-guide.md - YAML formatting standards
  • references/example-config.md - Configuration options
Skills Info
Original Name:example-skillAuthor:okgoogle13