research-with-sources

Writes evidence-cited draft research articles from preserved sources into a knowledge base.

Updated Sep 7, 2026
One-click install
npx skills add https://github.com/jcafeitosa/anxionOS --skill research-with-sources-jcafeitosa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-with-sources
Source: https://github.com/jcafeitosa/anxionOS/tree/main/.cursor/skills/research-with-sources
Command: npx skills add https://github.com/jcafeitosa/anxionOS --skill research-with-sources-jcafeitosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Research done in chat disappears when the session ends, and unsourced findings cannot be verified later. This Skill enforces a gated procedure that scans existing coverage, captures every source verbatim before analysis, and writes a draft research article incrementally so no completed work is lost to a crash. ## Core Features & Use Cases - Coverage scan and routing: Greps the knowledge base for prior work and routes to a new article, a direct answer, or an update of an existing research doc. - Source preservation and inline citation: Ingests each source the moment it is fetched and requires every factual claim to cite a source inline. - Crash-safe incremental writing: Creates the article skeleton early and fills it section by section, so a rate limit or crash never discards finished analysis. - Use Case: Ask the agent to research CRDT alternatives for a collaborative editor; it scans prior notes, confirms a rubric, ingests 3-8 sources, and produces a draft article under research/ with trade-offs, open questions, and a tentative recommendation. ## Quick Start Research how CRDT alternatives compare for collaborative editing and write a draft research article with cited sources in my knowledge base.

Frequently Asked Questions about research-with-sources

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

FAQPage Schema
How do I research a topic and save findings to a knowledge base?▼

Ask the agent to research the topic; it scans existing coverage first, proposes a research rubric for confirmation, ingests each source verbatim, then writes a draft article under research/ with inline citations. Findings persist incrementally so a crash never loses completed work.

How does the skill prevent duplicate research?▼

Step 1 mandates a coverage scan using grep and file reads over the content directory before any external fetch. If prior research fully or partially covers the question, the agent presents options to reuse, extend, or start fresh instead of duplicating work.

What is the difference between a research article and a canonical article?▼

Research articles are provisional drafts with status: draft that capture findings, trade-offs, and open questions at a point in time. Promotion to canonical knowledge happens only through the sibling consolidate-notes skill after a decision lands.

Can I get a quick answer without creating a research document?▼

Yes, Path B delivers findings in conversation only, but it requires an explicit request such as "just tell me" or "no doc needed". Evidence discipline still applies: sources are ingested and cited even when no article is written.

What happens if a source fetch fails during research?▼

The agent stops and asks you to paste the source content rather than silently dropping it or fabricating evidence. If a fetch tool returns a summary instead of raw content, it retries with a raw alternative like curl.

Does the research include analysis of my own codebase?▼

Not by default; research articles use external third-party sources such as web pages, papers, and official docs. First-party codebase analysis is included only when you explicitly ask, and it is clearly separated from third-party findings.