A project-local beginner-facing harness for Claude Code
Project description
Agent Kickstart
A guided first project for people new to Claude Code.
Agent Kickstart takes you from an empty folder to a concrete starting point: a family recipe page, a decision map, a small local helper, or another project shaped around what you actually care about. It asks a few questions, separates what you said from what it is only inferring, proposes specific projects, and begins the one you choose with you.
You do not need to know how to code or already be comfortable with a terminal. You can ramble, use dictation, make typos, change your mind, or reject every suggestion. Kickstart gives you the one terminal line you need to copy and paste.
Start here
You need Claude Code and Node.js 18 or newer.
Open Claude Code in an empty folder and paste this sentence:
Install Agent Kickstart from https://github.com/hermes-labs-ai/agent-kickstart and walk me through it — I'm new to this.
That is enough. The repository carries its own instructions for the installing agent
(AGENTS.md): it will briefly explain what Kickstart is before downloading anything, keep
everything inside your folder, run the installer, and hand you one copy-paste line that
starts Kickstart. On a Mac the installer even puts that line on your clipboard for you.
The line looks like this (with your real folder path):
cd -- /path/to/your/folder && claude "/kickstart"
Paste it into your terminal (type /exit first if you're still inside Claude Code) and
Kickstart begins. The same line works any time you come back — nothing to memorize. If a
workspace trust screen appears, confirm it names your folder, review the project
permissions, and choose Yes, I trust this folder. The one close-and-reopen is how Claude
Code discovers newly installed project commands — part of installation, not an error.
What your first session feels like
Agent Kickstart will:
- ask how carefully it should handle actions in the folder;
- invite you to describe yourself in your own words;
- ask two or three follow-up questions based on what you actually said;
- show what it heard as facts and what it is only tentatively inferring;
- offer several specific things you could make, explore, understand, or improve;
- let you choose, combine, change, or reject those ideas; and
- begin one real thing with you immediately.
The choices appear in Claude Code's built-in selector when it is available. A free-text path is always available, so the menu never limits what you can ask for.
After that, ordinary language is the interface. Try things like:
Make the second idea more playful.
None of those. Surprise me in a different direction.
I feel overwhelmed. Give me one tiny next step.
Explain what you just changed.
Stop, resume, or correct it
Leave guided mode without deleting anything:
/leave-kickstart
You can also say “turn this off” or “go back to normal Claude.” Starting a fresh Claude Code session gives you the cleanest normal context.
If onboarding is interrupted, run /kickstart again. It resumes from the saved stage.
Your portrait is plain Markdown in agent-kickstart/state/user-portrait.md. At any time, say:
- “Show me what you think you know about me.”
- “That is wrong—update my portrait.”
- “Delete my portrait.”
- “Use simpler guidance.”
- “Let me take more control.”
Deletion and reset require confirmation. Both delete the private extracted-history corpus;
reset preserves everything in agent-kickstart/creations/.
Safety and privacy
Agent Kickstart stays inside this project by default. It does not change your global Claude settings, inspect unrelated personal files, read common credential files, bypass permissions, or publish anything for you. Consequential actions still require an explanation and your approval.
Your portrait, interview notes, progress state, and creations remain local files in the project. After the safety stage, the optional existing-history fast lane performs a local counts-only eligibility scan: it parses candidate transcript messages but writes nothing and returns no content. It extracts eligible transcripts and memory into a private corpus only after an engine-recorded choice; choosing the interview mechanically blocks extraction. That corpus stays in the project and is deleted with either “Delete my portrait” or reset. These state files are ignored by Git so they are not accidentally committed. You can read, edit, or delete them.
This is defense in depth, not an operating-system sandbox. Always read Claude Code's permission prompts before approving them.
Python installation
Once Agent Kickstart 0.2.0 is published, install the helper into your current Python environment, then run it inside the empty folder where you want to begin:
pip install agent-kickstart
agent-kickstart install
The helper checks for Claude Code and Node.js, copies the Kickstart harness only
into that project, and prints the correct one-line start command for your
terminal. The equivalent module command is python -m agent_kickstart install.
If you used an earlier version, the claude-kickstart command remains available as a
compatibility alias. New installations and documentation use agent-kickstart.
If PyPI reports that no matching distribution exists, version 0.2.0 has not been released yet. You can install the current development source from GitHub instead:
pip install "git+https://github.com/hermes-labs-ai/agent-kickstart.git"
agent-kickstart install
If you already downloaded the repository, open a terminal inside it and run:
macOS or Linux:
bash install.sh
Windows PowerShell:
.\install.ps1
The harness installation is project-local and repeatable. It initializes only
missing state and never overwrites your portrait, history, or creations. The
Python helper itself remains installed in the Python environment where you ran
pip install.
To stop using it, run /leave-kickstart. Because the harness is self-contained,
you can then archive or remove the repository whenever you no longer need the
local portrait or creations. If you installed the Python helper, remove that
separately with pip uninstall agent-kickstart.
If something does not work
/kickstartis not recognized: type/exitand run the exact start line printed by the installer. If it still fails, tell Claude: “Verify.claude/commands/kickstart.mdin this folder and repair only this project-local installation.”- Claude says a required file is missing: make sure you opened the downloaded
agent-kickstartfolder, then run the installer again. It will explain what is missing without guessing or overwriting files. - Node.js is missing or too old: install Node.js 18 or newer, confirm
node --versionworks, and rerun the installer. - You see a workspace trust screen: confirm the folder came from
hermes-labs-ai/agent-kickstart, review the listed project permissions, and proceed only if you trust it. - You stopped halfway through: reopen the same folder and run
/kickstart; your pending stage should resume.
If the problem remains, open a GitHub issue without including private portrait or session content.
Requirements and honest limits
- Version 0.2 is intentionally Claude Code-specific. Its project commands, permission settings, lifecycle hooks, native selector, and optional history import use Claude Code surfaces. Supporting Codex or another agent requires a separate adapter and is not claimed in this release.
- Claude Code 2.1 or newer
- Node.js 18 or newer
- Tested on macOS with the current Claude Code CLI
- One close-and-reopen is required after the first installation so Claude Code can discover Kickstart's project command, safety settings, and lifecycle hooks
- Shell installer exercised on macOS; the PowerShell installer is syntax- and logic-checked but has not been run on Windows in this release
- Claude generates the adaptive questions and possibilities at runtime, so exact wording varies
- If Claude Code's native selector is unavailable, Kickstart uses a numbered text fallback
- The thin project-command files use Claude Code's legacy custom-command surface; Anthropic may eventually require a compatibility update
How it works
Agent Kickstart is a small stateful harness, not a personality quiz or a single sequential prompt. A project command loads its runtime contract; a local state engine records onboarding checkpoints, safe exit, portrait ownership, and evidence-based changes in guidance. Synthetic fixtures verify that different people receive materially different possibilities.
See DEMO.md for a ten-minute friend demo and DEVELOPMENT.md for architecture and test commands.
About
Agent Kickstart is built by Hermes Labs, an AI reliability engineering studio for production agents and LLM applications. Kickstart brings that work to first-time Claude Code users: a guided, project-local way to begin useful work without having to learn terminal conventions first.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_kickstart-0.2.0.tar.gz.
File metadata
- Download URL: agent_kickstart-0.2.0.tar.gz
- Upload date:
- Size: 32.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cb8379b9f11806f1dfd205b00e1c26ecead2f29efc9b76e62eccdde51af31f6
|
|
| MD5 |
a638be3bd32073211c5e564dca243a17
|
|
| BLAKE2b-256 |
2f0f27dd254b3cb4dd53a578ad2a32b777a153025e8fdb648a06630759226af6
|
Provenance
The following attestation bundles were made for agent_kickstart-0.2.0.tar.gz:
Publisher:
publish.yml on hermes-labs-ai/agent-kickstart
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agent_kickstart-0.2.0.tar.gz -
Subject digest:
9cb8379b9f11806f1dfd205b00e1c26ecead2f29efc9b76e62eccdde51af31f6 - Sigstore transparency entry: 2339314986
- Sigstore integration time:
-
Permalink:
hermes-labs-ai/agent-kickstart@72dcf07a1b1b237f50e03b545d784155463a2fbf -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/hermes-labs-ai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@72dcf07a1b1b237f50e03b545d784155463a2fbf -
Trigger Event:
release
-
Statement type:
File details
Details for the file agent_kickstart-0.2.0-py3-none-any.whl.
File metadata
- Download URL: agent_kickstart-0.2.0-py3-none-any.whl
- Upload date:
- Size: 34.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
404950b203d7d9e611ebb2235c13d60784e4c419f66765e7786e28c61b2cf9db
|
|
| MD5 |
0c047e65738dfc97cb12d49fb777a788
|
|
| BLAKE2b-256 |
f256f67a596b2f5971f79348524cf79400d5eddd3a8125090b57d51608a8ca85
|
Provenance
The following attestation bundles were made for agent_kickstart-0.2.0-py3-none-any.whl:
Publisher:
publish.yml on hermes-labs-ai/agent-kickstart
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agent_kickstart-0.2.0-py3-none-any.whl -
Subject digest:
404950b203d7d9e611ebb2235c13d60784e4c419f66765e7786e28c61b2cf9db - Sigstore transparency entry: 2339315011
- Sigstore integration time:
-
Permalink:
hermes-labs-ai/agent-kickstart@72dcf07a1b1b237f50e03b545d784155463a2fbf -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/hermes-labs-ai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@72dcf07a1b1b237f50e03b545d784155463a2fbf -
Trigger Event:
release
-
Statement type: