powdream
- 18 skills
- 0 followers
- 1 week ago last updated
- ▌ Add Plugin · powdreamGuide for adding a new plugin to this marketplace. Use when creating or scaffolding a new plugin.
- ▌ Bump Version · powdreamBump plugin version. Use when you need to increment a plugin's version number.
- ▌ Pr Chrome · powdreamUse when the user wants to open a GitHub pull request in Google Chrome (e.g. "이 PR 크롬에서 열어줘", "PR 크롬으로 열어줘", "open this PR in chrome") — resolves the PR for the current branch, or an explicit PR number, and opens its URL with `open -a "Google Chrome"` on macOS.
- ▌ Review Shell Scripts · powdreamReview all shell scripts against the Bash Script Convention. Use when you need to check script compliance or before committing changes.
- ▌ List Devices · powdream bundleList connected Android devices and emulators. Use when you need to check available devices for deployment or debugging.
- ▌ Stop Emulator · powdream bundleStop a running Android emulator. Use when you need to shut down an AVD.
- ▌ Connect Device · powdream bundleConnect to an Android device over ADB wireless. Use when you need to connect to a device via WiFi.
- ▌ List Emulators · powdream bundleList installed Android emulators (AVDs). Use when you need to check available emulators before starting one.
- ▌ Start Emulator · powdream bundleStart an Android emulator. Use when you need to launch an AVD for testing.
- ▌ Md Open Local · powdreamUse when the user wants to open/view a Markdown file LOCALLY on the Mac (e.g. "이 md 로컬에서 열어줘", "open this md locally") — opens it in the macOS default app via the `open` CLI. For viewing over remote control instead, use md-view-remote.
- ▌ Md View Remote · powdreamUse when the user wants to view/surface a Markdown file's content while on REMOTE control (phone/web), e.g. "이 md 띄워줘", "전문 띄워줘", "show me this md". Reads the ENTIRE file into the conversation verbatim (the only way to view a file on remote control) — never summarize. For opening on the local Mac instead, use md-open-local.
- ▌ Cross Doc Review · powdream bundleCross-review a document or written artifact for quality using two independent reviewer agents that check each other, then adjudicate any single-reviewer finding before adopting it. The two reviewers are codex (via the codex CLI) and fable (via the Agent tool); findings only one of them raises are cross-verified — fable-only by codex, codex-only by a stronger third model (opus) rather than by fable. Use this whenever the user asks to review, cross-review, or get a second / independent opinion on a doc, spec, ADR, PDD, PRD, RFC, README, runbook, or any prose artifact for readability, structure, terminology, or duplication — especially when they mention "two agents", "cross review", codex, fable, or want single-reviewer findings verified before they are accepted. Prefer this over a single-agent review whenever review quality or reducing one reviewer's bias matters.
- ▌ Cross Code Review · powdream bundleCross-review a code change with two independent, strong reviewer agents that check each other, and adversarially verify any single-reviewer finding before adopting it. The two reviewers are codex (via the codex CLI) and opus (via the Agent tool); a finding only one of them raises is sent to the other reviewer, which tries to refute it before it counts. Use this whenever the user asks to review, cross-review, or get a second / independent opinion on a diff, pull request, branch, commit, or set of changed files — for correctness, edge cases, security, error handling, tests, or conventions — especially when they mention "two agents", "cross review", codex, or want findings verified or refuted before they are accepted. Prefer this over a single-agent code review whenever review quality matters or a lone reviewer's false positive / false negative would be costly.
- ▌ Worktree Vscode · powdreamUse when the user wants to open the git worktree they're currently working on in VS Code (e.g. "이 worktree vscode로 열어줘", "open the worktree in vscode"). Opens the worktree folder with the `code` CLI.
- ▌ Disconnect Device · powdream bundleDisconnect a wireless Android device from ADB. Use when you need to disconnect a device connected via WiFi.
- ▌ Write Handoff Prompt · powdreamUse when the user asks you to write a work-instruction, handoff, or continuation prompt for a future/next session to resume in-progress work after context compaction or in a fresh session — triggers like "컴팩션 후/이후 작업 지시 프롬프트 써줘", "이어서 할 작업 프롬프트 만들어줘", "다음 세션 지시문", "핸드오프 프롬프트", "continuation/handoff prompt", or preserving work across a summary boundary.
- ▌ Worktree Cmux Split · powdreamUse when the user wants to open the git worktree they're working on as a SPLIT PANE in the CURRENT cmux workspace (e.g. "이 worktree cmux 창 분할로 띄워줘", "split the current cmux workspace into the worktree"). Asks split direction (side-by-side vs stacked) via AskUserQuestion. For a separate new workspace instead, use worktree-cmux-workspace.
- ▌ Worktree Cmux Workspace · powdreamUse when the user wants to open the git worktree they're working on in a NEW cmux workspace (e.g. "이 worktree cmux 새 workspace로 띄워줘", "open the worktree in a new cmux workspace"). For a split pane in the current workspace instead, use worktree-cmux-split.