← Browse

@samirpatil2000/ask

B

Answer-only mode. Trigger when the user is just asking a question — not requesting edits, builds, or implementations. Respond directly with the answer. No file changes, no commands, no plans.

skillclaude

Install

agr install @samirpatil2000/ask --target claude

Writes 1 file into .claude/skills/, pinned to git-2a0e9486.

  • .claude/skills/ask/SKILL.md

Document


name: ask description: Answer-only mode. Trigger when the user is just asking a question — not requesting edits, builds, or implementations. Respond directly with the answer. No file changes, no commands, no plans.

Ask

User is asking a question. Answer it. Read whatever you need to answer well.

Rules

  1. Answer directly — no fluff, no preamble
  2. DO read files, run read-only commands (grep, cat, ls, find, git log, etc.) to gather info
  3. DO generate mermaid diagrams when visual thinking helps — architecture, flows, relationships, sequences
  4. Do NOT create, edit, or delete any files
  5. Do NOT run commands that modify state (no installs, no writes, no builds)
  6. Do NOT propose an implementation plan
  7. If code is needed to explain, show it inline — don't write it to disk

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-2a0e94867ec72026-07-30