From hypeman
hypeman plugin housekeeping — version, upgrade, info. Use `/hypeman` with a subcommand (`upgrade`, `version`, `info`) to manage the installed plugin.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hypeman:hypemanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Meta command for the hypeman plugin itself. Mirror of `/cornerman`. Five
Meta command for the hypeman plugin itself. Mirror of /cornerman. Five
subcommands; each is a small operation, not a full workflow.
/hypeman versionPrint the currently installed version. Reads
.claude/plugins/hypeman/version.txt. If the file doesn't exist, the
install is broken — surface clearly.
/hypeman infoPrint a summary of what's installed:
version.txt)agents/*.md)skills/*/SKILL.md)profiles/*.yaml).claude/project.yaml has a marketing: block,
and which fields are populated vs. empty/hypeman upgradeCheck GitHub Releases for the newest tag of
BoutLabs/hypeman-claude-plugin. If a newer version exists:
CHANGELOG.md between installed and latestgit -C .claude/plugins/hypeman fetch && git checkout <tag>CLAUDE.md sections from the new templates
(markers like <!-- hypeman:campaign-loop:start -->)marketing/VOICE.md,
marketing/STYLE.md, marketing/PLAYBOOK.md, marketing/icps/*,
marketing/campaigns/*If the install isn't a git checkout (e.g., a tarball drop), surface that upgrade can't run in-place and instruct the user to re-clone.
/hypeman doctorQuick health check. Surface any of:
.claude/plugins/hypeman/ exists and matches the version expected.claude/project.yaml exists and has a marketing: blockmarketing/VOICE.md exists and isn't emptymarketing.audiences.pathmarketing.channels.enabled entries have their *_env vars present
in the shell (don't print values, just whether they're set)lib/telemetry.sh is sourceableReport one line per check, ✅ or ❌, with a one-line fix hint for each ❌.
/hypeman helpPrint this skill's usage summary — subcommand list with one-line descriptions.
If invoked as bare /hypeman with no subcommand, run info and then
prompt: "What would you like to do? (upgrade / doctor / help)"
/campaign-file)marketing/ content (project-owned)Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub boutlabs/hypeman-claude-plugin