e2e-test-skill

E2E test skill for validation

install
source · Clone the upstream repo
git clone https://github.com/alex-feel/claude-code-toolbox
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/alex-feel/claude-code-toolbox "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/e2e/fixtures/mock_repo/skills" ~/.claude/skills/alex-feel-claude-code-toolbox-e2e-test-skill && rm -rf "$T"
manifest: tests/e2e/fixtures/mock_repo/skills/SKILL.md
source content

E2E Test Skill

This is a mock skill file for E2E testing.

Overview

This skill validates that:

  1. Skills are correctly downloaded with all files
  2. SKILL.md is present (required for valid skills)
  3. Skill directory structure is preserved

Usage

This skill is automatically loaded when configured.