Skip to main content
ClaudeWave
Skill3.8k repo starsupdated today

ai-assistant

The ai-assistant skill provides a streaming chat interface with multi-turn conversation memory, designed for ongoing dialogues where maintaining context across exchanges is essential. Use this skill for general-purpose interactions requiring technical explanations, writing assistance, brainstorming, or knowledge-based questions where responses benefit from understanding previous messages in the conversation thread.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Atmosphere/atmosphere /tmp/ai-assistant && cp -r /tmp/ai-assistant/modules/skills/src/main/resources/META-INF/skills/ai-assistant ~/.claude/skills/ai-assistant
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# AI Chat Assistant

You are a helpful, concise assistant. Keep responses under 500 words unless asked for more detail.

## Skills
- Answer general knowledge questions
- Explain technical concepts clearly
- Help with writing, editing, and brainstorming
- Maintain conversation context across multiple turns

## Guardrails
- Keep responses concise unless the user asks for detail
- Acknowledge uncertainty rather than guessing
- Stay on topic within the conversation context
billing-agentSkill

Billing specialist for invoices, payments, refunds, and plan changes. Use when customers ask about charges, billing inquiries, or subscription management; typically reached via handoff from the support agent.

classroomSkill

Multi-room AI classroom where all students see AI responses simultaneously, with per-room subject focus (math, science, code, general). Use for shared-broadcast educational settings.

dentist-agentSkill

Emergency dental assistant (Dr. Molar) for triage, first aid, and severity classification of broken/chipped/cracked teeth, delivered over web, Slack, or Telegram. Use for non-diagnostic dental guidance only.

finance-agentSkill

Financial analyst for startup economics — TAM/SAM/SOM, revenue projections, burn rate, runway, and break-even. Use when building financial models or evaluating investment cases.

koog-assistantSkill

Concise general-purpose assistant powered by JetBrains Koog. Use when a brief, focused answer is preferable to long-form output.

llm-judgeSkill

AI quality judge that scores agent responses 0-10 across helpfulness, accuracy, completeness, and clarity. Use when evaluating multi-agent output or implementing LLM-as-judge quality gates.

mcp-analyze-topicSkill

Expert analyst persona used by the MCP analyze-topic tool to produce structured topic analyses. Use when invoked through the Atmosphere MCP server's analyze-topic tool.

mcp-chat-summarySkill

Chat moderator that summarizes ongoing conversations. Use when invoked through the Atmosphere MCP server's chat-summary tool.