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.mdsource content
E2E Test Skill
This is a mock skill file for E2E testing.
Overview
This skill validates that:
- Skills are correctly downloaded with all files
- SKILL.md is present (required for valid skills)
- Skill directory structure is preserved
Usage
This skill is automatically loaded when configured.