npx skillsauth add laststance/skills copyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
直近のエージェントメッセージを Cursor のトランスクリプトから抽出し、 macOS クリップボードにコピーする。
python ~/.agents/skills/copy/scripts/copy_last_message.py \
"<transcripts_dir>"
(Claude Code: ~/.claude/skills/...、Cursor: ~/.cursor/skills/... に symlink される)
<transcripts_dir> は現在のワークスペースの agent-transcripts ディレクトリ。
パスはシステム情報の agent_transcripts セクションから取得できる。
python ~/.agents/skills/copy/scripts/copy_last_message.py \
"<transcripts_dir>" --nth 2
python ~/.agents/skills/copy/scripts/copy_last_message.py \
"<transcripts_dir>" --dry-run
/copy → 直前の assistant メッセージ (--nth 1)type: "text" のみを抽出するので、ツール出力は含まれないpbcopy を使用。Linux の場合は xclip に置き換える必要ありtesting
Cited research briefs
development
Daily coding habit prompts JP
development
React core deep-dive JP
tools
Next.js component tree