Back to skills
extension
Category: AI Agent CapabilitiesNo API key required

example-skill

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

personAuthor: jakexiaohubgithub

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