question

Answer questions about the project structure and documentation without coding

Content Preview
---
allowed-tools: Bash(git ls-files:*), Read
description: Answer questions about the project structure and documentation without coding
---

# Question

Answer the user's question by analyzing the project structure and documentation. This prompt is designed to provide information and answer questions without making any code changes.

## Instructions

- **IMPORTANT: This is a question-answering task only - DO NOT write, edit, or create any files**
- **IMPORTANT: Focus on understanding and explai
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/question.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/question.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/disler/claude-code-hooks-mastery

Then reference at .claude/commands/question.md

Related Skills