プロンプトメモ(Prompt Memo)

AIエージェント開発のプロンプトを効率的に管理・保存・活用するためのVS Code拡張機能です。

✨ 主な特徴
🤖 システムプロンプト連携機能
この拡張機能の最大の強みは、システムプロンプトをワンクリックでコピーし、Claude CodeやCursorなどのAIエージェントに渡すことで、保存したメモに自動的に適切なタグとタイトルを設定できることです。
- 🎯 ワンクリックでシステムプロンプトをコピー - 🤖ボタンでプロンプトを即座にクリップボードへ
- 🏷️ AIエージェントによる自動タグ付け - Claude CodeやCursorに渡してメモを整理
- 📝 効率的なメモ管理 - 手動でのタグ付け作業を大幅削減
📝 クイックメモ機能
- タイトル不要: 内容を入力するだけで自動的にタイトル生成
- 即座に保存:
Ctrl+Enter
で素早く保存
- ワンクリックコピー: 作成したプロンプトを即座にクリップボードにコピー
🔍 強力な検索・フィルター
- リアルタイム検索: タイトル、内容、タグを横断検索
- タグ機能: 複数のタグで柔軟な分類
- プロジェクトフィルター: プロジェクト別の整理
📊 履歴管理
- 自動ソート: 更新日時順で最新のプロンプトを上位表示
- インライン編集: リスト内で直接編集可能
- 一括操作: 全削除、エクスポート機能
🚀 インストール方法
- VS Codeを開く
- 拡張機能画面へ (
Ctrl+Shift+X
)
- "プロンプトメモ" または "Prompt Memo" を検索
- インストールをクリック
📖 使い方
基本操作
- プロンプトメモを開く: VS Codeのアクティビティバーの📝ボタンをクリック
- プロンプトを作成: テキストエリアにプロンプトを入力し、
Ctrl+Enter
で保存
- プロンプトを使用: 📋ボタンでクリップボードにコピー
システムプロンプト機能の活用
- 🤖ボタンをクリックしてシステムプロンプトをコピー
- Claude CodeやCursorなどのAIエージェントに貼り付け
- 保存したメモを一緒に渡すと、AIが適切なタグとタイトルを自動生成
タブ機能
- 📝 エディタ: プロンプトの作成と編集
- 📚 履歴: 保存されたプロンプトの一覧と管理
- ⚙️ 設定: システムプロンプトの設定とカスタマイズ
⌨️ キーボードショートカット
ショートカット |
機能 |
Ctrl+Enter |
クイックメモを保存 |
💾 データ管理
エクスポート
履歴タブの📤ボタンからプロンプトデータをJSON形式でエクスポート可能
インポート
他の環境からエクスポートしたJSONファイルをインポート可能
🔧 開発者向け
開発環境セットアップ
npm install
npm run compile
パッケージング
npm install -g @vscode/vsce
vsce package
📞 お問い合わせ
質問や要望がございましたら、以下のXアカウントまでお気軽にご連絡ください:
@morichan_11
📄 ライセンス
MIT License
Prompt Memo

A VS Code extension for efficiently managing, saving, and utilizing prompts for AI agent development.

✨ Key Features
🤖 System Prompt Integration
The biggest strength of this extension is the ability to copy system prompts with one click and pass them to AI agents like Claude Code or Cursor to automatically set appropriate tags and titles for your saved memos.
- 🎯 One-click system prompt copy - 🤖 button copies prompts instantly to clipboard
- 🏷️ Automatic tagging by AI agents - Pass to Claude Code or Cursor to organize memos
- 📝 Efficient memo management - Significantly reduces manual tagging work
📝 Quick Memo Features
- No title required: Auto-generates titles from content
- Instant save: Quick save with
Ctrl+Enter
- One-click copy: Copy created prompts to clipboard instantly
🔍 Powerful Search & Filter
- Real-time search: Cross-search through titles, content, and tags
- Tag functionality: Flexible classification with multiple tags
- Project filtering: Organization by projects
📊 History Management
- Auto-sort: Latest prompts displayed at top by update time
- Inline editing: Direct editing within the list
- Batch operations: Clear all, export functions
🚀 Installation
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X
)
- Search for "Prompt Memo"
- Click Install
📖 Usage
Basic Operations
- Open Prompt Memo: Click the 📝 button in VS Code's activity bar
- Create prompts: Type in the text area and save with
Ctrl+Enter
- Use prompts: Copy to clipboard with 📋 button
Utilizing System Prompt Feature
- Click the 🤖 button to copy the system prompt
- Paste into AI agents like Claude Code or Cursor
- Include your saved memos, and AI will automatically generate appropriate tags and titles
Tab Features
- 📝 Editor: Create and edit prompts
- 📚 History: List and manage saved prompts
- ⚙️ Settings: Configure system prompts and customization
⌨️ Keyboard Shortcuts
Shortcut |
Function |
Ctrl+Enter |
Save quick memo |
💾 Data Management
Export
Export prompt data in JSON format using the 📤 button in the history tab
Import
Import JSON files exported from other environments
🔧 For Developers
Development Setup
npm install
npm run compile
Packaging
npm install -g @vscode/vsce
vsce package
For questions or feature requests, please contact:
@morichan_11
📄 License
MIT License