context-research

Research topics with configurable tools and save cited briefs to .context/.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/cardinalconseils/claude-starter --skill context-research-cardinalconseils
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-research
Source: https://github.com/cardinalconseils/claude-starter/tree/main/skills/context-research
Command: npx skills add https://github.com/cardinalconseils/claude-starter --skill context-research-cardinalconseils

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researches a topic, library, or API using available tools (Context7, Firecrawl, WebSearch) and stores a persistent context brief in .context/ that informs future coding sessions. Use when the user wants to pre-research a technology before coding with it.

Core Features & Use Cases

  • Persist context briefs for reuse across coding sessions.
  • Respect a configurable source priority and preferences stored in .context/config.md to tailor research scope.
  • Generate and save concise, cited summaries to .context/ using a slugified topic filename for easy discovery.

Quick Start

Create a context brief for a topic of your choice and save it to .context/slug.md

Frequently Asked Questions about context-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist research on a library or API for future coding sessions?

To persist research for future coding sessions, this Skill automatically researches your topic and saves a concise, cited context brief to the .context/ directory using a slugified filename for easy discovery and reuse.

Can I configure which research sources are used to gather context briefs?

Yes, you can configure research sources by setting source priorities and preferences in a .context/config.md file, which tailors the research scope using available tools like Context7, Firecrawl, and WebSearch.

What is the best way to pre-research a framework before writing code?

The best way to pre-research a framework is to generate a persistent context brief that summarizes the documentation, allowing you to load the saved knowledge directly into your coding environment later.

Does this automated research tool require any dependencies to save context?

No dependencies are required to save context. The tool operates standalone by reading your project configuration and writing the generated research summaries directly into the local .context/ directory.

How do I organize saved topic research files for easy discovery?

The tool organizes saved topic research files by automatically generating a slugified filename from your topic and storing it inside the .context/ directory, ensuring consistent and easily discoverable context briefs.