caffeinate
Caffeinate Manager
Prevent macOS system sleep using caffeinate.
Requires: macOS (caffeinate command)
Use caffeinate.sh located in the same directory as this SKILL.md.
Start (default)
- Run
bash <skill-dir>/caffeinate.sh start
Stop
When the user requests "stop":
- Run
bash <skill-dir>/caffeinate.sh stop
Status
- Run
bash <skill-dir>/caffeinate.sh status
Notes
- Automatically stopped on session end via SessionEnd hook
- To stop manually, run
/caffeinate stop
More from hiroro-work/claude-plugins
ask-claude
Asks Claude CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
25extract-rules
Extract project-specific coding rules and domain knowledge from existing codebase, generating markdown documentation for AI agents. Use when onboarding a new project, after code review discussions about coding style, or when coding conventions need documenting. Also consider running after sessions where coding preferences were discussed or corrected (--from-conversation), or after PRs with significant review feedback (--from-pr).
22ask-gemini
Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
21tr
Translate text between Japanese and English. Auto-detects source language. Use --hq for high-quality (sonnet), --fast for standard (haiku).
13rules-review
Check code changes for .claude/rules/ compliance. Use this skill when you need to verify that code changes follow project coding rules, whether as part of dev-workflow or standalone. Triggers on: rule compliance check, rules review, verify conventions, check coding standards.
2dev-workflow
Guided development workflow that orchestrates plan → review → implement → check/test → code review → rules update. Use this skill whenever the user wants to develop a feature, fix a bug, refactor code, or make any code changes following a structured process — even if they don't explicitly mention "workflow" and simply describe what they want built or fixed.
2