X-bookmark-research/config/bookmark-research.example.yml
HomeBase 816ecd37e0 Initial release: X Bookmark Research for Claude Code
Claude Code extension that transforms Twitter/X bookmarks into structured
research markdown files. Reads config for output directory and user interests,
fetches bookmarks via bird CLI, and generates categorized notes with key
insights, author context, and actionable items.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 16:26:48 -08:00

39 lines
1.2 KiB
YAML

# X Bookmark Research - Configuration
# Copy this file to: ~/.claude/skills/x-bookmark-research/config.yml
# Then edit with your personal settings.
# Output directory for processed bookmarks (~ is expanded automatically)
output_dir: ~/Desktop/Research/twitter-bookmarks
# Your interests and projects (used in "Why This Matters" section)
# Be specific - these help Claude connect bookmarks to YOUR context
interests:
- "My SaaS product"
- "AI/ML workflows"
- "Content creation"
# Default research depth: quick | standard | deep
# - quick: Tweet content + basic analysis + action items
# - standard: + Author context via bird CLI (recommended)
# - deep: + Web search for broader context (requires Exa MCP)
default_depth: standard
# Custom categories (optional)
# Uncomment and edit to override the default taxonomy.
# Each category can have subcategories for finer classification.
# categories:
# - name: "AI & Machine Learning"
# subcategories:
# - "LLM Applications"
# - "AI Philosophy"
# - "AI Tools"
# - name: "Engineering Practices"
# subcategories:
# - "Documentation"
# - "Testing"
# - "Architecture"
# - name: "Product & Business"
# subcategories:
# - "Strategy"
# - "Growth"
# - "Pricing"