Plugins Claude are a NIGHTMARE! please help me.
What's your method for building Agents that are Functional AND Easy to maintain or repair??
Personally, I work within the Claude environment, and I'm used to creating automations in this form: I build Plugins that run every day in Cowork (Scheduled Tasks).
When it works, it's great, but when it breaks: it's a NIGHTMARE to fix. To this day, I haven't found any simple way to repair the workflow of a plugin that breaks other than uninstalling it, fixing it via the terminal in Claude Code, and then reinstalling the plugin (which means redoing the entire setup phase for my business). Every time the workflow breaks or I just want to tweak something in my plugin, I have to uninstall it, modify it, then reinstall it. It's awful.
How do you structure your Agents? (I'm not talking about simple automations, I'm talking about chains of skills with connectors and script integrations (Python, HTML/CSS...))
Concrete use case for one of my agents:
LinkedIn Content Creator:
- It pulls resources (topics, concepts, lessons, ideas) recently added to my Obsidian second brain.
- A first Skill analyzes the retrieved content and suggests high-value TOFU/MOFU/BOFU angles tailored to my audience.
- A second skill evaluates the relevance of the angles based on my target audience and creates a post whose copywriting is calibrated on a selection of 100 high-performing LinkedIn posts. The post is then saved to a local folder (linkedin-post-date).
- Another skill is then called to create a Thumbnail for the post, generating a prompt that adapts to a reference template in .md pre-saved, using Higgsfield MCP. The thumbnail is then saved to the local folder.
- Since all my posts contain lead magnets, another skill is called: this one analyzes the post's content and creates a high-quality asset (ebook, PDF, infographic...) based on the content by following a Python script that renders it in HTML/CSS using Playwright. The agent has reference images available (illustrations, my brand logo, and a photo of me for the "branding" side of the lead magnet). The lead magnet is then dropped as a PDF into my local folder.
This is the kind of workflow I want to automate: it needs to integrate local file manipulation, connectors, skills, scripts... And right now I only know plugins running on Cowork as a way to get acceptable output.
If you know of another way to run this kind of workflow automatically, please let me know!