claude-code-guide

Teach Claude Code's seven features through structured modules and quizzes.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Driving-Teacher/driving-teacher-ai-native --skill claude-code-guide-driving-teacher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-guide
Source: https://github.com/Driving-Teacher/driving-teacher-ai-native/tree/main/.claude/skills/claude-code-guide
Command: npx skills add https://github.com/Driving-Teacher/driving-teacher-ai-native --skill claude-code-guide-driving-teacher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams and individuals learn Claude Code's seven core capabilities in a structured onboarding flow, replacing scattered notes with a clear, actionable curriculum that accelerates proficiency.

Core Features & Use Cases

  • Memory: Understand how CLAUDE.md directives and Auto Memory shape persistent context across sessions.
  • Skill: Learn progressive loading so you pull in only what you need when you need it.
  • MCP: Discover tool calling to connect Claude Code with external services like Slack, Calendar, and Notion.
  • Subagent: Explore isolated subprocesses that handle focused tasks without polluting the main conversation.
  • Agent Teams: See how multiple agents collaborate in parallel with shared tasks and communication.
  • Hook: Implement deterministic automation triggers that run code or checks on events.
  • Plugin: Package and distribute the above features as a single installable unit for teams.
  • Use cases span onboarding new engineers, teaching automation concepts, and reinforcing best practices in Claude Code workflows.

Quick Start

Open a new session and run /day1-test-skill to experience the onboarding Skill.

Frequently Asked Questions about claude-code-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are Claude Code's core features for building agent workflows?

Claude Code's core features for agent workflows are Memory, Skill, MCP, Subagent, Agent Teams, Hook, and Plugin. They cover persistent context, progressive loading, external tool calling, isolated subprocesses, parallel collaboration, event triggers, and distributable packaging.

How do I start learning Claude Code's seven features step by step?

Start learning Claude Code by opening a new session and running the /day1-test-skill command. This launches a structured onboarding curriculum with block-based modules that guide you through explanations, executions, and quizzes for each feature.

How does CLAUDE.md memory shape persistent context across Claude Code sessions?

CLAUDE.md memory shapes persistent context by storing directives that carry over across Claude Code sessions, while Auto Memory captures context automatically. This replaces scattered notes with consistent, explainable learning outcomes throughout onboarding.

Can I use MCP to connect Claude Code with external services like Slack and Notion?

Yes, MCP supports tool calling to connect Claude Code with external services like Slack, Calendar, and Notion. The onboarding curriculum teaches this feature alongside Subagent and Agent Teams for parallel collaboration workflows.

What's the difference between Subagent and Agent Teams in Claude Code?

Subagent runs isolated subprocesses that handle focused tasks without polluting the main conversation, while Agent Teams enables multiple agents to collaborate in parallel with shared tasks and communication. The skill curriculum covers both distinctly.

Do I need prior experience to use the Claude Code onboarding skill?

No prior experience is required to use the Claude Code onboarding skill. It provides a structured frontmatter-driven curriculum with explicit block references and safety checks, making it suitable for onboarding new engineers and teaching automation concepts.