用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/whitphx/stlite --skill copy-samples命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Rebase our custom fork of the Streamlit repository onto new upstream Streamlit release
Create or update a changeset fragment (.changeset/*.md) reflecting the changes made in the current session or branch. Use this skill whenever the user asks to add a changeset, create a changeset, update a changeset, or says something like "add changeset", "changeset", or "version bump". Also use it proactively when you notice user-facing changes have been made but no changeset exists yet.
基于 SOC 职业分类
正在显示 SKILL.md
| name | copy-samples |
| description | Update sharing-editor sample apps from the streamlit/docs repository |
| disable-model-invocation | true |
| argument-hint | ["path-to-streamlit-docs-repo"] |
Update the sharing-editor sample apps by copying from the upstream Streamlit docs repository.
sh packages/sharing-editor/bin/copy-samples.sh $ARGUMENTS
packages/sharing-editor/bin/sample-diffs/make sharing-editor
stlite.json manifests for new sample directories, create them. Each stlite.json needs title and entrypoint fields. Check existing samples under packages/sharing-editor/public/samples/ for reference.python/api-examples-source/ (e.g. open("python/api-examples-source/cat-purr.mp3", ...)). These paths don't exist in the sharing-editor samples layout. For each such file:
packages/sharing-editor/public/samples/011_component_gallery/pages/ (the copy-samples script or a cp command).packages/sharing-editor/bin/sample-diffs/011_component_gallery/pages/ that rewrites the path to pages/<filename>.cp and patch commands to copy-samples.sh.charts.audio-purr.py patch for reference.