From ftitos-claude-code
Multi-source deep research using web search tools. Searches the web, synthesizes findings, and delivers cited reports with source attribution.
npx claudepluginhub nassimbf/ftitos-claude-codeThis skill uses the workspace's default tool permissions.
Produce thorough, cited research reports from multiple web sources.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Produce thorough, cited research reports from multiple web sources.
Ask 1-2 quick clarifying questions:
If the user says "just research it" -- skip ahead with reasonable defaults.
Break the topic into 3-5 research sub-questions.
For each sub-question, search using available tools:
Read 3-5 key sources in full for depth. Do not rely only on search snippets.
# [Topic]: Research Report
*Generated: [date] | Sources: [N] | Confidence: [High/Medium/Low]*
## Executive Summary
[3-5 sentence overview of key findings]
## 1. [First Major Theme]
[Findings with inline citations]
## 2. [Second Major Theme]
...
## Key Takeaways
- [Actionable insight 1]
- [Actionable insight 2]
## Sources
1. [Title](url) -- [one-line summary]
2. ...
## Methodology
Searched [N] queries across web and news. Analyzed [M] sources.
For broad topics, use subagents to parallelize:
Each agent searches, reads sources, and returns findings. Main session synthesizes.