Stats
Links
Categories
Personal Claude Code plugins for consistent behavior across accounts and machines
npx claudepluginhub jeremiahshirk/claude-pluginsHome Assistant SSH operations for my HAOS instance on a Raspberry Pi 4 at homeassistant.local
My personal Claude Code plugin marketplace for consistent Claude behavior across accounts and machines.
Add this marketplace to Claude Code once per machine:
# Claude Code will prompt you to confirm
/plugin marketplace add jsh https://github.com/jeremiahshirk/claude-plugins
Then install individual plugins:
/plugin install ha-ssh@jsh
| Plugin | Description |
|---|---|
| ha-ssh | Home Assistant SSH operations for my HAOS instance |
plugins/
└── <plugin-name>/
├── .claude-plugin/
│ └── plugin.json # required metadata
├── skills/ # auto-triggered context injection
├── commands/ # slash commands
├── .mcp.json # MCP server config (optional)
└── README.md
plugins/<plugin-name>/ with the structure above.claude-plugin/plugin.json