🎯

context7-tools

🎯Skill

from bsamiee/parametric_forge

VibeIndex|
What it does

Retrieves comprehensive library documentation via a unified Python CLI, enabling precise resolution and fetching of programming library references.

context7-tools

Installation

Install skill:
npx skills add https://github.com/bsamiee/parametric_forge --skill context7-tools
1
AddedJan 27, 2026

Skill Details

SKILL.md

>-

Overview

# [H1][CONTEXT7-TOOLS]

>Dictum: Two-step resolution ensures accurate documentation retrieval.


Query Context7 library documentation via unified Python CLI.

[IMPORTANT] Commands require arguments. First resolve, then docs.

```bash

# Resolve library name β†’ ID

uv run .claude/skills/context7-tools/scripts/context7.py resolve --library "react"

# Fetch documentation by resolved ID

uv run .claude/skills/context7-tools/scripts/context7.py docs --library-id "/facebook/react"

# Apply topic filter

uv run .claude/skills/context7-tools/scripts/context7.py docs --library-id "/facebook/react" --topic "hooks"

# Set custom token limit

uv run .claude/skills/context7-tools/scripts/context7.py docs --library-id "/vercel/next.js" --tokens 10000

```

---

[1][OUTPUT]

Commands return: {"status": "success|error", ...}.

| [INDEX] | [CMD] | [RESPONSE] |

| :-----: | --------- | -------------------------------------- |

| [1] | resolve | {library: string, matches: object[]} |

| [2] | docs | {library_id: string, docs: object} |

More from this repository10

🎯
hostinger-tools🎯Skill

Manages Hostinger cloud infrastructure and services through comprehensive API interactions for VPS, domains, billing, and hosting operations.

🎯
mermaid-diagramming🎯Skill

Generates comprehensive Mermaid diagrams across 22 types with advanced styling, layout, and semantic categorization for complex visual modeling.

🎯
nx-tools🎯Skill

Queries Nx workspace metadata, project configurations, affected projects, generators, and dependency graphs via unified Python CLI.

🎯
tavily-tools🎯Skill

Executes web searches, content extraction, website crawling, and site structure mapping using Tavily AI's web operations via a unified Python CLI.

🎯
n8n-builder🎯Skill

Generates compliant n8n workflow JSON with dynamic nodes, connections, and settings for programmatic workflow automation and AI agent scaffolding.

🎯
typescript-effect🎯Skill

Generates TypeScript code using functional patterns and Effect ecosystem, enforcing strict typing, error handling, and modular design principles.

🎯
command-builder🎯Skill

Streamlines complex command generation by dynamically constructing shell and CLI commands with flexible parameter mapping and validation

🎯
output-style-builder🎯Skill

Generates structured output formats and response style configurations for Claude, optimizing data serialization and agent communication.

🎯
sonarcloud-tools🎯Skill

Queries SonarCloud API to retrieve code quality metrics, issues, hotspots, and analysis history via a unified Python CLI.

🎯
github-tools🎯Skill

Manages GitHub operations comprehensively using gh CLI, enabling issue, PR, workflow, and repository interactions with zero-config defaults.