Stats
Links
Categories
Zedra plugins for Claude Code
npx claudepluginhub tanlethanh/zedra-pluginStart and manage Zedra Host daemon for remote mobile development. Checks installation, launches the daemon, and prints a QR code to pair with the Zedra mobile app.
Agent plugin for Zedra — control your dev environment from your phone.
See zedra.dev for the app and full documentation.
curl
# Install Zedra CLI
curl -fsSL zedra.dev/install.sh | sh
# Start Zedra in working directory
zedra start
Claude Code
# Inside Claude Code session
/plugin marketplace add tanlethanh/zedra-plugin
/plugin install zedra@zedra
# Restart Claude Code session and start Zedra
/zedra:zedra-start
Codex
# Install CLI and setup Codex skill
curl -fsSL zedra.dev/codex.sh | sh
# then in Codex:
/zedra-start
OpenCode
# Install CLI and setup OpenCode skill
curl -fsSL zedra.dev/opencode.sh | sh
# then in OpenCode:
/zedra-start
Gemini CLI
gemini skills install https://github.com/tanlethanh/zedra-plugin.git --path plugins/zedra
/zedra-start
| Skill | Description |
|---|---|
zedra-start | Launch daemon and print QR for mobile pairing |
zedra-status | Show daemon status and active sessions |
zedra-stop | Stop the daemon |
zedra-terminal | Open a terminal on the connected phone |
MIT
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations