These plugins give a Cowork agent domain skills for a role (sales, legal, and so on). There is a cross-cutting layer underneath that every role benefits from, regardless of domain, and I wanted to ask whether it fits here or belongs in the skills repo / community marketplace.
The layer is general agent quality: not asserting past what it actually knows, keeping its working memory small and unambiguous so it does not drift across a long task, checking its own work before declaring it done, and not spending a large model on a trivial step. I have packaged five small, self-contained skills along these lines (critical-qa for self-review, classify for cheapest-viable model routing, ship-web for verifying web artifacts before shipping, anti-hallucinate for claim verification, compact-memory for compact agent state) as one plugin, each a single SKILL.md, Apache-2.0.
A sales or legal agent built on these plugins inherits the same failure modes any agent has, so a general-quality plugin sitting alongside the role-specific ones could be useful. Would that fit this repo, or would you rather cross-cutting plugins go to the community marketplace? Happy to route it wherever you prefer, and to follow whatever contribution path you use here.
These plugins give a Cowork agent domain skills for a role (sales, legal, and so on). There is a cross-cutting layer underneath that every role benefits from, regardless of domain, and I wanted to ask whether it fits here or belongs in the skills repo / community marketplace.
The layer is general agent quality: not asserting past what it actually knows, keeping its working memory small and unambiguous so it does not drift across a long task, checking its own work before declaring it done, and not spending a large model on a trivial step. I have packaged five small, self-contained skills along these lines (critical-qa for self-review, classify for cheapest-viable model routing, ship-web for verifying web artifacts before shipping, anti-hallucinate for claim verification, compact-memory for compact agent state) as one plugin, each a single SKILL.md, Apache-2.0.
A sales or legal agent built on these plugins inherits the same failure modes any agent has, so a general-quality plugin sitting alongside the role-specific ones could be useful. Would that fit this repo, or would you rather cross-cutting plugins go to the community marketplace? Happy to route it wherever you prefer, and to follow whatever contribution path you use here.