Trailhead banner
alexknowshtml alexknowshtml

Trailhead

Development community

Description

--- description: Install Trailhead session tracking into any skill --- Install Trailhead session tracking into the skill: $ARGUMENTS Load the Trailhead skill at `/.claude/skills/trailhead/SKILL.md` and follow its installation steps for the target skill. If no skill name was provided, ask the user which skill to install it on.

Installation

Installs to ~/.claude/skills/alexknowshtml-trailhead-trailhead/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alexknowshtml-trailhead-trailhead && curl -fsSL https://raw.githubusercontent.com/alexknowshtml/trailhead/HEAD/commands/trailhead.md -o ~/.claude/skills/alexknowshtml-trailhead-trailhead/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository