AgentStack
SKILL verified MIT Self-run

Marimo Eda Prototype

skill-specter119-skills-marimo-eda-prototype · by specter119

>

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-specter119-skills-marimo-eda-prototype

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Marimo Eda Prototype? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Marimo EDA Prototype

Responsible for prototype-first marimo notebooks, not turning notebooks into interactive products.

USE FOR

  • Create or modify marimo notebooks for EDA / prototype analysis
  • Optimize notebook cell cohesion, interaction density, and module boundaries
  • Determine whether a piece of notebook logic should be extracted to a helper / module

DO NOT USE FOR

  • Full frontend applications or long-term UI products
  • General Python script development
  • Pure API queries without notebook structure decisions

Execution Skeleton

  1. First confirm the notebook's primary task is still analysis, not UI orchestration.
  2. Follow [workflow](references/workflow.md): write the static analysis version first, then decide whether to add minimal interaction.
  3. Use [boundary](references/boundary.md) and [design-patterns](references/design-patterns.md) to assess cell cohesion, graph hygiene, and extraction signals.
  4. For technical checks, prefer running uvx marimo check; [eval-fixtures](references/eval-fixtures.md) serves as sample notebooks for evaluation.

Reference Map

  • [boundary](references/boundary.md): boundaries, guardrails, decision table, examples
  • [workflow](references/workflow.md): default workflow, guardrails, pre-completion checklist
  • [design-patterns](references/design-patterns.md): high-value patterns and anti-patterns
  • [eval-fixtures](references/eval-fixtures.md): sample notebooks and evaluation materials
  • [trigger-cases](evals/trigger-cases.md): minimal trigger examples
  • [execution-cases](evals/execution-cases.md): key execution scenarios
  • [optimization-notes](reports/optimization-notes.md): current round refactoring decisions

Output Contract

  • Default output is an analysis-first, interaction-restrained, clearly structured marimo notebook
  • If the notebook is evolving into an app, explicitly recommend extracting modules or transitioning to product code

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.