
Plugin Preset
- Updated February 26, 2026
- topjung3/heesu-claude-marketplace
plugin-preset is a Claude Code skill in the AI & Agent Building category. Plugin preset saving and loading plugin.
Key points
- plugin-preset
- AI & Agent Building
- AI-coding skill
Plugin Preset by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add topjung3/heesu-claude-marketplace/plugin install plugin-preset@heesu-claude-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | February 26, 2026 |
|---|---|
| Repository | topjung3/heesu-claude-marketplace ↗ |
What it does
Plugin preset saving and loading plugin.
README.md
plugin-preset
A tool for saving and loading plugin preset configurations. Quickly switch between plugin sets for different project types.
Marketplace Installation
/plugin install plugin-preset@heesu-claude-marketplace
Usage
Save a Preset
Saves the currently active plugin configuration as a preset.
/plugin-preset:save <name> [description]
Examples:
/plugin-preset:save go-backend Go backend development environment
/plugin-preset:save frontend Frontend development environment
Load a Preset
Loads a saved preset and switches plugins in bulk.
# List available presets
/plugin-preset:load
# Load a specific preset
/plugin-preset:load go-backend
Behavior on load:
- Plugins included in the preset → enabled
- Plugins not in the preset → disabled
- Uninstalled plugins → installation command provided
- Unregistered marketplaces → registration command provided
For Developer
Test it on your local.
claude --plugin-dir ./plugins/plugin-preset
Preset Storage Location
~/.claude/presets/<name>.json
Related skills
AI & Agent Buildingagents