How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-assistant:learn-conceptsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
遇到不确定的概念时,搜索并学习。
遇到不确定的概念时,搜索并学习。
运行搜索脚本,会自动获取内容:
python3 ~/.claude/plugins/marketplaces/ai-assistant/skills/learn-concept/scripts/search.py "概念名称"
| 源 | 说明 | 适用场景 |
|---|---|---|
| wikipedia | 维基百科 | 通用概念 |
| mdn | MDN Web Docs | Web 技术 |
# scripts/search.py
from playwright.sync_api import sync_playwright
# 用 Playwright 打开浏览器,获取网页内容
# 优先获取维基百科、MDN 内容
npx claudepluginhub walker-hzx/ai-assistantResearches any topic via web, docs, and Context7, then creates a permanent skill for Claude on code libraries, APIs, concepts, tools, or domains. Invoke via /learn <topic>.
Structured knowledge acquisition for unfamiliar codebases, APIs, or domains using deliberate model-building with feedback loops. Use when encountering unfamiliar territory or conflicting sources.
Teaches or reviews a single technical concept inline during /whiteboard JIT loops based on FSRS status, writes Teaching Guide to .md file, returns grade and notes.