Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsAvançado

Marimo Pair Programming Protocol

pormarimo-team·marimo-team· v1.0.0 · atualizado em 2026-04-11
79
Score

This skill facilitates pairing Marimo notebooks. It enables users to collaboratively edit and execute Marimo notebooks in real-time.

marimopair-programmingai-agentnotebook-automationcode-executioncell-managementpython
Linguagens
PythonShell
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdmarimo-pair/workflow
1
List sessions: — Identify available Marimo sessions using `list-sessions.sh` or `list_sessions()`.
2
Choose operation: — Determine if the task is scratchpad (simple code execution) or cell operation (create/edit/move/delete).
3
Scratchpad (if applicable): — Use `execute-code.sh` or `execute_code()` to test code snippets and read data/state.
4
Cell operation (if applicable): — Follow the scratchpad-to-cell workflow (compile-check, test, create/edit).
5
Compile-check: — Verify code syntax and references using `compile_cell()`.
6
Execute code: — Run the code using `execute-code.sh` or `execute_code()`.
7
Notify frontend: — Inform the frontend about cell creation/modification before execution.
8
Format cell: — Use ruff to format the cell code.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aAmazon Product Finder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar aX Research
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aBNB Chain MCP Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Marimo Pair Programming Protocol
marimo-pair
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
interact with a marimo notebookexecute code in a marimo notebookcreate a cell in a marimo notebookedit a cell in a marimo notebookuse marimo pair programming protocolautomate marimo notebook operationsrun code in a marimo session

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download marimo-pair
$ synaptic skills detail marimo-pair
$ synaptic skills live marimo-pair

Dependências

bashcurljqruff

Links

GitHub Repository