copy
Copy content to clipboard in a format suited to the target (Slack, Markdown, plain text). Use when the user says "clip", "copy that", "clipboard", or "/copy".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Copy content to clipboard in a format suited to the target (Slack, Markdown, plain text). Use when the user says "clip", "copy that", "clipboard", or "/copy".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Quick orientation on project state. Reads .agent/ files and git history — no AI calls, finishes in seconds.
Full AI-powered context recovery via Gemini/Codex. Use after compaction or when context feels stale.
Independent dual-backend review of the project's MD doc set for drift, contradictions, dead pointers, and bloat. Sends CLAUDE.md + every README*.md to Gemini AND Codex in parallel; synthesizes findings into a single report.
Selectively prune redundant lines from .agent/FULL_CONTEXT.md via AI (Gemini/Codex). Use when FULL_CONTEXT.md has grown large (500+ lines). Distinct from /compact (Claude Code built-in, which summarizes the live conversation).
Update megavibe and restart this session with new hooks/rules/skills
| name | copy |
| description | Copy content to clipboard in a format suited to the target (Slack, Markdown, plain text). Use when the user says "clip", "copy that", "clipboard", or "/copy". |
| allowed-tools | Bash, AskUserQuestion |
| user-invocable | true |
Copies the most recent output (or specified content) to the clipboard in the right format for the user's target.
Ask the user (unless they already specified): "Where is this going? (slack / md / plain)"
Format based on target:
slack — Slack uses mrkdwn, NOT Markdown. Convert:
*bold* (not **bold**)_italic_ (not *italic*)~strikethrough~ (not ~~strikethrough~~)*HEADING* on its own line (no # headings)<url|text> links (not [text](url))md — Clean GitHub-Flavored Markdown:
plain — No formatting at all:
Copy to clipboard using the platform tool:
pbcopyxclip -selection clipboard or xsel --clipboardclip.exeConfirm with a one-line message: "Copied (slack/md/plain) — N lines"
slack.