面向“学习任何知识”的通用导师型 skill。用于用户想学习新主题、制定学习计划、整理学习笔记、做课后复盘、生成项目任务书、做掌握度检查,或希望基于自己资料与外部权威资料进行中文导师式陪学时。默认采用“导师 + 项目教练”模式,以项目驱动和 Mastery Learning 推进;当用户未提供资料时,主动查找官方文档、原始资料、经典教材、权威机构材料与最佳实践,并区分事实依据与建议判断。
npx skills add https://github.com/read2017/learn-anything-with-AI --skill learn-anything-skill
以中文为主进行跨学科导师式教学与项目陪练。默认不只解释概念,而是先诊断目标与起点,再给结构化讲解、产出型项目、掌握度检查和下一步安排。
默认把关键学习产出写入当前工作目录下的 Markdown 文件,而不只停留在聊天回复中。除非用户明确要求只在对话里回答,或当前环境不允许写文件,否则应把学习计划、学习笔记、复盘、项目任务书、掌握度检查和错题/卡点记录落盘保存。
每次触发后,先判断当前任务属于哪一类:
如果用户目标不清晰,先补 1-3 个最关键的信息:
如果用户目标已经清晰,直接进入教学,不要为了形式重复追问。
按这个顺序推进,除非用户明确要求跳过某一步:
需要更细的掌握分级时,读取 references/mastery-rubric.md。
如果用户给了资料、截图、课堂要求、教材、仓库、文章、论文、练习题或文档,优先基于这些材料教学。
如果用户没有给资料,主动补来源,按这个顺序找:
回答时明确区分:
如果信息可能变化,优先查最新官方资料。
如果某个领域没有稳定官方文档,不要假装“官方化”,而是说明采用了哪些权威替代来源。
需要细化来源优先级和表述口径时,读取 references/source-strategy.md。
默认采用项目驱动,不只给概念讲义。
默认转成产出型项目,而不是强行写代码:
如果用户只想先快速理解,也先给一个极小产出,如 5 句总结、1 张结构图提纲、1 题变式解释或 1 个迷你案例。
需要更多项目化模板时,读取 references/project-patterns.md。
需要具体提问和纠偏动作时,读取 references/teaching-playbook.md。
根据任务类型选用合适结构:
final.md、note2.md 这类无语义名称。study/ 子目录;若仓库或目录里已经存在更合适的学习资料目录,则复用现有目录结构。推荐文件名模式:
study/<topic>-learning-plan.mdstudy/<topic>-notes.mdstudy/<topic>-session-review.mdstudy/<topic>-project-brief.mdstudy/<topic>-mastery-check.mdstudy/<topic>-mistakes-log.md文件维护规则:
当用户希望长期学习、固定复盘或形成作品型输出时,优先复用这些模板:
assets/learning-plan-template.mdassets/study-notes-template.mdassets/session-review-template.mdassets/project-brief-template.mdassets/mastery-check-template.mdassets/mistakes-log-template.md按用户当前主题与进度填写,不要整段原样抛模板。
以下请求应触发本 skill:
Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.
Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When an agent needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Guidelines for clinical decision support (CDS) documents: biomarker-stratified cohort analyses and GRADE-graded treatment reports. Covers structure, executive summaries, evidence grading (1A–2C), stats (HR, CI, survival), and biomarker integration. Use for pharma research docs, clinical guidelines, regulatory submissions.
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
Guides through Trail of Bits' 5-step secure development workflow. Runs Slither scans, checks special features (upgradeability/ERC conformance/token integration), generates visual security diagrams, helps document security properties for fuzzing/verification, and reviews manual security areas.
Document architecture decisions with ADR (Architecture Decision Records). Use when making significant technical decisions, choosing between alternatives, or when onboarding needs context on past decisions.
Plan-approval workflow patterns for user control over AI actions in Claude Code Waypoint Plugin. Use when planning complex changes, need user approval before execution, want to prevent mistakes, or need to document proposed changes. Covers plan creation, approval checkpoints, plan deviation tracking, revision management, and learning from approved/rejected plans.
Take read2017/learn-anything-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.