subask_skill

This skill enables you to delegate off-topic questions to a subagent to preserve main session focus and reduce token usage.
  • Shell

0

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill shotaiuchi/dotclaude --skill subask

  • SKILL.md2.6 KB

Overview

This skill forwards a focused question to a sub-agent so you can get an answer without polluting the main session. It preserves the main conversation context, reduces token usage, and keeps your primary task flow uninterrupted. The sub-agent runs independently and returns its reply directly to the main session.

How this skill works

You invoke the skill with "/subask <question>". The skill validates input, launches a sub-agent task with parameters (model, type, and a prompt that includes the current working directory), and returns the sub-agent's output unchanged. By default it uses a low-cost, fast model and a general-purpose sub-agent; flags change model and behavior.

When to use it

  • Ask brief diversion questions during a longer session without losing context
  • Get quick technical clarifications or conceptual summaries
  • Request filesystem or git actions localized to the current working directory
  • Avoid increasing token consumption in the main conversation
  • Run small experimental queries that should not affect session memory

Best practices

  • Keep questions concise to get focused responses from the sub-agent
  • Use --detailed for deeper explanations or when you need thorough guidance
  • Use --explore when the answer must inspect the repository or files
  • Avoid relying on sub-agent replies for critical state changes unless you verify them
  • Include explicit scope if you expect file or git operations (e.g., mention the target directory)

Example use cases

  • Quickly compare two technologies: "/subask REST and GraphQL differences"
  • Ask for coding patterns: "/subask Go error handling patterns"
  • Request a repository-aware action: "/subask --explore list files in this directory"
  • Get a short conceptual explanation: "/subask Explain asyncio vs threading"
  • Commit changes in current directory: "/subask Commit changes"

FAQ

The skill responds with usage information: "Usage: /subask <question>" and exits without launching a sub-agent.

How do I get a more detailed answer or let the agent inspect files?

Add --detailed to use the higher-capability model and request depth; add --explore to allow repository/file inspection and switch the sub-agent type to Explore.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational