Назад към всички

example-skill

// Example skill demonstrating the full skill directory structure with scripts, references, assets, and examples. Use when learning how to structure Codex skills.

$ git log --oneline --stat
stars:2
forks:0
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameexample-skill
descriptionExample skill demonstrating the full skill directory structure with scripts, references, assets, and examples. Use when learning how to structure Codex skills.

Example Skill

This is a demonstration skill showing all possible subdirectories.

Quick Start

  1. Check references/patterns.md for detailed patterns
  2. Use assets/component-template.tsx as a starter
  3. Run scripts/validate.sh to check your code
  4. See examples/good-example.tsx for reference

Structure

  • scripts/ - Executable automation scripts
  • references/ - Detailed documentation
  • assets/ - Templates and resources
  • examples/ - Real code examples