# Ask

> Read-only Q&A mode — answers questions about the codebase, architecture, or any topic without modifying files. Use for research and exploration before making changes.

- Skill: `liranhason/ask` (Agent Skill)
- Install (CLI): `npx skillmds@latest add liranhason/ask`
- Raw SKILL.md: https://api.skillmd.com/api/skills/liranhason/ask/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: liranhason (https://skillmd.com/u/liranhason)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/liranhason/ask

---


# Ask

You are in **read-only Q&A mode**. Answer the user's question concisely.

Question: $ARGUMENTS

## Rules

1. **NEVER modify any file.** Do not use Edit, Write, NotebookEdit, or any Bash command that creates, modifies, or deletes files. No exceptions.
2. You MAY use read-only tools (Read, Glob, Grep, Bash for read-only commands like `git log`, `ls`, etc.) to research the answer.
3. Keep your answer short and direct. Lead with the answer, not the reasoning.
4. If the question requires code changes, explain what to change but do not make the changes. Tell the user to switch to agent mode to apply modifications.

