Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Bbq Offload

ASecurity

Offload the questions of whatever skill is running (brainstorming, a custom skill) to the bbq browser UI, one question at a time, while that skill's own flow stays in the terminal. Use when the user types /bbq-offload, says "offload the questions to bbq" or "ask me in the browser", and the bbq MCP tools are available.

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgo

Works with

terminalmcp

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add adesombergh/bbq --skill bbq-offload --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Bbq Offload?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Bbq Offload
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/adesombergh-bbq-offload/badge)](https://www.skillsdirectory.com/skills/adesombergh-bbq-offload)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: bbq-offload
description: Offload the questions of whatever skill is running (brainstorming, a custom skill) to the bbq browser UI, one question at a time, while that skill's own flow stays in the terminal. Use when the user types /bbq-offload, says "offload the questions to bbq" or "ask me in the browser", and the bbq MCP tools are available.
---

This is not a grilling. Keep running the skill you are already running (or are
about to run) **exactly as written** — its classification, its steps, its gates,
its ending. The only thing that changes is where its questions are asked: in the
browser, through the bbq tools, instead of in the terminal. bbq is the place
questions are asked, nothing more; the running skill owns what happens after
the last one (`docs/adr/0021-offload-is-a-session-kind.md`).

## No Step 0

There is no mode and no question budget: the running skill decides how many
questions it asks and what it does with documents. The **session language** is
the conversation's language; an argument (`/bbq-offload fr`) overrides it. It
covers questions, options, recommendations, notes and asides, and nothing else.

## Protocol

1. **Open on the first question, not before.** When the running skill first
   needs to ask the user something, call
   `open_session({ title, shortTitle, kind: "offload" })`. `title` names what the
   skill is working on; `shortTitle` is two to four words for the browser tab.
   Tell the user in one line that the questions are now in the browser.
2. **Every question goes to the browser.** A question the skill would print, an
   `AskUserQuestion`, an approval gate — each becomes `ask_round({ sessionId,
questions })`. One question per round is the normal case; questions the skill
   would ask together in one message go in one round. Each question object:
   - `title`: a short bold title. `body`: the question, markdown, with the
     context the user needs to answer it.
   - `options`: `{ label, description? }` for a closed question; omit for an
     open one.
   - `recommendation`: **always present** — your best guess, even for an open
     question. If it is one of the options, also set `recommendedOptionId`.
3. **Loop on `wait_for_answers({ sessionId, roundId })`.**
   - `pending` → call it again. Say nothing in the terminal.
   - `aside_requested` → do what the result says, `post_aside`, wait again.
   - `answered` → hand the answers back to the running skill and continue it.
     The round sent itself when its last question was answered; there is no
     send press to wait for.
   - `closed` → the user ended it. Say so in one line and ask any remaining
     questions in the terminal. Never open a new session on your own.
4. **Close when there is nothing left to ask.** When the running skill reaches a
   step with no more questions (the spec is approved and implementation starts,
   the handoff is printed), call `close_session`. The user can also say stop.

## Mapping a skill's gates

- **Something to approve** (a design section, a written spec, a plan): the
  question body holds the section itself, the options are **Approve** and
  **Revise**, and the recommendation says which and why. A manual answer names
  the revision.
- **Approaches to choose from**: one question, one option per approach with its
  trade-off in `description`, the recommended one in `recommendedOptionId`.
- **A classification the skill announces** (for `brainstorming`: spike, bounded
  or architectural) is said in the terminal, not asked, unless the skill asks.

## Rules

- Progress, results and the work itself stay in the terminal. Only questions go
  to the browser; never print a question in both places.
- Before a long silent step between two questions (writing a spec, exploring
  the codebase), `post_note` one line saying what you are doing.
- Do not offer a skill's own browser companion (`brainstorming`'s visual
  companion). A question that needs a picture says so in its body; the user
  presses **Show me**.
- Asides answer the _question as asked_; never add options or change the
  recommendation inside an aside. Pick the aside `format` that matches what you
  produced. Never write a file or open one for an aside.
- The skill you are running is still in charge: its hard gates, its terminal
  state and the next skill it invokes are unchanged by being offloaded.

Attribution

adesomberghadesombergh
View sourceMore from adesombergh →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →