ALOHA · CURATED GUIDE

Curated Plugins, MCPs, Skills, Tools
for Claude Code, without the noise.

A curation guide that organizes Claude Code extensions by effect and use case. We also cover new features and updates from Claude Code itself.

~/my-app
# 🌺 Extend Claude Code with curated tools
$ claude
> /plugin install frontend-design
🎨 React · Tailwind · production UI

— BY CATEGORY

— CURATED

View all →
Plugin ⬇ 455.6k

Frontend Design

💡 Generates distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.
🎯 Production-grade UI generation Quality
#UI#React#design#Tailwind
Updated
MCP ★ 571 ⬇ 50.2k

Atlassian

💡 Official MCP server for Jira and Confluence. Query and update issues, manage Confluence pages, and stay in your editor instead of context-switching to the browser.
🔓 Issue tracking and doc management in-editor Capability
#Jira#Confluence#project management#docs
Updated
Tool ★ 7.3k

ccstatusline

💡 A Powerline-style status line for the Claude Code CLI. Show model, token usage, session time, and more at a glance.
Dramatic terminal visibility boost Experience
#statusline#terminal#monitoring#Powerline
Updated
Skill ★ 23.8k

Obsidian Skills

💡 A collection of agent skills for reading and writing Obsidian-specific file formats — markdown, Canvas, Base — directly from Claude Code.
🔓 Direct Obsidian vault manipulation Capability
#Obsidian#markdown#notes#Canvas#knowledge management
Updated
Plugin ★ 151.6k ⬇ 355.7k

Superpowers

💡 A complete software development methodology for your coding agents, built on composable skills that enforce TDD, systematic debugging, and plan-driven execution.
🎯 Systematic development workflow Quality
#TDD#debugging#planning#code review#brainstorming#official
Updated
Skill ⬇ 73.2k

Claude Code Setup

💡 Analyzes your project and recommends the right mix of MCP servers, skills, hooks, and slash commands to automate it in Claude Code.
Project-tailored setup recommendations Experience
#setup#automation#recommendations#onboarding
Updated

— GUIDES

View all →

— UPDATES

View all →
Update

Claude Code 2.1.141

Added `terminalSequence` to hook JSON output so hooks can emit desktop notifications, window titles, and bells without a controlling terminal, `CLAUDE_CODE_PLUGIN_PREFER_HTTPS` to clone GitHub plugin sources over HTTPS instead of SSH, `ANTHROPIC_WORKSPACE_ID` for workload identity federation, and `claude agents --cwd <path>` to scope sessions to a directory. `/feedback` can now include recent sessions (last 24 hours or 7 days), and the Rewind menu adds "Summarize up to here" to compress earlier context. Bug fixes span background side-queries sending an unavailable Haiku model ID on Bedrock/Vertex/Foundry/gateway, Remote Control MCP connectors failing with 401 during worker token rotation, `claude plugin install` failing on stale marketplace refs, MCP HTTP/SSE 403s being shown as `failed` instead of `needs auth`, and a wide sweep of auth, session, MCP, plugin, and UI regressions.

Update

Claude Code 2.1.140

Agent tool `subagent_type` matching now accepts case- and separator-insensitive values (e.g. "Code Reviewer" resolves to `code-reviewer`), and plugins now warn when a default component folder (e.g. `commands/`) is silently ignored because `plugin.json` sets the matching key. Bug fixes cover `/goal` silently hanging under `disableAllHooks` / `allowManagedHooksOnly`, a settings hot-reload regression on symlinked files, `claude --bg` connection drops at idle-exit, remote managed settings not retrying on 401, the managed `extraKnownMarketplaces` auto-update policy not being persisted, `Read` tool validation on whitespace-padded `offset` strings, and a Windows event-loop stall caused by missing executables.

Update

Claude Code 2.1.139

Adds the agent view (Research Preview) for tracking every Claude Code session in one place, and a `/goal` command that keeps Claude working across turns until a completion condition is met. Hooks gain an exec form (`args: string[]`) and a `PostToolUse` `continueOnBlock` option, MCP stdio servers now receive `CLAUDE_PROJECT_DIR`, and `/mcp` Reconnect picks up `.mcp.json` edits without a restart. Note: Remote Control, `/schedule`, claude.ai MCP connectors, and notification preferences are now disabled whenever `ANTHROPIC_API_KEY` / `apiKeyHelper` / `ANTHROPIC_AUTH_TOKEN` is set, even alongside a Claude.ai login.