Joule Studio and Claude - resources and terminology 0 ▲ DJ Adams 12 days ago · Tech · hide · 0 comments This assumes that Claude Code is installed, along with the Joule Studio CLI, also known as jl. It also assumes the creation of a new (as yet completely empty) project directory called proj/, and that we're in that directory. Project initialisation The first thing to do is to use jl init to initialise the directory with Joule Studio resources, specifying an agent. The help text for this command looks like this: Usage: jl init [options] [agent] [path] Initialise a directory for an AI coding agent Arguments: agent agent to initialise (choices: "claude", "opencode") path target directory (defaults to current directory) Options: -f, --force overwrite existing config values and skills -h, --help display help for command Running jl init claude produces this output: Fetching system skills... ✓ cap-development (+5 resources) ✓ create-agent-extension (+2 resources) ✓ create-domain-model-extension ✓ deploy-solution ✓ intent-analysis ✓ joule-studio-cli ✓ mcp-mock-config (+4 resources) ✓… No comments yet. Log in to reply on the Fediverse. Comments will appear here.