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

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