From c99ab7491182df76ec7d095dcfe2383f1d39bb18 Mon Sep 17 00:00:00 2001 From: OpeItcLoc03 Date: Wed, 12 Aug 2026 09:57:48 +0000 Subject: [PATCH] meta(tasks): create [context7-cli-skill] in OpeItcLoc03/claude-skills --- .tasks/STATUS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.tasks/STATUS.md b/.tasks/STATUS.md index 6cc96d4..76080b5 100644 --- a/.tasks/STATUS.md +++ b/.tasks/STATUS.md @@ -1431,3 +1431,13 @@ Findings → follow-up tasks в claude-skills. --- + +## ⚪ [context7-cli-skill] — Переделать using-context7 с MCP-привязки на CLI-first (идея 16): pi не видит context7 (мост claude-mcp-bridge читает только ~/.claude.json, context7 живёт в ~/.claude/settings.json как HTTP MCP https://mcp.context7.com/mcp). Решение: using-context7 v2 — CLI `ctx7` (npm v0.5.8) + скил в суверенном каталоге; любой агент вызывает ctx7 в bash без MCP-регистрации. API-ключ ctx7sk-… из ~/.claude/settings.json → разовая конфигурация в ~/.config/projects-secrets/ (паттерн interns.env). Принцип: CLI-first (обзор инструментов 2026-08-11), как browser-cdp против Chrome DevTools MCP. + +**Status:** ready +**Where I stopped:** (not started) +**Next action:** Проверить, как ctx7 CLI читает API-ключ (npx ctx7 --help / доки), переписать using-context7 SKILL.md на CLI-вызовы, bump semver, перенести ключ в projects-secrets +**Branch:** n/a + + +---