PluginBench
Skill
Review
Audit score 70

setup-context7-mcp

neolabhq/context-engineering-kit

How to install setup-context7-mcp

npx skills add https://github.com/neolabhq/context-engineering-kit --skill setup-context7-mcp
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from neolabhq/context-engineering-kit.


name: setup-context7-mcp description: Guide for setup Context7 MCP server to load documentation for specific technologies. argument-hint: List of languages and frameworks to load documentation for

User Input:

$ARGUMENTS

Guide for setup Context7 MCP server

1. Determine setup context

Ask the user where they want to store the configuration:

Options:

  1. Project level (shared via git) - Configuration tracked in version control, shared with team

    • CLAUDE.md updates go to: ./CLAUDE.md
  2. Project level (personal preferences) - Configuration stays local, not tracked in git

    • CLAUDE.md updates go to: ./CLAUDE.local.md
    • Verify these files are listed in .gitignore, add them if not
  3. User level (global) - Configuration applies to all projects for this user

    • CLAUDE.md updates go to: ~/.claude/CLAUDE.md

Store the user's choice and use the appropriate paths in subsequent steps.

2. Check if Context7 MCP server is already setup

Check whether you have access to Context7 MCP server by making request.

if no, load https://raw.githubusercontent.com/upstash/context7/refs/heads/master/README.md file and guide user through setup process that applicable to agent/operation system.

3. Update CLAUDE.md file

Use the path determined in step 1:

  • Parse user input, if it empty read current project structure and used technologies, if project empty ask user to provide list of languages and frameworks that planned to be used in this project.
  • Search through context7 MCP for relevant technologies documentation
  • Update the appropriate CLAUDE.md file with following content:
### Use Context7 MCP for Loading Documentation

Context7 MCP is available to fetch up-to-date documentation with code examples.

**Recommended library IDs**:

- `[doc-id]` - short description of documentation

Related skills

More from neolabhq/context-engineering-kit and the wider catalog.

SEsetup-serena-mcp logo

setup-serena-mcp

neolabhq/context-engineering-kit

Guide for setup Serena MCP server for semantic code retrieval and editing capabilities

742 installs
STstatus logo

status

neolabhq/context-engineering-kit

Display the current state of the FPF knowledge base

705 installsAudited
SUsubagent-driven-development logo

subagent-driven-development

neolabhq/context-engineering-kit

Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

776 installsAudited
TEtest-driven-development logo

test-driven-development

neolabhq/context-engineering-kit

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

769 installsAudited
TEtest-prompt logo

test-prompt

neolabhq/context-engineering-kit

Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing

728 installsAudited
TEtest-skill logo

test-skill

neolabhq/context-engineering-kit

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

733 installsAudited