SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill pdfコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
| name | |
| description | Include downloadable PDF in SPA build |
Generate a downloadable PDF alongside your built slides.
---
download: true
---
This generates a PDF and adds a download button to the built slides.
Skip generation and use an existing PDF:
---
download: 'https://example.com/my-talk.pdf'
---
slidev build --download
Configure PDF export settings via:
slidev build --download --with-clicks --timeout 60000exportFilename, withClicks, etc.