用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/spiriMirror/libuipc --skill document命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | document |
| description | Documentation style guide and rules for creating documentation |
Documentation style varies by type. Follow these principles for consistency.
docs/specification/)Purpose: Formal mathematical reference for constitutions, geometries, and core concepts.
Rules:
$$ for display, $ for inline) extensively## #12 Hookean Spring[link text](./file.md)Example:
# Hookean Spring
**Hookean Spring** is a constitutive model for simulating linear elastic springs.
## #12 Hookean Spring
$$
E = \frac{\kappa}{2} \epsilon^2 = \frac{\kappa}{2} \left(\frac{L - L_0}{L_0}\right)^2
$$
where:
- $\kappa$ is the spring constant
- $L_0$ is the rest length
docs/tutorial/)Purpose: User-friendly guides with code examples.
Rules:
=== "C++"
\`\`\`cpp
// code
\`\`\`
=== "Python"
\`\`\`python
# code
\`\`\`
Example:
=== "C++"
\`\`\`cpp
using namespace uipc::core;
Scene scene;
\`\`\`
=== "Python"
\`\`\`python
from uipc.core import *
scene = Scene()
\`\`\`
docs/specification/*_uid.md)Purpose: Technical reference for identifiers and ranges.
Rules:
Example:
# Constitution UID
64-bit unsigned integer. Official range: $[0, 2^{32}-1]$. User-defined: $[2^{32}, 2^{64}-1]$.
docs/build_install/)Purpose: Step-by-step build instructions.
Rules:
shell, bash, powershellExample:
| Name | Version | Usage | Import |
|------|---------|-------|--------|
| [CMake](https://cmake.org/) | >=3.26 | build system | system install |
\`\`\`shell
git clone https://github.com/microsoft/vcpkg.git
\`\`\`
$$ for display, $ for inline. Define variables after formulas. Use bold for vectors: $\mathbf{x}$[text](./file.md). Link to related docs and external resourcesmedia/ subdirectories. Use SVG. Reference: # title, ## sections, ### subsections