Skip to content

docs: Lead README with use cases and multi-client install#37

Merged
jack-arturo merged 3 commits intomainfrom
docs/readme-images
Apr 28, 2026
Merged

docs: Lead README with use cases and multi-client install#37
jack-arturo merged 3 commits intomainfrom
docs/readme-images

Conversation

@jack-arturo
Copy link
Copy Markdown
Member

Summary

  • Reframe the README around what people can build. Leads with five grounded example prompts (Slack control board, hello-kitty Home Assistant dashboard, OBS scene panel, repo dev deck, cross-MCP "Friday demo") that emphasize the discovery-via-other-MCPs pattern and the dynamic icon generation. Hero screenshot anchors the first example.
  • Multi-client install section. Per-client H3s for Cursor (with a one-click cursor:// deeplink button), Claude Desktop, Claude Code (claude mcp add ... -- uvx streamdeck-mcp), OpenAI Codex (~/.codex/config.toml), plus a generic stdio note. Linux users are pointed at the legacy USB server.
  • Demote legacy USB. Moved from second-class install option to a single section near the bottom with the full tool list and the uvx --from invocation. Useful when you'd rather have the MCP server own the hardware directly (Linux, headless setups, or environments where the Elgato app isn't running).
  • Preserve existing technical content. Tools table, editing workflow (quit → write → relaunch), under-the-hood notes, plugin internals, development setup, audit script, and VGP support footer all kept intact.

Test plan

  • Open README on github.com — confirm the screenshot renders and the blockquote caption looks right.
  • Click the Cursor one-click deeplink button — confirm Cursor opens and accepts the install (payload decodes to {"command":"uvx","args":["streamdeck-mcp"]}).
  • Paste the Claude Desktop JSON snippet into claude_desktop_config.json on a clean install and confirm the server starts.
  • Run claude mcp add streamdeck -- uvx streamdeck-mcp in a fresh Claude Code project and confirm tools enumerate.
  • Add [mcp_servers.streamdeck] block to ~/.codex/config.toml and confirm Codex sees the server.
  • Verify uvx --from streamdeck-mcp streamdeck-mcp-install-skill still copies the skill to ~/.claude/skills/streamdeck-designer/.
  • Verify the legacy uvx --from streamdeck-mcp streamdeck-mcp-usb entrypoint still launches the USB-direct server.

🤖 Generated with Claude Code

jack-arturo and others added 2 commits April 28, 2026 05:10
Include a new screenshot and example for the streamdeck-designer Agent Skill: adds docs/screenshots/slack-control-board.jpg and embeds it in README.md with an explanatory caption. Also expands the README examples to mention a "Slack control board" prompt to illustrate one-shot deck generation (channel jumps, status toggles, unread dials) using the MCP tools.
Reframes the README around what people can actually build instead of the server's architecture. Leads with five grounded example prompts (Slack, Home Assistant, OBS, dev decks, cross-MCP orchestration) that emphasize the discovery-via-other-MCPs pattern and the dynamic icon generation. Adds per-client install snippets for Cursor (with one-click deeplink), Claude Desktop, Claude Code, and OpenAI Codex, plus a generic stdio note. Demotes the legacy USB-direct server to a single section near the bottom with a Linux-user heads-up. Existing technical content (tools table, editing workflow, plugin internals) is preserved.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 28, 2026 06:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s README to lead with concrete Stream Deck use cases and provide clearer MCP client installation instructions, while keeping the existing technical/reference sections and moving legacy USB mode down the page.

Changes:

  • Reframes README introduction around example decks and adds a hero screenshot + caption.
  • Adds a multi-client install guide (Cursor deeplink + config snippets for Cursor, Claude Desktop/Code, Codex, and generic stdio).
  • Reorganizes existing technical sections (skill, tools, editing workflow, legacy USB mode, development).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md
- Re-add icon/text mutual-exclusivity note to streamdeck_create_icon row
- Mark streamdeck_restart_app as macOS-only (raises elsewhere)
- Add Platform support note to Editing workflow explaining macOS-only
  behavior of running-app guard, auto_quit_app, and restart_app, and
  what Windows users need to do manually

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jack-arturo jack-arturo merged commit 9cab555 into main Apr 28, 2026
8 checks passed
@jack-arturo jack-arturo deleted the docs/readme-images branch April 28, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants