Claude Code plugin
stencila
stencila agents
Installation
/plugin marketplace add stencila/stencila
/plugin install stencila@stencilacurl -LsSf https://stencila.io/install.sh | bash/stencila:doctor
What you get
Knowledge skills
authoring | |
execution | |
conversion | |
publishing | |
workspaces | stencila.toml.stencila/ |
authoring
Commands
/stencila:doctor | |
/stencila:render | |
/stencila:execute | |
/stencila:lint | |
/stencila:convert | |
/stencila:new | |
/stencila:preview | |
/stencila:snap |
Agents
doc-author— drafts and edits executable documents, and never reports a document finished without rendering it and confirming zero execution errors. repro-checker— audits documents for reproducibility: re-executes everything without saving and reports erroring chunks, stale outputs, undeclared dependencies, and hard-coded paths.
Hooks
On session start, the plugin detects whether the project is a Stencila workspace and, if so, tells Claude where the CLI is, its version, and what documents and kernels are available. After Claude writes or edits a Stencila document, the plugin lints it and feeds any diagnostics back so Claude self-corrects.
Configuration
/plugin
stencila_path | stencila | |
auto_lint | true | |
auto_fix | false |
Relationship to Stencila's agent stack
stencila agents run