example-skill
An example skill demonstrating the skill file format and structure
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
An example skill demonstrating the skill file format and structure
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Use when analyzing revenue, sales, or financial performance. Provides standard approaches for calculating and comparing revenue metrics.
Use when checking data quality, finding anomalies, or validating data integrity. Provides patterns for identifying data issues.
Use this skill when creating new skills. Guides the design and implementation of skill files.
| name | Example Skill |
| description | An example skill demonstrating the skill file format and structure |
| category | documentation |
| tags | ["example","template","documentation"] |
This is an example skill that demonstrates the proper structure and format for skill files.
Use this skill as a reference when creating new skills.
A skill file consists of:
Frontmatter (YAML between --- delimiters)
name: Human-readable name (required)description: When and how to use (required)category: Organizational category (optional)tags: List of tags for filtering (optional)Body (Markdown content)
from app.modules.skill.services import SkillService
service = SkillService(storage)
skill = service.get_skill_by_skill_id(db_connection_id, "example")
print(skill.content)