hive-newlisted
Install: claude install-skill ivankuznetsov/hive
# Hive New
Use this skill to capture a new idea with `hive new PROJECT TEXT`.
Before running anything, check `command -v hive`. If it is missing, stop and tell the user to install Hive with Homebrew, AUR, RubyGems, or the installer in https://github.com/ivankuznetsov/hive.
Treat the user's slash-command text as arguments for `hive new`. If the project or task text is missing, ask one concise question. Run the command from the current project/workspace directory unless the user gives another path. Pass arguments safely; do not interpolate raw user text into a shell string.
After the command finishes, report the created task slug and the project it was added to.