Using AI agents with Isambard¶
Prerequisites
This guide assumes you can already log in to Isambard systems. If not, follow the Getting Started guide first.
This guide explains how to use AI coding agents, such as Claude, safely and effectively with BriCS systems. It covers installing the official Isambard plugin, recommended workflows, and what to avoid.
Recommended workflow¶
- Keep the agent running on your local machine and interact with Isambard in the normal way over SSH or JupyterHub.
- Use the skill that matches your current task - each skill corresponds to a guide on this site.
- Ask the agent to recommend commands or configurations, then copy them into your own terminal, review them against the documentation, and run them yourself.
- Do not grant the agent a persistent connection to Isambard or allow it to execute commands without your review.
What to avoid¶
Do not run AI agents directly on Isambard login nodes
Login nodes are shared resources with strict limits on CPU time and network connections. Agents can open extra connections and run long-lived background processes that are not permitted on login nodes. Run your agent locally and connect to Isambard separately.
- Do not share your Isambard password or SSH private key with any agent or plugin.
- Do not rely on an agent as the sole source of truth - verify important steps in the official documentation.
- Do not use agents to bypass access controls, authentication, or policy restrictions.
Isambard skills¶
The official Isambard skills repository is hosted on GitHub.
It contains skill definitions that extend AI agents with knowledge of the Isambard HPC environment: job scheduling, modules, and resource limits.
The skills can be used with Claude (via the isambard-skills marketplace described below) or copied manually into the plugin directories for other tools such as Cursor or Codex.
The Claude marketplace is the easiest starting point:
it provides a ready-made isambard-skills plugin with one skill per guide on this documentation site.
Install the isambard plugin¶
Claude¶
Desktop¶
- Open the Claude desktop application.
- Click Customize in the left pane.
- Click + next to Personal Plugins, then Create plugin, then Add marketplace.
- Enter
isambard-sc/skills.isambard.ac.ukin the URL field, then click Sync. - Click + next to the Isambard plugin block to install it.
- Click the Isambard plugin block to view the available skills.
CLI¶
Tested on Claude Code 2.1.227.
-
Open the Claude CLI.
-
Add the
isambard-skillsmarketplace. -
Install the
isambardplugin from that marketplace. -
Reload plugins and skills.
-
Verify the available skills.
Codex¶
CLI¶
Tested on Codex CLI 0.147.0.
Cursor¶
CLI¶
Tested on Cursor CLI 2026.08.04-aaa8809.
Antigravity¶
CLI¶
Tested on Antigravity CLI 1.1.12.
Getting help¶
If you are unsure whether a particular agent workflow is permitted, contact the Isambard support desk before proceeding. Do not use automation to recover from access or policy issues.