Skip to content

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.

Terminal window
curl -fsSL https://slopcode.dev/install | bash

Prefer a package manager? Use one of these commands.

Terminal window
npm install -g slopcode
bun install -g slopcode
brew install slopcode

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.

Terminal window
cd /path/to/project
slopcode

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.