# skill_template > Template for creating new Codex skills with required metadata and workflow structure. - Author: Aleksey Afanasyev - Repository: dev-af-alex/haircuttgbot - Version: 20260209160111 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/dev-af-alex/haircuttgbot - Web: https://mule.run/skillshub/@@dev-af-alex/haircuttgbot~skill_template:20260209160111 --- --- name: skill_template description: Template for creating new Codex skills with required metadata and workflow structure. --- # ## Purpose One-sentence description of what this skill does and when to use it. ## Trigger Use this skill when the user asks for or when . ## Inputs - Required: - `` - Optional: - `` ## Workflow 1. Collect minimal context from repository files. 2. Validate assumptions and constraints. 3. Execute the task using scripts/templates in this skill folder when possible. 4. Update or generate artifacts in the target repository. 5. Verify outputs and report what changed. ## Outputs - Primary artifact(s): `` - Validation artifact(s): `` ## Guardrails - Keep changes minimal and repository-specific. - Prefer deterministic commands over manual repetition. - Do not modify unrelated files. ## References - `references/` (add only files needed for this skill) - `scripts/` (automation helpers) - `assets/` (reusable templates)