Related Resources¶
This file collects: term definitions, daily-tool MCP/Skill highlights, topic-based awesome lists, Chinese-community resources. Pulled out of the main README to keep that page focused.
💡 Don't know a term? (LLM, agent, RAG, token, vector DB, …) →
resources/glossary.en.md— 30+ common terms with 30–80-word definitions
Three core terms: MCP / Skills / Plugins¶
The README and stages reference these three Claude Code ecosystem terms a lot. Quick definitions:
- MCP (Model Context Protocol) — Anthropic's open protocol that lets any LLM host (Claude Code, other IDEs, your own agent) talk to any external tool server (filesystem, DB, API, your service) through one interface. Think "USB for LLMs". See Stage 5.2.
- Skills — Claude Code's "behavior bundles". A Skill is a
SKILL.mddescribing "in what context, do what, can call which MCP tools". Claude Code auto-discovers them. See Stage 5.3. - Plugins / Marketplaces — package Skills, slash commands, hooks, and MCP configs into a distribution unit installable by your team or community. A marketplace is a catalog of plugins. See Stage 5.4.
Hands-on exercises live in Stage 5, with Track A's A3 covering production integration.
Daily-tool integrations: MCP servers + Skills¶
Connect Claude Code (or any other CLI agent) to the apps you already use, without window-hopping. Mature picks below:
Notes / Knowledge Base¶
- MarkusPfundstein/mcp-obsidian ★ 3.5k+ — Obsidian REST API plugin lets the LLM read/write your vault
- makenotion/notion-mcp-server ★ 4k+ — Notion official MCP, query/create pages, manipulate databases
- PleasePrompto/notebooklm-skill ★ 6k+ — NotebookLM Skill, citation-backed answers from your uploaded docs
- teng-lin/notebooklm-py ★ 13k+ — unofficial NotebookLM Python API + CLI, plays well with Claude Code / Codex
Office Documents (Word / Excel / PowerPoint / PDF)¶
- anthropics/skills ★ 129k+ — Anthropic official Skills with built-in docx / xlsx / pptx / pdf processing
- tfriedel/claude-office-skills ★ 646 — Office skills with automation workflows on top of the official ones
Google Workspace (Gmail / Docs / Drive / Calendar)¶
- taylorwilsdon/google_workspace_mcp ★ 2.3k+ — full Workspace stack (Gmail, Calendar, Docs, Sheets, Slides, Drive) in one server
Dev Collaboration¶
- github/github-mcp-server ★ 29k+ — GitHub official MCP for issues / PRs / repos
- atlassian/atlassian-mcp-server ★ 650+ — Atlassian official Remote MCP (Jira, Confluence)
- jerhadf/linear-mcp-server ★ 340+ — Linear MCP
- korotovsky/slack-mcp-server ★ 1.5k+ — Slack MCP, works without admin permissions
Research Workflow (by the repo maintainer)¶
- WenyuChiou/ai-research-skills ★ 70 — 14 research-workflow skills as a 5-plugin marketplace
- WenyuChiou/research-hub ★ 16 — Zotero + Obsidian + NotebookLM integration workspace
- WenyuChiou/zotero-skills ★ 22 — Zotero CLI skill
- WenyuChiou/codex-delegate ★ 57 + gemini-delegate-skill ★ 34 — multi-LLM delegation pair
Chinese-language Ecosystem¶
- leemysw/feishu-docx ★ 190+ — Feishu (Lark) docs / sheet / bitable ↔ Markdown with Claude Skills support
The above is just the highlights. Full 62-entry catalog by category (incl. databases, browser automation, Figma, Excalidraw, Cloudflare, Stripe, academic-writing / multi-LLM delegation, etc.) lives in
resources/mcp-skills-catalog.en.md.Looking for more MCP server catalogs? See
wong2/awesome-mcp-servers/punkpeye/awesome-mcp-servers(categorized). Canva's official MCP is still early access — community versions are unstable; will add when stable.
Topic-based awesome lists¶
This repo doesn't replace flat awesome lists. When you already know which tool you want, these are more direct:
MCP-related¶
- modelcontextprotocol/servers — official reference servers (filesystem, github, sqlite, git, fetch, memory, …)
- wong2/awesome-mcp-servers — community MCP server catalog, by category (150+)
- punkpeye/awesome-mcp-servers — another MCP server catalog
Claude Code / Skills / Plugins-related¶
- hesreallyhim/awesome-claude-code — Claude Code resources (currently restructuring)
- travisvn/awesome-claude-skills — Claude Skills catalog
- anthropics/claude-plugins-official — Anthropic's official plugin marketplace template; start here when packaging your own plugin
Chinese-speaking community¶
- datawhalechina/hello-agents — Datawhale systematic agent tutorial (zh-Hans)
- WangRongsheng/awesome-LLM-resources — comprehensive zh-Hans LLM resources (8k+ stars)
- AiHubCN/Awesome-Chinese-LLM — open-source Chinese LLM catalog
What else?¶
- Main README: README.en.md
- Full MCP / Skill catalog: resources/mcp-skills-catalog.en.md
- CLI agent comparison guide: resources/cli-agents-guide.en.md
- Style guide / contributing: resources/style-guide.en.md, CONTRIBUTING.en.md