Skip to main content

Artemis Skills

Skills are Claude Code plugins that guide you through setting up and configuring Artemis — directly from your terminal. They are powered by the turintech/skills marketplace.


Installation

Add the TurinTech AI skills marketplace and install the Artemis plugin in Claude Code.

Artemis Skills

Prerequisites

Ensure you have Claude Code installed and running:

  • Claude Code CLI
  • Active internet connection

1. Add the marketplace

Register the TurinTech AI skills marketplace in Claude Code:

/plugin marketplace add turintech/skills

2. Install the Artemis plugin

Install the Artemis plugin, which includes all available skills:

/plugin install artemis@skills

3. Verify installation

Check that the skills are available by listing installed plugins:

/plugin list

Available Skills

Once installed, these skills are available as slash commands in Claude Code:

SkillDescription
/repo-setupSet up a repository for Artemis execution — configure build, test, and benchmark commands with artemis_results.
/runner-setupInstall and configure the Artemis runner on a machine.

Updating

Keep your skills up to date with the latest changes:

/plugin marketplace update skills

Using /repo-setup

Run /repo-setup inside Claude Code to automatically configure your project's build, test, and benchmark commands. The skill analyses your repository, detects your build system and hardware, and writes the correct commands to your Artemis project settings.

Push the resulting changes to Git — Artemis syncs automatically.

tip

You can also trigger this from the Execution settings page in Artemis using the Agent Skill → View setup guide option. See Project Settings.