example-skill

Demonstrate Codex skill directory structure with SKILL.md and validation workflow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Stacked-Labs/poker-game --skill example-skill-stacked-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/Stacked-Labs/poker-game/tree/main/.claude/skills/example-skill
Command: npx skills add https://github.com/Stacked-Labs/poker-game --skill example-skill-stacked-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill provides a complete, ready-to-learn demonstration of a Codex skill directory, including scripts, references, assets, and sample code, to help users understand how to organize and activate skills.

Core Features & Use Cases

  • Demonstrates placement of executable scripts in scripts/ for deterministic tasks.
  • Shows how to store reference material in references/ for in-depth guidance.
  • Includes assets/ templates and real code examples to accelerate adoption.
  • Use case: a developer learning how to scaffold a new skill and validate it with the provided script.

Quick Start

Run the provided validation script to verify the example skill files and explore the references and assets to understand patterns and templates.

Frequently Asked Questions about example-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Codex skill directory with scripts and references?

To structure a Codex skill directory, use a standardized SKILL.md entry point and organize executable scripts, reference materials, and asset templates into dedicated subdirectories for clear separation of concerns.

What is the best way to scaffold a new skill and validate its file structure?

The best way to validate a skill structure is to run the provided validation script, which verifies that your example skill files meet the standardized directory requirements before activation.

How does organizing assets and references in a skill template accelerate development?

Organizing assets and references in a skill template accelerates development by providing ready-to-use sample code and placement patterns, reducing the time needed to scaffold deterministic tasks.

Do I need a SKILL.md file to activate a Codex skill?

Yes, you need a SKILL.md file to activate a Codex skill because it serves as the standardized entry point, containing the required name and description metadata for the framework.

Can I use this example skill template for deterministic TypeScript tasks?

Yes, you can use this example skill template for deterministic TypeScript tasks by placing your executable code into the scripts directory and storing detailed guidance in the references folder.

Why does my skill validation fail when I add custom assets?

Skill validation may fail when adding custom assets if the directory structure deviates from the standardized format, meaning the validation script cannot locate required files or the SKILL.md entry point is misconfigured.