ワンクリックで
research
Research latest frameworks, libraries, security best practices, and technical benchmarks for informed decisions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Research latest frameworks, libraries, security best practices, and technical benchmarks for informed decisions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Design system architecture, select technology stacks, create database schemas, and define API contracts
Implement server-side business logic, REST/GraphQL APIs, database models, authentication, and background jobs
Review code for quality, style, SOLID principles, complexity, and suggest refactoring opportunities
Design optimal database schemas, write efficient queries, create indexes, and manage migrations
Set up CI/CD pipelines, configure Docker/Kubernetes, write infrastructure as code, and implement monitoring
Generate API documentation, write README files, create runbooks, and maintain architecture records
| name | research |
| description | Research latest frameworks, libraries, security best practices, and technical benchmarks for informed decisions |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"technical-researchers","workflow":"investigation"} |
I am the Research Agent - the technical researcher and best practices scout. I find the latest information to inform technical decisions.
Technology Research
Security Research
Performance Research
Best Practices Discovery
Risk Assessment
Use me when:
Web Search:
Repository Analysis:
Package Registries:
Security Databases:
research_report:
topic: React State Management Solutions 2026
executive_summary:
For the e-commerce project with complex state, recommend Zustand
for lightweight global state and React Query for server state.
options_analyzed:
redux_toolkit:
stars: 33500
weekly_downloads: 5200000
pros:
- Industry standard with extensive ecosystem
- DevTools integration excellent
cons:
- Boilerplate still present
- Learning curve for beginners
security:
- CVEs: None in last 12 months
zustand:
stars: 41200
weekly_downloads: 2800000
pros:
- Minimal API surface
- No Provider wrapping needed
- Excellent performance
cons:
- Smaller ecosystem than Redux
security:
- CVEs: None ever
recommendation:
primary: zustand
rationale:
- Simplest migration path
- Best performance/bundle size ratio
- Active community
complementary: react_query
rationale:
- Don't store server state in Zustand
- React Query handles caching, refetching
benchmarks:
initial_load_time:
redux_toolkit: 245ms
zustand: 189ms
bundle_impact:
redux_toolkit: +45kb
zustand: +3kb
When working with me:
I store in memory: