Skip to content

Instantly share code, notes, and snippets.

@fbbp
fbbp / claude_code_session_history_prompt_en_safe.md
Created June 9, 2025 12:06
該当プロジェクトで行なったClaude Codeの全セッション内容を振り返りレポートを.mdで出力するプロンプト

Extract Full Claude Code Project History

⚠️ PRIVACY WARNING: Do NOT include ANY sensitive information in the output:

  • Session IDs/hashes (e.g., "474f0d06-d2e9-41a2..." → "Session-1")
  • Usernames (e.g., "/Users/john/" → "/Users/[USER]/")
  • Exact file paths containing personal info
  • API keys, tokens, or credentials
  • Private repository names or company-specific terms

Analyze all session history for this project and create a comprehensive markdown summary.

@fbbp
fbbp / claude_code_session_history_prompt_en.md
Last active June 9, 2025 12:05
該当プロジェクトで行なったClaude Codeの全セッション内容を振り返りレポートを.mdで出力するプロンプト

Extract Full Claude Code Project History

Analyze all session history for this project and create a comprehensive markdown summary.

Steps:

1. Find project directory

pwd  # Get current path
# Convert to Claude format: /path/to/project → -path-to-project
@fbbp
fbbp / open_docomo_anime_store_watch_link_in_pop_up_as_tab.js
Created September 4, 2022 01:08
dアニメストアの視聴リンクを新しいタブで開くユーザースクリプト
@fbbp
fbbp / open_quote_tweets_page.js
Created August 12, 2022 14:36
引用RT一覧ページのリンクをクリックした際別タブでツイートURLを検索キーとした検索ページを開くTampermonkeyのユーザースクリプト
// ==UserScript==
// @name Twitter:Open quote tweets page
// @namespace https://github.com/fbbp
// @version 0.1
// @description 引用RT一覧ページのリンクをクリックした際別タブでツイートURLを検索キーとした検索ページを開く
// @author fbbp
// @match *://twitter.com/*
// @grant GM_openInTab
// @run-at document-start