res-deep
Deep Research
Iterative multi-round research across Web, Reddit, X/Twitter, GitHub, Hacker News, Substack, Financial Media, LinkedIn, and more with structured output frameworks (comparison, landscape, deep-dive, decision).
Architecture
| Source | Tool | Cost |
|---|---|---|
| Web | Claude Code WebSearch + xAI web_search |
Free + $0.005/call |
Claude Code WebSearch (site:reddit.com) + xAI web_search |
Free + $0.005/call | |
| X/Twitter | xAI x_search only |
$0.005/call |
| GitHub | Claude Code WebSearch (site:github.com) + xAI web_search |
Free + $0.005/call |
| Hacker News | Claude Code WebSearch (site:news.ycombinator.com) + xAI web_search |
Free + $0.005/call |
| Substack | Claude Code WebSearch (site:substack.com) + xAI web_search |
Free + $0.005/call |
| Financial Media | Claude Code WebSearch (site-specific) + xAI web_search |
Free + $0.005/call |
| Wall Street Oasis | Claude Code WebSearch (site:wallstreetoasis.com) |
Free |
Claude Code WebSearch (site:linkedin.com) + xAI web_search |
Free + $0.005/call | |
| Crunchbase | Claude Code WebSearch (site:crunchbase.com) |
Free |
| YouTube | Claude Code WebSearch (site:youtube.com) |
Free |
More from molechowski/agent-skills
dev-task-queue
Persistent cross-session task queue for AI agents using Claude Code Tasks schema. Add, claim, complete, and reassign tasks with move-based locking, dependency tracking (blocks/blockedBy), conversation transcript linking, and staleness detection. Use for: (1) saving tasks for future agent sessions, (2) cross-session task persistence, (3) multi-agent task coordination, (4) linking conversation transcripts to tasks. Triggers: task queue, save task, agent task, queue task, persistent task, cross-session task, task for agent.
2res-x
Fetch X/Twitter tweet content by URL and search X posts. Resolves tweet links that WebFetch cannot scrape. Use for: reading saved X/Twitter links, fetching tweet content from URLs, searching X for posts on a topic, batch-processing X links from notes. Triggers: x.com link, twitter.com link, fetch tweet, read tweet, what does this tweet say, X search, twitter search.
1res-web
Research topics with web search. Use when: researching a topic or concept, finding current information, answering factual questions, comparing options or technologies. Triggers: research [topic], find out about, what are the best practices for, research the latest on.
1dev-rlm
Recursive codebase analysis using the RLM paradigm. Use when: analyzing large codebases (100+ files), investigating cross-cutting patterns, recursive decomposition of complex code questions, scanning for issues across entire repos. Triggers: analyze this codebase, how does X work across the codebase, scan all files for Y, recursive analysis, RLM.
1git-repo
Create GitHub repositories via OpenTofu in the github-infrastructure repo. Clones repo to tmp, generates repository module (main.tf, outputs.tf, versions.tf), updates root main.tf and outputs.tf, runs fmt+validate, pushes and creates PR. Use when: (1) creating a new GitHub repo, (2) adding a repository to the org, (3) provisioning a new project/spec/infra/template repo. Triggers: new repo, create repository, add repo, github repository, provision repo.
1git-ship
Commit, create PR, and merge with CI skipped. Disables GitHub Actions workflows via API before push, re-enables after merge. Use when: shipping trivial changes (renames, typos, config), bypassing CI for safe changes, fast-tracking PRs. Triggers: /git-ship, commit and merge skip ci, ship without ci, fast merge.
1