スキル一覧に戻る
JokeJason

build-my-context7

by JokeJason

downloads official documentation, filters it with AI assistance, and generates skills that make the docs available as local context for AI coding agents—a local alternative to Context7's cloud-based documentation lookup

2🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: build-my-context7 description: Build local Context7 documentation by downloading and filtering docs from manifests. Use when setting up or updating local documentation reference.

Build My Context7

Download and filter documentation from manifests for Context7 integration.

Quick Start

/build-my-context7              # Process ALL manifests
/build-my-context7 zod-docs     # Process only zod-docs manifest

Output goes to output/.

Workflow

Phase 1: Check Arguments

Check if $ARGUMENTS is provided:

  • If argument provided: Process only that specific manifest
  • If no argument: Process all manifests

Phase 2: Discovery

If processing a specific manifest:

  • Verify the manifest exists at .claude/skills/download-docs/scripts/manifests/{argument}.json
  • If not found, list available manifests and ask user to choose

If processing all manifests:

  • List all manifests:
ls .claude/skills/download-docs/scripts/manifests/*.json
  • Extract manifest names (without .json extension)

Phase 3: Processing

Spawn manifest-processor sub-agent(s):

Task tool call:
- subagent_type: manifest-processor
- prompt: "{manifest-name}"

The sub-agent handles everything:

  • Downloads files from the manifest source
  • Detects source type (URL vs GitHub)
  • Applies AI filtering for GitHub sources (skips for URL sources)
  • Returns a summary

For multiple manifests: Spawn ALL sub-agents in a SINGLE message for maximum parallelism.

Phase 4: Summary

After sub-agent(s) complete, compile results into a summary table:

ManifestSourceDownloadedFilteredFinalStatus
nameurl/githubNN/N/AN✅/❌

Remind user to run /generate-agent-skills if needed.

Requirements

  • jq - JSON parsing
  • git - GitHub cloning
  • curl - URL downloads

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です