tool-restricted-skill-template

⚠️ **Tool Restrictions**: This skill is restricted to: {{ALLOWED_TOOLS}}

Content Preview
---
name: {{SKILL_NAME}}
description: {{SKILL_DESCRIPTION}}
allowed-tools: {{ALLOWED_TOOLS}}
---

# {{SKILL_NAME}}

{{OVERVIEW_PARAGRAPH}}

⚠️ **Tool Restrictions**: This skill is restricted to: {{ALLOWED_TOOLS}}

## Purpose

{{PURPOSE_EXPLANATION}}

## Quick Start

{{QUICK_START_EXAMPLE}}

## Instructions

1. **{{STEP_1_CATEGORY}}**
   - Use {{TOOL_1}} to {{ACTION_1}}
   - Expected outcome: {{OUTCOME_1}}

2. **{{STEP_2_CATEGORY}}**
   - Use {{TOOL_2}} to {{ACTION_2}}
   - Expected outcome: {{OU
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/tool-restricted-skill-template.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/skills/templates/tool-restricted-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/tool-restricted-skill-template.md

Related Skills