Reusable Claude skills for startup operators and founders
npx claudepluginhub dazuck/operator-skillsReusable Claude skills for startup operators and founders
Share bugs, ideas, or general feedback.
Reusable Claude skills for startup operators and founders.
Skills are instruction sets that tell Claude how to handle specific tasks. Instead of explaining what you need every time, you invoke a skill and Claude knows what to do.
/coach → Think through a problem with a radically candid advisor
/investor-audits → Draft accurate responses to investor audit requests
/contract-review → Get a risk assessment on any vendor or services contract
claude plugin marketplace add dazuck/operator-skills
claude plugin install operator-skills
Skills require Claude Pro, Max, Team, or Enterprise. Skills load automatically when relevant. Learn more.
Tools for getting more out of Claude itself.
Skills work out of the box. Some have [YOUR_*] placeholders you can fill in.
# See what's customizable
grep -r "\[YOUR_" ~/.claude/skills/
# Or use the interactive setup
/personalize-skills
See CUSTOMIZATION-GUIDE.md for details.
skills/
├── coach/
│ ├── SKILL.md # Main skill
│ └── references/ # Supporting context
└── ...
Questions, comments, and issues welcome. Open an issue or submit a PR.
MIT License
Copyright (c) 2025
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.