원클릭으로
context7-skill-generator
Automatically generates skills from Context7 MCP documentation responses
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automatically generates skills from Context7 MCP documentation responses
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | context7-skill-generator |
| description | Automatically generates skills from Context7 MCP documentation responses |
| updated | "2026-01-13T00:00:00.000Z" |
Automatically captures Context7 MCP documentation responses and generates properly formatted skill files.
When Context7 MCP is invoked during a conversation, this skill:
Simply invoke this skill after using Context7:
/skill context7-skill-generator
The skill will analyze the conversation for Context7 responses and prompt you for:
latest-nextjs, react-compiler)For explicit invocation with parameters:
/skill:from-context7
The skill looks for these Context7 MCP tool invocations:
resolve-library-id - Library resolutionquery-docs - Documentation queriesThe generated skill follows this template:
---
name: skill-name
description: Brief description of the skill
updated: YYYY-MM-DD
source: context7
library: library-name
version: detected-version
---
Skills are generated to:
plugins/{plugin-name}/skills/{skill-name}/SKILL.md
# 1. Use Context7 to get documentation
How do I set up Next.js 16 middleware? use context7
# 2. Generate a skill from the response
/skill context7-skill-generator
# 3. Provide prompted information:
# - Skill name: nextjs-middleware
# - Description: Next.js 16 middleware patterns and configuration
# - Plugin: nextjs
# 4. Skill file created at:
# plugins/nextjs/skills/nextjs-middleware/SKILL.md
The skill identifies Context7 content by looking for:
resolve-library-id or query-docsAttempts to extract version information from:
/vercel/next.js)If the skill cannot:
update-indexes after generating new skillsThis skill integrates with the IP Labs marketplace by:
latest-nextjs and latest-reactFor multiple libraries, invoke multiple times:
/skill context7-skill-generator
# (generate first skill)
/skill context7-skill-generator
# (generate second skill)
Add custom sections by editing the generated skill file after creation. Common additions:
Initial Convex workspace setup in Coder workspaces with self-hosted Convex deployment, authentication configuration, Docker setup, and environment variable generation
Self-hosted Convex development in Coder workspaces with authentication, queries, mutations, React integration, and environment configuration
Guides self-hosted Convex deployment, authentication setup, environment configuration, troubleshooting, and production deployment considerations.
Coder workspace environment for hahomelabs.com deployments. Includes networking, ports, convex config, nhost config
Manages git operations including commits, pull requests, merge requests, and branching. Use when creating commits, handling git conflicts, managing branches, or reviewing git history. Enforces clean commit messages without author attribution.
Refactors Claude Code skills to reduce token usage 80-95% using Progressive Disclosure Architecture (PDA). Splits monolithic skills into orchestrator + reference files, extracts scripts, creates reference/ directories. Use when optimizing skills, improving skill efficiency, refactoring large/bloated skills, reducing token costs, applying PDA, modularizing skills, breaking down skills, or converting encyclopedia-style skills to orchestrator pattern.