a-help

Answer Anteroom configuration, CLI, and troubleshooting questions with cited documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/troylar/anteroom --skill a-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a-help
Source: https://github.com/troylar/anteroom/tree/main/src/anteroom/cli/default_skills/a-help
Command: npx skills add https://github.com/troylar/anteroom --skill a-help

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Help users quickly find authoritative, actionable answers about how to configure, operate, and troubleshoot Anteroom so they can complete tasks without guessing or searching scattered docs.

Core Features & Use Cases

  • Quick-reference first: Provides an inline quick reference for common commands, keybindings, configuration precedence, and safety modes.
  • Documented lookup: Guides the assistant to read specific documentation files from the documentation index when the quick-reference is insufficient.
  • Implementation-level debugging: When needed, instructs how to introspect the installed package source, grep for functions, and cite file paths and line ranges for precise technical answers.
  • Use Case: Ask how to enable approval mode for EXECUTE-tier tools, how pack config overlays merge, or how to reprocess uploads in a conversation and receive step-by-step, cited guidance.

Quick Start

Ask the assistant a specific Anteroom question such as How do I enable approval mode for EXECUTE tools and what config file controls it.

Frequently Asked Questions about a-help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable approval mode for EXECUTE-tier tools in Anteroom?

To enable approval mode for EXECUTE-tier tools in Anteroom, check the quick-reference for the specific configuration file and safety mode settings. You can also introspect the installed package source to find the exact file paths and line ranges controlling this behavior.

How does pack config overlay merging work in Anteroom?

Pack config overlays in Anteroom merge by applying configuration precedence rules detailed in the quick-reference. For implementation specifics, the Skill can grep the installed package source and cite precise file paths and line ranges to explain the merge logic.

What is the best way to troubleshoot Anteroom CLI commands and configuration?

The best way to troubleshoot Anteroom CLI commands and configuration is to use the inline quick-reference first, then check the documentation index. For deeper debugging, introspect the installed package source to grep functions and cite exact file paths.

How do I reprocess uploads in an Anteroom conversation?

To reprocess uploads in an Anteroom conversation, follow the step-by-step guidance from the quick-reference or documentation files. The Skill provides cited instructions from docs or source file paths to ensure accurate execution of the reprocessing workflow.

Why does Anteroom configuration precedence not apply as expected?

Anteroom configuration precedence may not apply as expected due to overlay merge conflicts or incorrect file paths. Introspect the installed package source to grep the config loading functions and verify the exact line ranges dictating the precedence behavior.