Claude Code Everyone Course
Description
Claude Code for Everyone - Learn Claude Code in Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code for Product Managers - Documentation Website
This is the Nextra-based documentation website for the Claude Code for Product Managers Course.
Development
# Install dependencies
npm install
# Run development server
npm run dev
# Open http://localhost:3000
Building
# Build static site
npm run build
# The build output will be in the `out/` directory
# Pagefind will automatically index the content after build
Deployment to Vercel
Option 1: Connect via Vercel Dashboard
- Go to vercel.com and sign in
- Click "Add New Project"
- Import the GitHub repository:
carlvellotti/claude-code-pm-course - Set the Root Directory to
website - Framework Preset: Next.js
- Build Command:
npm run build - Output Directory:
out - Deploy!
Option 2: Deploy via Vercel CLI
# Install Vercel CLI
npm i -g vercel
# Deploy from the website directory
cd website
vercel
# For production
vercel --prod
Project Structure
website/
├── pages/ # All content pages (MDX)
│ ├── company-context/ # TaskFlow company info
│ ├── getting-started/ # Modules 0.0-0.2
│ ├── fundamentals/ # Modules 1.1-1.7
│ ├── advanced/ # Modules 2.1-2.3
│ ├── _app.jsx # Next.js app wrapper
│ ├── _meta.ts # Navigation config
│ ├── index.mdx # Homepage
│ └── search.mdx # Search page with Pagefind
├── public/
│ └── images/ # Course images
├── next.config.mjs # Next.js configuration
├── theme.config.tsx # Nextra theme configuration
└── package.json # Dependencies
Content Updates
Content is automatically converted from the main course `lesson-modules/` directory. To update:
- Edit the REFERENCE_GUIDE.md files in
/lesson-modules/ - Run the conversion script:
./convert-content.sh - Build and deploy
Tech Stack
- Next.js 14 - Static site generation
- Nextra 3 - Documentation theme
- Pagefind
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11