TEMPLATES banner
alirezarezvani alirezarezvani

TEMPLATES

Development community

Description

# Skill Templates > **Copy-paste templates for creating custom skills** Use these templates to create company-specific or project-specific skills. Each template is ready to customize with your own logic. --- ## Template 1: Basic Skill (Minimal) **Use for:** Simple detection and suggestion skills **File:** `skills/custom/my-skill/SKILL.md` ```markdown --- name: my-skill description: Brief description with TRIGGER KEYWORDS. Use when [condition], or user mentions [keyword]. Triggers on [even

Installation

Installs to ~/.claude/skills/alirezarezvani-claude-code-tresor-templates/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alirezarezvani-claude-code-tresor-templates && curl -fsSL https://raw.githubusercontent.com/alirezarezvani/claude-code-tresor/HEAD/skills/TEMPLATES.md -o ~/.claude/skills/alirezarezvani-claude-code-tresor-templates/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository