locusyuri
- 24 skills
- 0 followers
- 17 hours ago last updated
- ▌ Scoop Check · locusyuri bundleCheck whether a proposed research novelty (given a problem statement and claimed idea/novelty) overlaps with existing published work. TRIGGER when the user asks to verify research novelty, check if an idea is new, compare a proposed contribution to prior art, do a literature/prior-art search for a specific claim, or assess whether a paper idea has been scooped. DO NOT TRIGGER for general literature reviews unrelated to a specific novelty claim, or for writing related-work sections of an already-validated idea.
- ▌ Scoop Skills · locusyuri bundleUse this skill to manage Windows packages via Scoop. Trigger this skill whenever the user mentions installing software, or whenever you need to execute a CLI tool that is not pre-installed on Windows but might have a Windows version available for discovery or installation via Scoop (e.g., git, curl, neovim, bat, etc.). This skill also helps you discover and execute the "shims" (executables) installed by Scoop, ensuring you know which command-line tools are available for use.
- ▌ Add Scoop App · locusyuri为本仓库(scoop-violet)新增一个 Scoop 应用。当用户要求添加新软件/新应用到本 bucket、或要求"加一个 xxx 的 manifest"时触发。按 wiki/SPEC.md 规范完成调研→manifest→脚本→验证→README 全流程,且不修改仓库外任何文件。
- ▌
- ▌ Manifest Reviewer · locusyuri按 wiki/SPEC.md 规范审查本仓库 bucket/ 下的 Scoop manifest(新增或修改后)。当用户要求"审查 manifest"、"检查 bucket 规范"、"review 应用清单"时触发。只读审查,不修改任何文件。
- ▌
- ▌ General Paint By Py · locusyuri bundle编写 Python + matplotlib 绘图脚本,生成教材级(教科书排版风格)的数学/物理教学插图与数据图——包括网格/表格式图形、数学结构示意图、物理场景图、函数曲线图,并渲染输出 PNG 或 SVG。当用户提出"画/绘制/生成/做一张图、figure、chart、示意图、diagram、illustration"等请求、给出一段需要转为图片的详细视觉规格、或要求修改一个现有绘图脚本时使用。
- ▌
- ▌ Physics Model Figures · locusyuriGenerate physics-textbook figures pairing a conceptual model diagram with the governing function curves (e.g. electric field + potential vs. distance). Use when drawing a physics concept illustration that needs a model/scene panel beside one or more function plots.
- ▌ Field Potential Curves · locusyuriGenerate E(r) and V(r) curve panels (electric field + potential vs. distance) for charge distributions — point charge, spherical shell, solid sphere, concentric shells, line charge, cylindrical shell. Specialized companion to physics-model-figures for figures whose right panel is a piecewise E/V vs. distance plot. Use when the task is specifically about electric field and potential curves.
- ▌ Typst · locusyuri bundleTypst document creation and package development. Use when: (1) Working with .typ files, (2) User mentions typst, typst.toml, or typst-cli, (3) Creating or using Typst packages, (4) Developing document templates, (5) Converting Markdown/LaTeX to Typst
- ▌ Design Note · locusyuri为 MathRepo 中的新笔记设计完整的 Part-Chapter-Section 目录结构。涵盖教材基线分析、职责边界划定、逻辑链路设计、内容丰富度把控、注释蓝图写入和覆盖度验证。适用于从零规划一份新笔记的宏观骨架。
- ▌ Math Review · locusyuri bundleVerifies math-heavy code for algorithmic correctness and numerical stability. Use when reviewing scientific algorithms, ML models, or numerical code.
- ▌ Make Outline · locusyuri bundle为 Typst 数学笔记的某一章/某一节规划详细大纲,包括知识点、逻辑链路、组件规划、标签系统、交叉引用和图片规划。适用于开始撰写新章节前的结构设计阶段,也适用于已有章节的补全/重构规划。
- ▌
- ▌
- ▌ Latex To Typst · locusyuri bundle将 MathRepo 中的 LaTeX (elegantbook) 笔记迁移到 Typst 格式。提供完整的组件映射、符号映射、环境转换规则和自动化脚本。适用于批量迁移 LaTeX 笔记到 Typst 单文件格式。
- ▌
- ▌
- ▌ Glossary Indexer · locusyuri扫描 Typst 文件中的标签(如 <def:limit-of-sequence-of-sets>),在 Appendix 的 Glossary 节中生成字母索引。
- ▌ Review Annotation · locusyuri处理 reviewer 批注文件:解析批注、定位源码、分析问题、给出修改方案,待用户确认后执行并编译验证。当用户提供批注文件(如 temp/【批注】XXX.censoring.md)并要求处理时调用。
- ▌ Illustration Prompt · locusyuri bundle根据用户说明生成物理/数学教学插图的 AI 绘图提示词。涵盖模型示意图、函数曲线图、实/复函数与一般映射图等,支持多面板组合布局。
- ▌
- ▌ Typst Writing Conventions · locusyuri当编辑/创建 .typ 文件时,必须使用本技能以确保符合 Typst 语法规范(如 subset→subset.eq, \sigma→sigma, integral→integral 等)、符号映射规则、文档层级结构和写作风格约定。尤其适用于新增数学公式较多的笔记时。