By Syndeo-AI
Operate your Resyndeo fleet from Claude Code — fleet file share (read/write) and publishing apps as private plugins. Wraps the `resyndeo` CLI.
Use when the user wants to package an app they're building as a Resyndeo plugin and run it on their own fleet — "publish this as a resyndeo plugin", "deploy my app to my cluster", "turn this repo into a plugin", "package this app as a Resyndeo plugin", "publish my service to my fleet", "deploy my own app to my cluster". Drives author → docker build → k3d import → publish via the resyndeo CLI.
Use when the user wants to read or write files in their Resyndeo fleet file share — "read a file on my fleet", "edit a file in my Resyndeo share", "list files in my Resyndeo share", "what's in my fleet share", "write this to my Resyndeo files", "update notes/todo.md on my fleet", "save this to my fleet share". Wraps the `resyndeo files` CLI (ls / cat / put) for the Syncthing-replicated fleet share.
Operate your Resyndeo fleet directly from Claude Code.
This plugin bundles two skills that wrap the resyndeo CLI:
| Skill | Fires when you say… | What it does |
|---|---|---|
| resyndeo-files | "read a file on my fleet", "list files in my Resyndeo share", "save this to my fleet" | Reads / lists / writes files in the Syncthing-replicated fleet file share via resyndeo files ls / cat / put. |
| publish-resyndeo-plugin | "publish this as a resyndeo plugin", "deploy my app to my cluster" | Packages a local app as a private Resyndeo plugin and deploys it: author → docker build → k3d image import → resyndeo plugin publish. |
These skills shell out to the resyndeo CLI — they do not bundle it. On the
machine running Claude Code you need:
brew install Syndeo-AI/tap/resyndeo # installs the CLI (+ helm, k3d)
resyndeo login # authenticate your fleet
publish-resyndeo-plugin additionally needs Docker running and at least one
local k3d cluster (resyndeo cluster install).
/plugin marketplace add Syndeo-AI/resyndeo-claude-plugin
/plugin install resyndeo@resyndeo
Once installed, the skills fire automatically from natural-language requests (e.g. "list the files in my Resyndeo share"). You don't invoke them by name.
plugins/resyndeo/skills/
├── resyndeo-files/ # read/write the fleet file share
└── publish-resyndeo-plugin/ # package + deploy an app as a plugin
├── references/ # plugin.yaml field guide, capability kinds
└── examples/ # minimal http-service and postgres-api plugins
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub syndeo-ai/resyndeo-claude-plugin --plugin resyndeoUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.