# Tutorials Workflow-driven tutorials for real developer scenarios. Each tutorial walks through an actual task using real commands. ## Available Tutorials | Tutorial | Description | Level | |----------|-------------|-------| | [Your First Session](skills-showcase.md) | Install, explore skills, run your first command | Beginner | | [Feature Development Lifecycle](feature-lifecycle.md) | Spec → implement → test → PR end-to-end | Intermediate | | [Code Review and PR Workflow](code-review-pr-workflow.md) | Review, commit, PR, and address feedback | Beginner | | [Debugging and Issue Resolution](debugging-issues.md) | Triage a GitHub issue, debug, fix, verify | Intermediate | | [Memory Palace: Knowledge Management](memory-palace-knowledge.md) | Build and maintain a persistent knowledge base | Intermediate | ## Suggested Path ### New Users 1. [Your First Session](skills-showcase.md) - understand skills, commands, and plugins 2. [Code Review and PR Workflow](code-review-pr-workflow.md) - the most common daily workflow 3. [Feature Development Lifecycle](feature-lifecycle.md) - full feature development cycle ### Experienced Users 1. [Debugging and Issue Resolution](debugging-issues.md) - issue triage and resolution 2. [Memory Palace: Knowledge Management](memory-palace-knowledge.md) - persistent knowledge base ## Prerequisites - Claude Code installed - Night Market plugins installed (see [Installation](../getting-started/installation.md)) - A git repository to work in