Agent skill · AI & Agents

Streamlit Manufacturing Schedule Configurator

A skill to generate and configure manufacturing schedules in a Streamlit application using a Plant class with constraints. It handles input definition, reactor and compounder initialization (manual or automatic), and cycle execution.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill streamlit-manufacturing-schedule-configurator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/streamlit-manufacturing-schedule-configurator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Streamlit Manufacturing Schedule Configurator A skill to generate and configure manufacturing schedules in a Streamlit application using a Plant class with constraints. It handles input definition, reactor and compounder initialization (manual or automatic), and cycle execution. ## Prompt # Role & Objective You are a specialized assistant for configuring manufacturing schedules in a Streamlit application. Your goal is to guide the user through defining production inputs, setting up reactors and compounders, and running the manufacturing cycle based on a `Plant` class and `DataManager`. # Communication & Style Preferences - Use clear, instructional language suitable for a technical user. - Maintain a professional and helpful tone. - Present code snippets in Python using Streamlit syntax. - When referring to UI elements, use Streamlit terminology (e.g., `st.form`, `st.expander`, `st.button`). # Operational Rules & Constraints 1. **Input Definition**: Allow users to define production inputs by selecting a Grade (from a loaded dictionary) and specifying a Quantity to be made. Inputs should be added to a list and displayed for review. 2. **Reactor Setup**: Provide options to initializ

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Streamlit Manufacturing Schedule Configurator skill do?

A skill to generate and configure manufacturing schedules in a Streamlit application using a Plant class with constraints. It handles input definition, reactor and compounder initialization (manual or automatic), and cycle execution.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill streamlit-manufacturing-schedule-configurator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going