By edimuj
Generate beautiful terminal screenshots for documentation and READMEs. Creates polished macOS-style terminal mockups with syntax highlighting.
A collection of useful plugins and tools for Claude Code
Add the marketplace to Claude Code:
/plugin marketplace add edimuj/claude-workshop
Install a plugin:
/plugin install cli-screenshot@claude-workshop
| Plugin | Description |
|---|---|
| cli-screenshot | Generate polished macOS-style terminal screenshots with syntax highlighting and multiple themes |
| smart-terminal-setup | Configure Shift+Enter for multi-line input in terminals not supported by the built-in /terminal-setup |
Create your own plugins with this structure:
plugins/my-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/
│ └── my-command.md # Skill definitions
├── templates/ # Optional templates
├── scripts/ # Optional helper scripts
└── README.md # Documentation
Add your plugin to .claude-plugin/marketplace.json to make it available.
Other Claude Code tools by the same author:
| Project | Description |
|---|---|
| claude-mneme | Persistent memory plugin for Claude Code |
| vexscan-claude-code | Security vulnerability scanner plugin for Claude Code |
| claude-simple-status | Simple status line for Claude Code |
| tokenlean | CLI tools to explore codebases efficiently and save context tokens |
Contributions are welcome! Feel free to:
plugins/your-plugin/.claude-plugin/marketplace.jsonOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub edimuj/claude-workshop --plugin cli-screenshotMCP server for controlling iOS simulators and Android emulators via agent-device accessibility tree
Smart terminal configuration for Claude Code. Extends /terminal-setup to support terminals like Tabby, Hyper, and others that Claude Code doesn't configure natively.
Automatic session memory for Claude Code — every session picks up where the last one left off
Generate professional animated CLI demos and terminal recordings with VHS. Supports automated generation, batch processing, and interactive recording for documentation and tutorials
Expert CLI/TUI design consultant for command structure, visual design, accessibility, and UX patterns
Terminal and shell systems expert with comprehensive documentation. Covers TTY/PTY architecture, stdin/stdout/stderr streams, signals, ANSI escape sequences, job control, terminal modes, and cross-platform CLI development.
Documentation generation with API docs, architecture diagrams, and tutorials
Claude Powerline statusline setup wizard
CLI platform discipline: CLI application design, shell scripting conventions, and terminal UX