← All builds
AI Tool

Claude Code Portfolio Workspace

Structured workspace system for Claude Code — context files, reusable slash commands, organised folder structure. The system that builds everything else.

Claude Code Portfolio Workspace
Claude CodeMarkdown

Before building anything, I built the environment to build in. This workspace uses structured context files (purpose, about, projects, design decisions, current state) and reusable slash commands (/build-site, /add-build, /add-post) to make every Claude Code session productive from the first message.

The idea: instead of re-explaining context every session, encode it in files that Claude reads automatically. Every session starts with /prime, which loads all context so Claude understands the current state of the site.

Why this matters

Before building anything, build the environment to build in. Encoding context in structured files rather than re-explaining it each session is the same instinct that produces good engineering documentation — write it once, rely on it repeatedly.