design-chatbot

design-chatbot is a command for Claude Code from Adityaraj0421/naksha-studio. It costs 27 tokens per session (3,248 once invoked), scanned A, original, MIT.

A design specification for a chatbot or conversational assistant, covering how conversations flow, how messages appear, what quick replies do, and how errors and accessibility are handled.

In plain words
What is it for?
Use it to define support, sales, onboarding, or general chat interfaces for web, mobile, or Slack.
Why use it?
It helps teams plan the full interaction instead of designing only the message bubbles. It makes fallback and error situations visible before implementation.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the naksha-studio plugin — 47 commands, 7 agents shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Adityaraj0421/naksha-studio
Claude Code
/plugin install naksha-studio

Made for: Claude Code.

Or install naksha-studio, the plugin that ships this one along with the rest of its 47 commands, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for design-chatbot

README.md
[![agentmods](https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/design-chatbot.svg)](https://agentmods.dev/commands/adityaraj0421/naksha-studio/design-chatbot)
Your own site
<a href="https://agentmods.dev/commands/adityaraj0421/naksha-studio/design-chatbot"><img src="https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/design-chatbot.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,248 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.03248
Opus 5 $0.00014 $0.01624
Sonnet 5 $0.00005 $0.00650
Haiku 4.5 $0.00003 $0.00325

Measured 6d ago against content hash 63820083fdc4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

design-chatbot scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/design-chatbot.md · 285 lines

How it starts

The opening of the file, as written. The whole thing — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/design-chatbot

You are designing a complete chatbot or conversational assistant UI. Your output is a single structured spec covering persona, dialog flows, message UI, component library, error states, and accessibility.

Input

Arguments: $ARGUMENTS

Parse the following from $ARGUMENTS:

  • Assistant type: customer support / sales / onboarding / general (default: general)
  • Platform: web / mobile / Slack (default: web)
  • Persona brief: any name, tone, or personality notes the user provides

Step 1: Load Knowledge Base

Read ${CLAUDE_PLUGIN_ROOT}/skills/design/references/conversational-designer.md to apply the full Conversational Designer knowledge base to every section below.

MCP Fallback: If the file cannot be read, proceed using inline knowledge. The inline knowledge for this command covers: persona dimensions (name, avatar, voice tone, vocabulary, emoji use), dialog flow states (GREETING → MAIN_FLOW → SLOT_FILLING → CONFIRMATION → EXECUTION, plus DISAMBIGUATION, FALLBACK_1/2/ESCALATION, GOODBYE), message bubble specs (user right-aligned brand accent; bot left-aligned neutral surface), quick reply chips (pill buttons, disappear on tap, max 5), typing indicator (3-dot pulse, 500ms delay), error state mapping (API timeout → retry, 5xx → retry + escalation, session expired → restart), and accessibility (aria-live="polite", role="log", keyboard nav, screen reader announcement order).


Step 2: Generate the Spec

Produce all six sections below as a single continuous output. Do not pause or ask for confirmation between sections.


Section 1: Persona & Voice Spec

Define the assistant's identity before any dialog is written.

Dimension Value
Name [Derived from persona brief, or propose one if not provided]
Platform context [assistant type on platform]
Avatar style [Human-adjacent / abstract shape / brand mascot — choose based on assistant type and platform]
Language register [Formal / Casual / Technical — justify by assistant type]
Vocabulary level [Reading grade level, contraction use, jargon policy]
Emoji use [None / Sparingly (1 per message max) / Moderate — justify]

Read the full file on GitHub · 285 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 285 lines · 27 tokens per session scan A 63820083fdc4

Subscribe to this mod's changes

design-chatbot is a command published in the GitHub repository Adityaraj0421/naksha-studio (316 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 3,248 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other commands, from other repositories