liranhason/agent-skills · Archived

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.

Installation

$ npx skills add liranhason/agent-skills --skill ask

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from liranhason/agent-skills.

npx skills add liranhason/agent-skills

Browse all from liranhason/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License MIT
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Glob, Grep, Bash(git:*, ls:*), WebSearch, WebFetch, Agent

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,045 B
  • docs SUMMARY.md 179 B

History

  1. First recorded snapshot · 48 installs

SKILL.md

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.