Personal Claude Code plugins for productivity and workflow automation.
Add this marketplace to Claude Code:
/plugin marketplace add esimkowitz/claude-pluginsThen install the plugins you want:
/plugin install save-plan@esimkowitz-plugins
/plugin install task-discovery@esimkowitz-plugins| Plugin | Description |
|---|---|
| save-plan | Save and find plan mode documents for future reference |
| task-discovery | Auto-discover Taskfile.yml tasks at session start and context compaction |
- Create a directory under
plugins/with your plugin name - Add
.claude-plugin/plugin.jsonwith name, description, and version - Add your components (commands, skills, hooks, agents) in the appropriate directories
- Add a
README.mdfor documentation - Commit and push
MIT