context7-auto-research

Automatically fetch latest library/framework documentation for Claude Code via Context7 API

Content Preview
---
name: context7-auto-research
description: "Automatically fetch latest library/framework documentation for Claude Code via Context7 API"
risk: unknown
source: community
date_added: "2026-02-27"
---

# context7-auto-research

## Overview
Automatically fetch latest library/framework documentation for Claude Code via Context7 API

## When to Use
- When you need up-to-date documentation for libraries and frameworks
- When asking about React, Next.js, Prisma, or any other popular library

## Insta
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/context7-auto-research.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/context7-auto-research/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/context7-auto-research/SKILL.md

Related Skills