Onboard staff
Skill 1shooperman/shooperman-claude-plugins/plugins/fitness-coach/skills/onboard-staff
Consolidating some claude code plugins to reduce sprawl on my local machine.
npx -y skills add 1shooperman/shooperman-claude-plugins --skill onboard-staffAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill when the user wants to create their coaching staff by naming real health and fitness experts (e.g. "onboard staff with Peter Attia, Andy Galpin, and Rhonda Patrick" or "/onboard-staff Peter Attia Andy Galpin")
SKILL.md
1.2 KB, as published. Nobody here has run it
Arguments
The user invoked this with: $ARGUMENTS
Parse the names from $ARGUMENTS as a space- or comma-separated list of real people (e.g. Peter Attia, Andy Galpin). If no names are provided, ask the user to list the experts they want on their panel before proceeding.
Instructions
For each named advisor:
- Research who they are using WebFetch if needed — confirm they are a real health/fitness subject matter expert.
- Use
$CLAUDE_PLUGIN_ROOT/EXAMPLE.mdas the persona file format. - Write one persona file per coach to
~/.cache/fitness-coach/staff/<firstname-lastname>.mdwith:- Their name
- A 2–3 sentence personality profile: how they think, what they prioritize, and what biases they bring
Output
After all files are written, confirm: "Staff ready: [list of names]. You can now run /plan."