Rzemiosło · The Craft
What is The CraftLevelsGet startedChapters Search Download PLEN
Back to home
Environment

You really need one tool: Claude Code. Install it, sign in — and the rest (Git, Python…) the assistant installs itself, on your request.

Set up your environment

There’s really nothing to “set up”. You need one tool — Claude Code — and it installs the rest (Git, Python — Popularny, czytelny język programowania — domyślny wybór The Craft do skryptów, danych i backendu. Sprawdzony default: dużo gotowych narzędzi i bibliotek, łatwy do prowadzenia z AI., whatever the project needs) itself, when you ask. No hand-assembling a toolchain.

Install Claude Code

Best straight from Anthropic — the official install guide. In short, it’s one command:

  • Mac / Linux (Terminal): curl -fsSL https://claude.ai/install.sh | bash
  • Windows (PowerShell): irm https://claude.ai/install.ps1 | iex

Then run claude, sign in (a Claude account or an API — Umówiony sposób, w jaki dwa programy gadają ze sobą — jeden prosi, drugi odpowiada w ustalonym formacie. Przez API Twoja aplikacja łączy się z cudzymi usługami (płatności, mapy, AI). Klucz API traktuj jak hasło. key) — and that’s the whole install.

Claude installs the rest

Open Claude Code in your project folder and tell it what you need: “set up a Git repository”, “set up Python with the dependencies we’ll use”. Claude runs it for you (you approve) and adds only what this project actually needs — nothing spare.

What next

Download the The Craft pack (button below), unzip it in your project folder, and tell Claude: “read docs/rules/ and set up what this project needs”. More → Day 0. That’s it — the rest happens in conversation with Claude.