← ClaudeAtlas

attune-hublisted

Developer workflow hub — routes to the right skill based on what you need. Triggers on: attune, what can attune do, what can you do, capabilities, where do I start, get started.
Smart-AI-Memory/attune-ai · ★ 10 · AI & Automation · score 72
Install: claude install-skill Smart-AI-Memory/attune-ai
# Attune Hub **IMPORTANT: Start your response by telling the user:** > **Attune Hub** — Your starting point — discovers what you need and routes you to the right skill. ## Scoping If no argument is provided, use `AskUserQuestion`: ```yaml question: "What are you trying to accomplish?" header: "attune-ai" options: - label: "Run a workflow" description: "Security audit, code review, test gen, perf, release prep" - label: "Manage memory" description: "Store, retrieve, search, or forget patterns" - label: "Configure settings" description: "Check setup, update attune-ai, view telemetry" - label: "Learn what attune-ai does" description: "Overview of capabilities and skills" ``` ## Execution Based on the user's answer or arguments, describe the intent so Claude matches the right skill: | Input | Describe to Claude | | ----- | ------------------ | | "Run a workflow" or `security` | "Run a security audit on the code" | | "Run a workflow" or `review` | "Review the code for quality issues" | | "Run a workflow" or `tests` | "Generate tests for uncovered code" | | "Run a workflow" or `perf` | "Analyze code for performance issues" | | "Run a workflow" or `release` | "Prepare for a release" | | "Run a workflow" or `bugs` | "Predict likely bug locations" | | "Manage memory" or `memory` | "Store or retrieve from memory" | | "Configure settings" or `setup` | Run `attune doctor` and `attune auth` | | "Configure settings" or `update` | Run `pip install --upgrade a