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 | bashPrefer a package manager? Use one of these commands.
npm install -g slopcodebun install -g slopcodebrew install slopcodeConnect
Run /connect and choose the provider you already use.
You can switch providers later at any time.
/connectStart
Open a project and launch SlopCode.
cd /path/to/projectslopcodeInitialize project instructions once.
/initCommit 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 testExplore
Read these next pages when you need more control.