Claude, Built — Building Your Own Plugins
You don't need to code to build a Claude plugin. A guided builder turns a plain-language description of your workflow into skills, commands, connectors, and subagents.
The assumption that building a Claude plugin requires learning to code is exactly backwards. You describe the workflow you already do, in plain language, and a guided builder assembles the plugin around you. This walks through why building your own is worth it, what's actually inside a plugin, how the build process works, and how to keep it evolving once it's live.
Why the official catalog doesn't fit your workflow
The official plugin catalog covers what most businesses share in common: marketing, sales, data, support. But the specific way you run your work rarely matches any of that off the shelf. How you onboard a new client, how your proposals are structured, the checklist you review every project against, none of that is something a generic plugin can know. Right now, that process almost certainly lives in your head or scattered across a document, working only because you've internalized it yourself. A custom plugin is the transfer of that knowledge into something Claude can follow the same way every single time.
This matters most if you are effectively the whole business, wearing every hat, carrying every method that makes the work good around in your head all day. A plugin draws that knowledge out and makes it repeatable, so the standard survives a busy week, a handoff, or a bad night's sleep. Handing a process off to a new hire by word of mouth alone rarely transfers the whole method; results scatter. Encoding it once means every run converges on the same standard without re-explaining it from scratch each time.
The four parts of a plugin
A plugin bundles up to four things. Skills are your expertise written down, the way you'd actually explain your proposal structure, your pricing logic, your standard terms, or how you scope a job. Commands are the shortcuts that trigger those skills, a slash command like "new proposal" that runs your entire proposal workflow, or "client onboard" that starts your onboarding sequence, each one a capability that's one keystroke away. Connectors are the reach into your actual tools and data, linking the plugin to your pricing spreadsheet or a specific folder where documents need to be filed, so it works against your real setup rather than a generic stand-in. And subagents are the autonomy layer, letting you ask the plugin to run a whole job on its own, coordinating multiple steps like creating folders, drafting a welcome note, and building a tracker, then handing you back one finished result.
A plugin is just a folder of text
None of this is exotic under the hood. A plugin is a folder: plain text and configuration, organized with one instructions file at the root and a directory for each of the four parts. Because it's just text, it's easy to read, edit, or hand off to someone else entirely, no proprietary format standing between you and understanding what the plugin actually does.
Building it without writing code
The part that sounds technical isn't. You never write code and you never edit configuration files directly. Instead, there's a guided builder, itself a plugin you install, and you build your own plugin by having a conversation with it. You describe your workflow in plain language, something like: when I sign a new client, I create a project folder, draft a welcome email with the timeline, generate a kickoff questionnaire, and open a tracking document. From there, the process is four steps: describe the process, answer the builder's follow-up questions, refine it against a real case, then use it.
As you answer, the builder sorts what you described into the same four parts every time. Your standards become skills, your triggers become commands, your tools become connectors. The conversation goes in, a structured plugin comes out. From there you test it against a real scenario, onboarding an actual new client, checking whether it matches how you actually work, and adjusting whatever's off. After that, one command runs the entire process consistently and completely, in minutes.
Knowing what to build for
Four signals point toward something worth turning into a plugin: you follow the same steps every time, consistency actually matters to the outcome, you'd genuinely rather not have to think about it, and the quiet one, you've caught yourself wishing you could just hand this off to someone. That last phrase, wishing you could hand something off, is usually a plugin pointing at itself. The administrative work, the setup, the formatting, the standard messages, is exactly the kind of task that gets done the same way whether it's the first time this month or the tenth.
The corollary matters just as much: point a plugin at the right work. Automate the repeatable scaffolding and keep the actual judgment calls, the ones that genuinely need a person, for yourself. Scope a plugin to a real, repeated workflow, not for its own sake.
Sharing it and keeping it evolving
Once a plugin works, it travels easily, because it's just a folder of text. Share it with your team so everyone onboards clients the same way, or publish it to the wider plugin directory; if it solved your problem, there's a good chance it solves someone else's too. That's the quiet upside of a file-based tool: years of refining a process can become something a peer installs in a minute. And it keeps evolving after that first version ships, since after a few weeks of real use you'll see what's thin or missing and update it accordingly. Before building anything from scratch, it's also worth checking whether a plugin already close to what you need has been published by the growing community around specific roles and industries; adjusting an existing plugin to your specifics is often faster than starting fresh.
Key takeaways
- Custom plugins exist because the official catalog covers common business functions, not the specific workflow only you run.
- A plugin bundles up to four parts: skills (your expertise), commands (shortcuts), connectors (links to your tools), and subagents (autonomous execution).
- A plugin is literally a folder of plain text and configuration, easy to read, edit, or share.
- You build one through a conversation with a guided builder, no code and no configuration files, following describe, answer, refine, use.
- Four signals point to a plugin-worthy task: repeated steps, consistency that matters, a task you'd rather not think about, and catching yourself wishing you could hand it off.
- Once built, a plugin can be shared with a team, published to the wider directory, or adapted from a plugin someone else has already published.
Try it yourself
If you run a small business and there's one workflow you repeat constantly and keep wishing you could hand off, describe it to Claude step by step, ask which steps should become skills, which should become commands, and which need a connector to your tools, and get the exact first message to send a plugin builder to start assembling it. This kind of practical, hands-on walkthrough is part of the Claude-focused content Humanitarians AI produces to help people extend Claude with skills, plugins, and connectors.
Chapters
- 0:00The naive framing: "you'd need to code it"
- 0:10Why build your own — the catalog doesn't fit your workflow
- 1:02The anchor: four parts — skills, commands, connectors, subagents
- 1:14A plugin is just a folder of text
- 2:11No code — a guided builder, a conversation
- 2:41The anchor returns — four parts, filled in
- 3:05What to build for — the four signals
- 3:35Scope it — automate the scaffolding, keep the judgment
- 3:47Share it, and keep it evolving
- 4:22Carry-out
- 4:32Your turn
- 4:52Outro
Full transcript(auto-generated, with timestamps)
The naive framing: "you'd need to code it"
[0:00]People assume building your own Claude plugin means learning to code. It doesn't. You describe the workflow and a guided builder assembles it around you. So, how do you actually build one?
Why build your own — the catalog doesn't fit your workflow
[0:10]The official plugin catalog covers what most businesses share: marketing, sales, data, support. But your work has a shape none of them anticipated. How you onboard a client, how your proposals are structured, the checklist you review against. No off-the-shelf plugin knows that. Right now, that process lives in your head or in a scattered document. It works because you've internalized it. A custom plugin is the transfer. It lifts those steps into something Claude can follow the same way every time. This matters most if you're the whole business, every hat, every method that makes the work good, carried around in your head all day. A plugin draws that out and makes it repeatable, so the standard survives a busy week, a handoff, a bad night's sleep. Hand that process to a new hire and results scatter. The method never fully transfers by word of mouth. Encode it once and every run converges on the same standard without you re-explaining it from scratch. Underneath a plugin
The anchor: four parts — skills, commands, connectors, subagents
[1:03]Bundles up to four things: skills, your expertise written down; commands, the shortcuts that trigger it; connectors, the links to your tools and data; and sub-agents, the ability to run the whole job on its own.
A plugin is just a folder of text
[1:14]And it's nothing exotic. A plugin is a folder. Plain text and configuration organized, one instructions file at the root and a directory for each kind of part. Because it's just text, it's easy to read, edit, or hand to someone else. Skills are the expertise itself: your proposal structure, your pricing logic, your standard terms, the way you scope a job, written as instructions Claude can follow. Commands are the shortcuts. /new proposal runs your whole proposal workflow. /client onboard starts your onboarding sequence, each one a capability one keystroke away. Connectors are the reach. If the plugin needs your pricing spreadsheet or has to file documents in a specific folder, a connector makes that link, so it works on your actual tools, not a generic stand-in. And sub-agents are the autonomy. Ask it to run the whole onboarding, and it quietly coordinates the steps, creating folders, drafting the welcome note, building the tracker, then hands you one finished result.
No code — a guided builder, a conversation
[2:11]Here's the part that sounds technical and isn't. You don't write code, and you don't edit configuration files. There's a guided builder, itself a plugin you install, and you build yours by having a conversation with it. You describe the workflow in plain language. When I sign a new client, I create a project folder, draft a welcome email with the timeline, generate a kickoff questionnaire, and open a tracking document. From there, it's four steps. Describe the process, answer its follow-up questions, refine it against a real case, then use it. As you answer, the
The anchor returns — four parts, filled in
[2:42]Builder sorts what you said into those same four parts. Your standards become skills, your triggers become commands, your tools become connectors. The conversation goes in, a structured plugin comes out. Test it on a real scenario, onboard a new client, see if it matches what you do by hand, and adjust what's off. After that, one command runs the entire process, consistently, completely, in minutes. Look for four signals. You
What to build for — the four signals
[3:06]Follow the same steps every time. Consistency actually matters. You'd rather not think about it. And the quiet one, you've caught yourself wishing you could just hand this off. That last phrase, "I wish I could hand this off," is usually a plugin pointing at itself. The task you'd delegate if you had someone to delegate to is exactly the task a plugin can hold. That's the leverage, the administrative work, the setup, the formatting, the standard messages, gets done the same way, whether it's the first time this month or the 10th.
Scope it — automate the scaffolding, keep the judgment
[3:35]But point it at the right work, automate the repeatable scaffolding, and keep the judgment calls for yourself, the ones that actually need you. Scope a plugin to a real repeated workflow, not for its own sake.
Share it, and keep it evolving
[3:47]Once it works, it travels. It's just a folder of text. Share it with your team, so everyone onboards the same way or publish it to the wider directory. If it solved your problem, it likely solved someone else's. That's the quiet upside of a file-based tool. Years of refining a process becomes something a peer installs in a minute, and it keeps evolving. After a few weeks, you'll see what's thin or missing and update it. One thing before you build anything, look first. A growing community has already published plugins for specific roles and industries. Adopting one and adjusting it to your specifics is often faster than starting from scratch. When no
Carry-out
[4:23]Official plugin fits, build your own. Describe your workflow, and a guided builder turns it into skills, commands, connectors, and subagents. No code required. Your turn. Paste this into
Your turn
[4:33]Claude. I run a small business, and there's one workflow I repeat constantly and keep wishing I could hand off. Help me turn it into a custom plugin. First, ask me to describe it step by step, then tell me which steps become skills, which become commands, and which need a connector to my tools, and give me the exact first message to send to the plugin builder to start assembling it.
Outro
[4:52]Claude built building your own plugins. Lay 'em in for bear.





