Plugins for Claude Code. Your world at a glance, without leaving the terminal. Track PRs, calendar, Slack, stocks, music—all in your statusline. The flow: /hub-setup → add monitors → alerts appear → /hub-ack for smart actions (merge PR, join meeting, reply to Slack). → Full documentation — workflow examples, all services, commands AI-powered market screening, without leaving the terminal. Screen s
Add this skill
npx mdskills install fiale-plus/fiale-claude-pluginsThree well-documented plugins for Claude Code with clear use cases and installation steps
1# Claude Code Plugins23Plugins for [Claude Code](https://docs.anthropic.com/en/docs/claude-code).45[](LICENSE)6[](https://docs.anthropic.com/en/docs/claude-code)78## Status Hub910**Your world at a glance, without leaving the terminal.**11121314Track PRs, calendar, Slack, stocks, music—all in your statusline.1516**The flow:** `/hub-setup` → add monitors → alerts appear → `/hub-ack` for smart actions (merge PR, join meeting, reply to Slack).1718**Install:**19```bash20/plugin marketplace add fiale-plus/fiale-claude-plugins21/plugin install claude-status-hub22/hub-setup23```2425→ [Full documentation](plugins/claude-status-hub) — workflow examples, all services, commands2627## TradingView2829**AI-powered market screening, without leaving the terminal.**3031```32/market-regime3334┌─────────────────────┬──────────┬──────────┬───────────┬────────┐35│ Index │ Price │ ATH │ Drawdown │ Status │36├─────────────────────┼──────────┼──────────┼───────────┼────────┤37│ Nasdaq Composite │ 19,864 │ 20,173 │ -1.53% │ 🟢 │38│ OMX Stockholm 30 │ 2,547 │ 2,601 │ -2.08% │ 🟢 │39│ Nikkei 225 │ 38,026 │ 42,426 │ -10.37% │ 🔴 │40└─────────────────────┴──────────┴──────────┴───────────┴────────┘4142Overall: 2/3 indexes in normal range43```4445Screen stocks, forex, crypto, and ETFs using TradingView's 75+ fundamental and technical indicators.4647**Install:**48```bash49/plugin marketplace add fiale-plus/fiale-claude-plugins50/plugin install tradingview51/market-regime52```5354→ [Full documentation](plugins/tradingview)5556## Vibes5758**Your session's emotional arc, in sound.**5960Plays a short musical phrase whenever Claude finishes a task or needs your attention. Mood is inferred from the transcript: triumphant on success, gentle descend on errors, unresolved on notifications, settled when neutral.6162Pure-Python synthesis — no audio files, no dependencies. Requires macOS (`afplay`).6364**Install:**65```bash66/plugin marketplace add fiale-plus/fiale-claude-plugins67/plugin install vibes68```6970→ [Full documentation](plugins/vibes)7172## License7374MIT75
Full transparency — inspect the skill content before installing.