enhanced-simple-skill-template

This skill {{WHAT_IT_DOES}}. This skill should be used when {{TRIGGER_SCENARIOS}}. {{DEPENDENCIES_IF_ANY}}

Content Preview
---
name: {{SKILL_NAME}}
description: This skill {{WHAT_IT_DOES}}. This skill should be used when {{TRIGGER_SCENARIOS}}. {{DEPENDENCIES_IF_ANY}}
# allowed-tools: Read, Write, Edit  # Optional - uncomment and specify if restricting tools
# license: MIT  # Optional - uncomment if needed
---

# {{SKILL_NAME}}

{{OVERVIEW_PARAGRAPH}} Write using imperative/infinitive form (verb-first instructions).

## Quick Start

To get started immediately with this skill:

```{{LANGUAGE}}
# {{QUICK_EXAMPLE_COMMEN
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/enhanced-simple-skill-template.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/skills/templates/enhanced-simple-skill-template.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/skills/templates/enhanced-simple-skill-template.md

Related Skills