Research Claude Code best practices, MCP patterns, performance optimization, context management, and agentic techniques with automated URL tracking and timestamped research reports.
- Planning Step: Pre-research planning via
/plan-claude-code-optimizationfor scoped, efficient research - Systematic Research: Prioritizes changelog, HN, anthropic.com/engineering, and GitHub
- URL Tracking: Scored database (1-10) of all research sources
- Automated Reports: Timestamped summaries with TL;DR, findings, actions
- Thinking Modes:
ultrathink(complex),think harder(compare),think(quick)
prpm install @t0dorakis/claude-code-optimizerCreate required directories before first use:
mkdir -p .claude/research-logs/reports/plan-claude-code-optimization optimize context usage
Presents plan, asks confirmation, then invokes optimizer.
/agent claude-code-optimizer
- "Research MCP server best practices"
- "Find context management strategies"
- "Compare agentic architectures"
- "Check Claude Code changelog for recent changes"
.claude/
└── research-logs/
├── claude-code-sources.md # Scored URL database
└── reports/
└── YYYY-MM-DD-HHMM-{topic}.md
9-10: Official docs | 7-8: Quality tutorial | 5-6: Useful discussion | 1-4: Limited value
# {topic} | {timestamp}
## TL;DR
{1-2 sentences, actionable}
## Findings
- **{Category}:** {Finding} [[score] source]
## Actions
- Now: {immediate}
- Later: {strategic}
## Sources
Top: [9] url | [8] urlUses Opus by default for deep research quality.
- Claude Code changelog/releases
- Hacker News ("Claude Code" OR "Anthropic")
- anthropic.com/engineering
- GitHub anthropics/claude-code
Uses Context7 for framework documentation lookup.
MIT - t0dorakis