ワンクリックで
build-app
Use when a student asks to create, improve, test, or deploy a Streamlit coursework app from data or analysis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when a student asks to create, improve, test, or deploy a Streamlit coursework app from data or analysis.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when a student asks to audit, review, benchmark, harden, or improve a Streamlit coursework app or deployed app; covers Streamlit best practices, app UX, state/query params, caching, testing, deployment readiness, and reusable context updates.
Use when a student says build context, generate paper-context.md, or summarize a Word/.docx draft report into guidance/paper-context.md; legacy LaTeX, Markdown, and PDF sources are supported when explicitly supplied.
Use when a student asks to build, revise, or structure a PowerPoint-first presentation deck; legacy LaTeX/Beamer is supported only when explicitly requested.
Use when a student asks to create, improve, validate, or export charts, figures, plots, time-series graphs, bar charts, scatter plots, heatmaps, or Word/A4-ready report figures.
Use when a student explicitly asks to compile a legacy LaTeX paper, build a .tex report PDF, or run pdflatex and bibtex.
Use when a student says build week context, refresh guidance for a week, or summarize the current week folder into generated week, data, and output context files.
| name | build-app |
| description | Use when a student asks to create, improve, test, or deploy a Streamlit coursework app from data or analysis. |
| argument-hint | [--target projects/name] [--title "..."] |
Read docs/ai/workflows/build-app.md and docs/apps/streamlit/README.md.
Follow them as the canonical workflow.
Preferred deterministic commands:
python tools/workflow.py build-app --target projects/my_project --title "My App"python tools/workflow.py new-project my_project --with-app --description "..."python tools/workflow.py check-app-submission --target projects/my_projectpython tools/workflow.py prepare-app-repo --source projects/my_project --dest ../my_project_handin --repo my_project_handinIf the workflow doc conflicts with older tool-specific instructions, the shared workflow doc wins.