Q banner
hyperb1iss hyperb1iss

Q

Communication community

Description

The tiniest Claude Code CLI - ask, pipe, chat

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

q

**The tiniest Claude Code CLI — ask, pipe, chat**

[![npm](https://img.shields.io/npm/v/@hyperb1iss/q?style=for-the-badge&logo=npm&logoColor=white&color=ff6ac1)](https://www.npmjs.com/package/@hyperb1iss/q) [![License](https://img.shields.io/badge/License-MIT-e135ff?style=for-the-badge&logo=opensourceinitiative&logoColor=white)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-5.0-80ffea?style=for-the-badge&logo=typescript&logoColor=black)](https://www.typescriptlang.org/) [![Bun](https://img.shields.io/badge/Bun-Runtime-f1fa8c?style=for-the-badge&logo=bun&logoColor=black)](https://bun.sh) [![Claude](https://img.shields.io/badge/Claude-Agent_SDK-e135ff?style=for-the-badge&logo=anthropic&logoColor=white)](https://github.com/anthropics/claude-code) [![ko-fi](https://img.shields.io/badge/Ko--fi-Support-ff6ac1?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/hyperb1iss)

❯ _One letter. Infinite answers._ ❮

[Quick Start](#-quick-start) • [Modes](#-modes) • [Shell Integration](#-shell-integration) • [Configuration](#-configuration) • [Sessions](#-sessions)


**q** is a minimal, elegant CLI for Claude. Ask your question, get back to work.

⚡ Quick Start

# Install
npm i -g @hyperb1iss/q

# Set your API key
export ANTHROPIC_API_KEY="sk-ant-..."

# Ask anything
q "how do I find large files in this directory"

That's it. You're running.

💎 Modes

Mode Trigger What It Does
Query q "question" Quick answer, streamed to terminal
Pipe cat file | q "convert" Transform piped content, raw output
Interactive q -i TUI chat with full context
Agent q -x "task" Execute with tools (read, wr