Skip to content

edimuj/claude-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Workshop Mascot

Claude Workshop

A collection of useful plugins and tools for Claude Code

License Issues


Quick Start

Add the marketplace to Claude Code:

/plugin marketplace add edimuj/claude-workshop

Install a plugin:

/plugin install cli-screenshot@claude-workshop

Plugins

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

Plugin Development

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.

Related Projects

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

Contributing

Contributions are welcome! Feel free to:

  1. Fork the repository
  2. Create a plugin in plugins/your-plugin/
  3. Add it to .claude-plugin/marketplace.json
  4. Submit a pull request

License

Apache 2.0

About

A collection of useful plugins and tools for Claude Code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors