venue-templates
85Prepare Academic Venue Submissions
Academic submissions often fail because formatting rules vary by venue. This skill provides templates, requirements, and examples for faster preparation.
Build Discrete-Event Simulations with SimPy
Discrete-event models are hard to structure when processes share queues, resources, and time. This skill guides SimPy designs, monitoring, and reusable Python simulation templates.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "simpy" from https://skillstore.io/skills/k-dense-ai-simpy.md and its manifest at https://skillstore.io/api/skills/k-dense-ai-simpy/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "simpy". Model a clinic with one intake desk, two nurses, random arrivals, and patient wait time metrics.
Expected outcome:
A simulation plan with entities, resources, arrival assumptions, service distributions, metrics, and validation checks.
Using "simpy". Compare two production line staffing options with bottleneck monitoring.
Expected outcome:
A scenario comparison approach with utilization, queue length, throughput, warm-up, replications, and decision criteria.
Using "simpy". Add monitoring to an existing SimPy resource model.
Expected outcome:
A monitoring design that tracks requests, releases, wait times, utilization, queue length, and optional CSV results.
Most static findings are false positives caused by SimPy API names, Markdown backticks, and the env simulation object. Two filesystem findings are confirmed because CSV export helpers write to caller-provided filenames. A low-severity semantic issue notes promotional steering toward an external K-Dense service.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/k-dense-ai-simpy/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/k-dense-ai-simpy?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/k-dense-ai-simpy?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/k-dense-ai-simpy/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/k-dense-ai-simpy.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>K-Dense-AI. (2026). simpy security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/k-dense-ai-simpy/audits/9@techreport{k-dense-ai-k-dense-ai-simpy-2026,
author = {K-Dense-AI},
title = {simpy security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/k-dense-ai-simpy/audits/9},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "simpy security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "K-Dense-AI"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/k-dense-ai-simpy/audits/9"
identifiers:
- type: other
value: "skillstore:k-dense-ai-simpy:audit:9"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
davila7-simpy
2026-08-21
k-dense-ai-simpy
2026-08-21
Model arrivals, service times, waiting lines, and staffing capacity before changing an operational process.
Simulate machines, buffers, priority jobs, and interruptions to compare throughput and utilization scenarios.
Build repeatable simulations for network traffic, job scheduling, or shared resource contention.
Create a simple SimPy queue model with one shared server, random arrivals, service times, and summary metrics.
Adapt the basic simulation template for my process with these entities, resources, arrival rules, and service rules.
Add monitoring for utilization, queue length, wait time, and an optional CSV export for this SimPy model.
Design a capacity planning study with assumptions, scenarios, validation checks, metrics, and interpretation steps for a SimPy simulation.
Author
K-Dense-AILicense
MIT license
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
26421118b848d9f1efc0aa169d8a7a9e7e0a877e
Maintenance freshness
7/18/2026
Usage
11 downloads ยท 297 views
File structure
๐ references/
๐ events.md
๐ monitoring.md
๐ real-time.md
๐ resources.md
๐ scripts/
๐ basic_simulation_template.py
๐ resource_monitor.py
๐ SKILL.md
Prepare Academic Venue Submissions
Academic submissions often fail because formatting rules vary by venue. This skill provides templates, requirements, and examples for faster preparation.
Prepare ISO 13485 Certification Docs
Medical device teams must create complete QMS documentation before certification audits. This skill provides templates, checklists, and gap analysis guidance for ISO 13485 readiness.
Analyze therapeutic ML datasets with PyTDC
Drug discovery teams need reliable datasets and fair evaluation protocols. This skill helps Claude use PyTDC for curated therapeutic ML data, benchmark splits, metrics, and molecular oracles.
Run DiffDock Molecular Docking
Protein-ligand docking requires careful setup, parameter choices, and result interpretation. This skill guides DiffDock workflows for poses, confidence scores, and screening.
Analyze Research Data with Statistical Guidance
Choosing tests and reporting results can be slow and error-prone. This skill guides test selection, assumptions, effect sizes, power analysis, Bayesian options, and APA reporting.
Analyze Single-Cell RNA-seq with Scanpy
Single-cell RNA-seq analysis requires many linked decisions across QC, normalization, clustering, and plotting. This skill gives Claude, Codex, and Claude Code structured Scanpy workflows, reference guidance, and reusable analysis scripts.
Create Publication-Ready Matplotlib Charts
by davila7
Plotting with Matplotlib can be hard to structure, style, and export consistently. This skill guides chart design, figure layout, styling, troubleshooting, and export choices.
Calculate Math Expressions Quickly
by Decalogue
Manual arithmetic checks slow agents when users need quick numeric answers. This skill evaluates basic math expressions and returns concise results.
Build Scikit-Learn Machine Learning Workflows
by davila7
Classical machine learning projects require careful preprocessing, model selection, and evaluation. This skill provides scikit-learn guidance, reusable pipeline patterns, and complete examples.
Analyze Images with Azure AI Vision
by sickn33
Manual image inspection limits scale. This skill guides Azure AI Vision workflows for captions, OCR, objects, people, and smart crops.
Audit Python Web Apps Before Release
by glenskii
Python teams need repeatable checks for common application security controls. This skill provides configurable pytest coverage with clear evidence, boundaries, and release decisions.
Build Reliable Async Python
by 0xDarkMatter
Async Python code often fails due to blocking calls, unbounded tasks, and weak cleanup. This skill provides reusable asyncio patterns, examples, and references for robust concurrent services.