Skip to content

Related Resources

繁體中文 | 简体中文 | English

← Back to main README

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.md describing "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

Office Documents (Word / Excel / PowerPoint / PDF)

Google Workspace (Gmail / Docs / Drive / Calendar)

Dev Collaboration

Research Workflow (by the repo maintainer)

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:

Chinese-speaking community


What else?