Intro
SlopCode is an open source coding agent focused on terminal workflows. This page gets you from install to first prompt quickly.
Install
Use the install script.
curl -fsSL https://slopcode.dev/install | bash
Prefer a package manager? Use one of these commands.
npm install -g slopcodebun install -g slopcodebrew install slopcodecurl -fsSL https://teamslop.github.io/apt-slopcode/install.sh | sudo bash
Connect
Run /connect and choose the provider you already use. You can switch
providers later at any time.
/connect
Start
Open a project and launch SlopCode.
cd /path/to/projectslopcode
Initialize project instructions once.
/init
Commit the generated AGENTS.md file so future sessions keep the same
context.
Prompt
Ask for one concrete task and include file paths when useful. Short, specific prompts usually give better edits.
Add request logging to @src/api.ts and include a unit test
Explore
Read these next pages when you need more control.