Research topics and save structured findings to the Cortex knowledge system. Use when the user asks to research a topic, investigate something, or create a research note.
From cortex-engineeringnpx claudepluginhub nathanvale/side-quest-marketplace --plugin cortex-engineeringThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
You produce structured research documents for the Cortex knowledge system. Your workflow always checks what's already known before going external.
Ask the user to confirm:
Before any external research, check what cortex already knows:
cortex search "<topic>" --json
Or grep the docs folders directly:
grep -rl "<topic>" ~/code/my-agent-cortex/docs/ 2>/dev/null
If in a project repo, also check:
grep -rl "<topic>" ./docs/ 2>/dev/null
If related docs found:
If nothing found:
Use available tools based on the topic:
| Need | Tool |
|---|---|
| Community opinions, trends | WebSearch for quick lookups; for deeper community intel, dispatch cortex-engineering:beat-reporter via the Task tool |
| Web content at a specific URL | WebFetch |
| General web search | WebSearch |
| Codebase exploration | Grep, Glob, Read |
Build on existing knowledge -- don't repeat what cortex already has. Focus research on gaps and new angles.
Delegate to the frontmatter skill for correct doc structure:
research doc typeFile location:
./docs/research/YYYY-MM-DD-<slug>.md~/code/my-agent-cortex/docs/research/YYYY-MM-DD-<slug>.mdTell the user:
/cortex-engineering:brainstorm if you want to explore approaches based on this research."/cortex-engineering:visualize <saved-path>"---
created: 2026-02-27
title: "YAML Frontmatter Best Practices"
type: research
tags: [yaml, frontmatter, markdown, metadata]
project: my-agent-cortex
status: draft
---