llms-docs
v0.22.2Progressive document loaders for Claude, AI SDK, and Firebase official docs via llms.txt
By MaoLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 5, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install llms-docs for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install llms-docs@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Mao-o/cc-mp-worktoolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/llms-docs/.
Plugin files
├── .claude-plugin/plugin.json├── skills/researching-ai-sdk/SKILL.md├── skills/researching-claude-docs/SKILL.md└── skills/researching-firebase/SKILL.md
Included Skills3
AI SDK (Vercel AI SDK) 公式ドキュメント調査スキル。ai-sdk.dev/llms-full.txt を段階的に読み込み、 API仕様・使い方・コード例を調査する。Skill ツールで起動し、メインの会話コンテキストを消費しない。 AI SDK の仕様確認には WebFetch ではなくこのスキルを使う(要約モデル経由ではないため field の抜け落とし・幻覚が起きない)。
Fetch verbatim sections from Claude Code (code.claude.com) and Claude Developer Platform (platform.claude.com) 公式 docs — llms.txt / llms-full.txt を段階的に grep し、WebFetch の要約モデル経由のような field 欠落・幻覚を回避する。
Firebase 公式ドキュメント調査スキル。firebase.google.com/docs/llms.txt を段階的に読み込み、 Firestore, Authentication, Cloud Functions, Hosting, FCM, Vertex AI in Firebase などの 各プロダクトの API 仕様・設定方法・コード例を調査する。Skill ツールで起動し、メインの会話コンテキストを消費しない。 Firebase の仕様確認には WebFetch ではなくこのスキルを使う(要約モデル経由ではないため field の抜け落とし・幻覚が起きない)。
Plugin manifests1
{
"name": "llms-docs",
"version": "0.22.2",
"description": "Progressive document loaders for Claude, AI SDK, and Firebase official docs via llms.txt",
"author": {
"name": "Mao"
},
"homepage": "https://github.com/Mao-o/cc-mp-worktools",
"repository": "https://github.com/Mao-o/cc-mp-worktools",
"license": "MIT",
"keywords": [
"documentation",
"research",
"claude-docs",
"ai-sdk",
"firebase",
"llms-txt"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[llms-docs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/llms-docs)