تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١٬٦٣٦
forks:٨٥
updated:١٠ أبريل ٢٠٢٦ في ١٥:٥١
SKILL.md
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.
| 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.