My personal collection of Claude Code plugins for enhancing productivity and workflow automation.
| Plugin | Description |
|---|---|
| ghost-content-plugin | Manage your Ghost blog content - create posts, sync drafts, push changes |
| readwise-plugin | Comprehensive Readwise integration - search your highlights, save content, analyze reading data, export highlights |
| obsidian-plugin | AI-powered Obsidian.md vault management - create notes, search vault, suggest links, autonomous assistant |
| ralph-loop-plugin | Continuous self-referential AI loops for iterative development |
| typescript-lsp-plugin | TypeScript/JavaScript language server for code intelligence |
| rust-analyzer-lsp-plugin | Rust language server for code intelligence and analysis |
| amplenote-plugin | Amplenote integration - create notes, manage tasks, search your knowledge base |
# Add this marketplace (one-time)
# Note: Use HTTPS URL if you don't have SSH keys configured
/plugin marketplace add https://github.com/ethanolivertroy/claude-plugins
# Install Ghost plugin
/plugin install ghost@ethanolivertroy-plugins
# Install Readwise plugin
/plugin install readwise@ethanolivertroy-plugins
# Install Obsidian plugin
/plugin install obsidian@ethanolivertroy-plugins
# Install Ralph Loop plugin
/plugin install ralph-loop@ethanolivertroy-plugins
# Install TypeScript LSP plugin
/plugin install typescript-lsp@ethanolivertroy-plugins
# Install Rust Analyzer LSP plugin
/plugin install rust-analyzer-lsp@ethanolivertroy-plugins
# Install Amplenote plugin
/plugin install amplenote@ethanolivertroy-pluginsGhost Plugin:
git clone https://github.com/ethanolivertroy/claude-plugins.git
cd claude-plugins/ghost-content-plugin
npm install
cd ..
claude --plugin-dir ./ghost-content-pluginReadwise Plugin:
git clone https://github.com/ethanolivertroy/claude-plugins.git
# Build the MCP server first
cd claude-plugins/readwise-plugin/server
npm install && npm run build
cd ../..
claude --plugin-dir ./readwise-pluginObsidian Plugin:
git clone https://github.com/ethanolivertroy/claude-plugins.git
cd claude-plugins/obsidian-plugin
npm install
cd ..
claude --plugin-dir ./obsidian-pluginThese are my personal Claude Code plugins that I've built to streamline my workflow. Feel free to use them as inspiration for your own plugins!
Author: Ethan Troy GitHub: @ethanolivertroy
MIT
