The FSPM CLI

One small tool. Every course, delivered straight into your AI workspace. Free courses need no account.

Get started

Open your AI app — Claude Desktop (the Code tab), Cursor, or Codex — start a new project, and paste this:

Install the fullstackpm CLI via npm and onboard me, check fullstackpm.com/cli for details if needed

Your AI does the rest.

Install

npm (macOS / Linux / Windows)

npm i -g fullstackpm

Installs a command named fspm. Needs Node 18+.

Shell script (macOS / Linux, no Node needed)

curl -fsSL https://fullstackpm.com/cli/install.sh | sh

Downloads a signed binary from GitHub releases. macOS binaries are signed and notarized with our Apple Developer ID.

PowerShell (Windows) beta

irm https://fullstackpm.com/cli/install.ps1 | iex

Windows binaries are code-signed (SSL.com).

Usage

Commands and orientation
fspm --help
Browse everything
fspm library
Install a course
fspm get [course-id]
Full Stack AI Mastery members only
fspm login

Free courses require no account and no sign-in. fspm login applies only to the Full Stack AI Mastery membership — it uses your existing fullstackpm.com login in the browser.

Courses

CourseID
Claude Code for Product Managersclaude-code-for-pms
Claude Code for Everyoneclaude-code-for-everyone
Cursor for Product Managerscursor-for-pms
Codex for Product Managerscodex-for-pms
Core Foundations (membership)core-foundations

Short Stacks (free minis): gsd-framework · advanced-claude-workflows · ross-mike-workflows · vin-obsidian-workflows. PM Track modules (membership): research · builder · data · docs. Standalones (membership): custom-skills-advanced · personal-os · team-os.

CLI reference: fullstackpm.com/cli/agent.md