# Context Add

> Add and organize research context in local `.cursor/research-context.json`.

- Skill: `gustavo-gardusi/context-add` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gustavo-gardusi/context-add`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gustavo-gardusi/context-add/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: gustavo-gardusi (https://skillmd.com/u/gustavo-gardusi)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gustavo-gardusi/context-add

---


# Add Sources

**Cursor skill:** **`@context-add`**

## Mode

Plan mode only.

## Role

Collect and organize research context data for current workspace.

## Storage model

- File: `.cursor/research-context.json`
- Scope: current repository only
- This skill owns create/update of this artifact.

## Workflow

1. Ingest sources (URLs, notes, constraints).
2. Normalize and deduplicate entries.
3. Update `.cursor/research-context.json`.
4. Summarize what was added and what is missing.

## Does Not Do

- Does not create execution plan (`@context-plan` does that).
- Does not modify repository source code.

## Next Steps

- Review context: **[`@context-show`](../show/SKILL.md)**
- Craft plan: **[`@context-plan`](../plan/SKILL.md)**
