example-skill

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

16 stars

Best use case

example-skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using example-skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/example-skill/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/design/example-skill/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/example-skill/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How example-skill Compares

Feature / Agentexample-skillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

Related Skills

example-minimal-skill

16
from diegosouzapw/awesome-omni-skill

This skill should be used when the user asks to "do something simple", "perform basic task", or needs minimal guidance. Demonstrates the simplest possible skill structure.

cc-skill-project-guidelines-example

16
from diegosouzapw/awesome-omni-skill

Project Guidelines Skill (Example)

api-examples

16
from diegosouzapw/awesome-omni-skill

Generate API usage examples and tutorials from code analysis

vat-example-cat-agents

16
from diegosouzapw/awesome-omni-skill

Comprehensive orchestration guide for Claude Code using the vat-example-cat-agents toolkit

complete-example

16
from diegosouzapw/awesome-omni-skill

AI 增强版 LaTeX 示例智能生成器,实现 AI 与硬编码的有机融合。AI 做"语义理解"(分析章节主题、推理资源相关性、生成连贯叙述),硬编码做"结构保护"(格式验证、哈希校验、访问控制)。用于用户要求"填充示例内容/生成示例/补充 LaTeX 示例"等场景。

advanced-example

16
from diegosouzapw/awesome-omni-skill

Advanced example showing all available metadata fields and complex folder structure

adf-json-example

16
from diegosouzapw/awesome-omni-skill

Fetch raw ADF JSON data from a Confluence page URL. Use this skill when you need to see real-world ADF examples, understand how Confluence represents specific elements, debug ADF parsing, or create test samples.

adversarial-examples

16
from diegosouzapw/awesome-omni-skill

Generate adversarial inputs, edge cases, and boundary test payloads for stress-testing LLM robustness

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

framework

16
from diegosouzapw/awesome-omni-skill

Expert on SpecWeave framework structure, rules, and spec-driven development conventions. Use when learning SpecWeave best practices, understanding increment lifecycle, or configuring hooks. Covers source-of-truth discipline, tasks.md/spec.md formats, living docs sync, and file organization patterns.

framework-learning

16
from diegosouzapw/awesome-omni-skill

Learn and answer questions from any framework documentstion website quickly and accurately. Crawls a docs site from a seed URL, builds a lightweight URL index (titles/headings/snippets), BM25-ranks pages for a user's question, then fetehces and converts only the top-k pages to clean markdown for grounded answers with source links. Use when a user shares a docs URL and asks "how do I..", "where is..", "explain..", "OAuth/auth", "errors", "configuration" or "API usage"

framework-expert

16
from diegosouzapw/awesome-omni-skill

Unified framework expertise bundle. Lazy-loads relevant framework patterns (React, Vue, Angular, Next.js, Node.js, Python, Laravel, Go, Flutter, Godot) based on detected tech stack.