Loading...
Loading...
Found 8 Skills
Turn an analytic geometry problem into a self-contained interactive teaching webpage: left column with problem statement + dynamic console (a variable parameter slider driving real-time recalculation of geometric quantities + theoretical range/fixed value indication), middle column with step-by-step explanations using KaTeX, right column with 2D Canvas dynamic geometry drawing board (ellipse/hyperbola/parabola/circle + moving lines/moving points + vectors + annotations + brush doodling). Supports three entry points—given text problems, random problem generation, and solving problems after uploading and recognizing problem images. Covers problem types such as finding standard equations, chord lengths, vector dot product ranges/fixed values, triangle area maxima/minima, fixed points, fixed values (product of slopes), loci, and eccentricities. Uses a unified method of "setting parametric line x=my+c + simultaneous equations + Vieta's formulas + substitution/constant separation", driven by sympy for precise calculations (answers, coordinates, step values, and theoretical ranges of the interactive engine are consistent from the same source). Other agents can also call this skill to generate such webpages. It parallels edu-solid-geometry in form but uses Canvas-2D + KaTeX (instead of Three.js). Trigger words: 解析几何, 圆锥曲线, 椭圆, 双曲线, 抛物线, 直线与圆锥曲线, 焦点弦, 弦长, 数量积取值范围, 向量数量积, 定点问题, 定值问题, 斜率之积, 三角形面积最值, 轨迹方程, 离心率, 解这道解析几何题, 随机出一道圆锥曲线题, 这张图里的解析几何题; analytic geometry, conic sections, ellipse, hyperbola, parabola, chord length, dot product range, fixed point, fixed value, locus, eccentricity, interactive analytic geometry solution page.
Turn a chemical reaction into a self-contained microscopic 3D interactive demonstration webpage: The left/top section features a Three.js interactive molecular animation (drag the slider to view bond breaking, bond forming, and atomic recombination with step-by-step highlighting), while the right section includes KaTeX reaction equations + step-by-step explanations + atom conservation counting + optional energy-reaction progress curves. Three entry methods are supported—given text reactions/equations, random question generation, and demonstration after image upload and recognition. It covers combustion, combination/decomposition/single displacement/double displacement reactions, redox reactions (electron transfer visualization), and organic reaction mechanisms (esterification and other reactions involving catalysts and transition states). It is precisely driven by sympy: automatically balance equations, verify atom conservation and atomic mapping, deduce bond breaking/forming, ensuring consistency between answers and geometric models. Two built-in engines are available with automatic selection: morph (atomic deformation, demonstrating atom conservation) and mechanism (mechanism keyframes, demonstrating catalysis/transition states). Hybrid geometry: uses a self-built VSEPR molecular library by default; if RDKit is installed in the environment, it can generate conformations from SMILES (never installed automatically). Other agents can also call this skill to generate such webpages. Its form is parallel to edu-solid-geometry / edu-analytic-geometry, but uses Three.js + KaTeX to demonstrate molecular reactions. Trigger words: chemical reaction, microscopic demonstration, molecular animation, combustion, methane combustion, hydrogen combustion, water electrolysis, redox reaction, electron transfer, esterification reaction, reaction mechanism, bond breaking and forming, atom conservation, mass conservation, chemical equation balancing, solve this chemical reaction, generate a random chemical reaction, the chemical reaction in this image; chemistry reaction, microscopic/molecular animation, combustion, electrolysis, redox electron transfer, esterification mechanism, bond breaking and forming, atom conservation, balance equation, interactive chemistry reaction page.
Build a multi-page Markdown wiki directory for a large software repository after reading and analyzing the whole codebase. Use when the agent is asked to create repository wiki documentation, onboarding docs, architecture guides, codebase tours, maintainer handbooks, or deep explanations of modules, core code paths, algorithms, design decisions, tradeoffs, tests, tooling, and operations for code learners or new maintainers. Optimized for large repositories with hundreds of thousands of lines of code where maintainers need broad coverage and deep subsystem documentation. Also supports optional Rspress/static documentation site setup when the user explicitly asks to publish or deploy the generated wiki. Supports Markdown output with Mermaid, Graphviz, and KaTeX where useful.
Professional PDF solution. Create PDFs using HTML+Paged.js (academic papers, reports, documents). Process existing PDFs using Python (read, extract, merge, split, fill forms). Supports KaTeX math formulas, Mermaid diagrams, three-line tables, citations, and other academic elements. Also use this skill when user explicitly requests LaTeX (.tex) or native LaTeX compilation.
Render and customize assistant message text as markdown in assistant-ui. Use when displaying model output as formatted markdown with MarkdownTextPrimitive from @assistant-ui/react-markdown wired into the MessagePrimitive.Parts text branch, configuring remarkPlugins (remark-gfm, remark-math) and rehypePlugins (rehype-katex), or memoizing components with unstable_memoizeMarkdownComponents. Covers code-block syntax highlighting via react-shiki or react-syntax-highlighter registered as SyntaxHighlighter in components/componentsByLanguage, LaTeX math rendering with KaTeX, Mermaid diagrams gated on stream completion, custom math delimiters via preprocess, and the StreamdownTextPrimitive alternative from @assistant-ui/react-streamdown with built-in Shiki/KaTeX/Mermaid and block streaming. For general chat UI composition route to primitives.
Integrate markstream-vue2 into a Vue 2 Vue CLI or Webpack 4 app. Use when Codex needs Webpack 4-friendly setup, CDN worker fallbacks for Mermaid or KaTeX, `dist/index.css` imports, Vue 2 composition-api shims, or safer code block defaults that avoid fragile Monaco worker setups.
Integrate markstream-vue2 into a Vue 2 plus Vite app. Use when Codex needs Vite-friendly worker imports, `?worker` or `?worker&inline` setup for Mermaid or KaTeX, modern CSS ordering, or Vue 2 compatibility in a Vite-based repository.
Integrate markstream-vue into a Vue 3 app. Use when Codex needs to add the Vue 3 renderer, import CSS in the right order, choose between `content` and `nodes`, enable optional peers like Mermaid, KaTeX, D2, Monaco, or Shiki, or wire scoped custom components in a non-Nuxt Vue repository.