ワンクリックで
simulatte
simulatte には dmezzogori から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Use when building, configuring, debugging, or running simulations with the Simulatte discrete-event simulation library. Trigger whenever code imports from `simulatte`, references Simulatte classes (Environment, ShopFloor, Server, ProductionJob, Router, PreShopPool, Runner, SimulatteEnv), or the user asks about job-shop simulation in a Python project. Also trigger when the user mentions release policies (LumsCor, SLAR, immediate release), WIP strategies, workload control, dispatching rules, starvation avoidance, multi-run experiments with seed management, or training RL agents on simulations (Gymnasium, reinforcement learning, gym environment). Even if the user just says "set up a simulation", "compare scheduling policies", or "train an RL agent" in a repo that depends on simulatte, use this skill.
Use when preparing a new release of simulatte. Runs pre-flight checks (tests, lint, type check, docs build), bumps the version using semver, generates CHANGELOG entries from commits, updates all version references, and creates the git tag that triggers PyPI publishing. Use whenever the user mentions "release", "new version", "bump version", "publish to PyPI", or wants to cut a new release of the library.
Use when building, configuring, debugging, or running intralogistics simulations with Simulatte. Trigger whenever code imports from `simulatte.intralogistics`, references intralogistics classes (FleetCoordinator, AGV, Warehouse, LayoutGraph, TransferOrder, ChargingStation, ParkingArea), or the user asks about warehouse simulation, AGV fleet management, material transport, or warehouse layout design in a Python project. Also trigger when the user mentions dispatch strategies, replenishment policies, AGV battery management, traffic management, pathfinding, or order fulfillment in an intralogistics context.