{"id":38386830,"url":"https://github.com/ethanolivertroy/claude-plugins","last_synced_at":"2026-01-17T03:44:01.087Z","repository":{"id":330532973,"uuid":"1123058878","full_name":"ethanolivertroy/claude-plugins","owner":"ethanolivertroy","description":"my claude code plugins","archived":false,"fork":false,"pushed_at":"2026-01-14T03:32:53.000Z","size":416,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T07:19:17.459Z","etag":null,"topics":["ai","claude","claude-code","claude-plugins","llm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethanolivertroy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-26T05:35:32.000Z","updated_at":"2026-01-14T03:32:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ethanolivertroy/claude-plugins","commit_stats":null,"previous_names":["ethanolivertroy/claude-plugins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ethanolivertroy/claude-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fclaude-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fclaude-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fclaude-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fclaude-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethanolivertroy","download_url":"https://codeload.github.com/ethanolivertroy/claude-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanolivertroy%2Fclaude-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28493639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","claude-code","claude-plugins","llm"],"created_at":"2026-01-17T03:44:01.019Z","updated_at":"2026-01-17T03:44:01.072Z","avatar_url":"https://github.com/ethanolivertroy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Claude Code Plugins Banner](./claude-plugins.jpg)\n\n# My Claude Code Plugins\n\nMy personal collection of Claude Code plugins for enhancing productivity and workflow automation.\n\n## My Plugins\n\n| Plugin | Description |\n|--------|-------------|\n| [ghost-content-plugin](./ghost-content-plugin/) | Manage your Ghost blog content - create posts, sync drafts, push changes |\n| [readwise-plugin](./readwise-plugin/) | Comprehensive Readwise integration - search your highlights, save content, analyze reading data, export highlights |\n| [obsidian-plugin](./obsidian-plugin/) | AI-powered Obsidian.md vault management - create notes, search vault, suggest links, autonomous assistant |\n| [ralph-loop-plugin](./ralph-loop-plugin/) | Continuous self-referential AI loops for iterative development |\n| [typescript-lsp-plugin](./typescript-lsp-plugin/) | TypeScript/JavaScript language server for code intelligence |\n| [rust-analyzer-lsp-plugin](./rust-analyzer-lsp-plugin/) | Rust language server for code intelligence and analysis |\n| [amplenote-plugin](./amplenote-plugin/) | Amplenote integration - create notes, manage tasks, search your knowledge base |\n\n## Installation\n\n### From GitHub (Recommended)\n\n```bash\n# Add this marketplace (one-time)\n# Note: Use HTTPS URL if you don't have SSH keys configured\n/plugin marketplace add https://github.com/ethanolivertroy/claude-plugins\n\n# Install Ghost plugin\n/plugin install ghost@ethanolivertroy-plugins\n\n# Install Readwise plugin\n/plugin install readwise@ethanolivertroy-plugins\n\n# Install Obsidian plugin\n/plugin install obsidian@ethanolivertroy-plugins\n\n# Install Ralph Loop plugin\n/plugin install ralph-loop@ethanolivertroy-plugins\n\n# Install TypeScript LSP plugin\n/plugin install typescript-lsp@ethanolivertroy-plugins\n\n# Install Rust Analyzer LSP plugin\n/plugin install rust-analyzer-lsp@ethanolivertroy-plugins\n\n# Install Amplenote plugin\n/plugin install amplenote@ethanolivertroy-plugins\n```\n\n### Local Development\n\n**Ghost Plugin:**\n```bash\ngit clone https://github.com/ethanolivertroy/claude-plugins.git\ncd claude-plugins/ghost-content-plugin\nnpm install\ncd ..\nclaude --plugin-dir ./ghost-content-plugin\n```\n\n**Readwise Plugin:**\n```bash\ngit clone https://github.com/ethanolivertroy/claude-plugins.git\n# Build the MCP server first\ncd claude-plugins/readwise-plugin/server\nnpm install \u0026\u0026 npm run build\ncd ../..\nclaude --plugin-dir ./readwise-plugin\n```\n\n**Obsidian Plugin:**\n```bash\ngit clone https://github.com/ethanolivertroy/claude-plugins.git\ncd claude-plugins/obsidian-plugin\nnpm install\ncd ..\nclaude --plugin-dir ./obsidian-plugin\n```\n\n## About\n\nThese 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!\n\n**Author**: Ethan Troy\n**GitHub**: [@ethanolivertroy](https://github.com/ethanolivertroy)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanolivertroy%2Fclaude-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethanolivertroy%2Fclaude-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanolivertroy%2Fclaude-plugins/lists"}