ソース情報
- リポジトリ
- whitphx/stlite
- ソースの最終更新活動
- 2026年4月10日 15:51
- 検出された SKILL.md の言語
- 英語
- スター
- 1,654
- フォーク
- 86
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/whitphx/stlite --skill copy-samplesコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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.