Content Preview
--- name: test-skill description: | Test skill for E2E validation. Trigger with "run test skill" or "execute test". Use this skill when testing skill activation and tool permissions. allowed-tools: Read, Write, Bash version: 1.0.0 license: MIT author: Test Author <[email protected]> --- # Test Skill This is a minimal skill used for E2E testing of the Claude Code plugin system. ## Purpose This skill validates: - Skill loading from plugin directory - Frontmatter parsing (YAML) - Trigger phr
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/test-skill.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/tests/e2e/fixtures/test-plugin/skills/test-skill/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at tests/e2e/fixtures/test-plugin/skills/test-skill/SKILL.md
Related Skills
Generating Test Data
This skill enables Claude to generate realistic test data for software development. It uses the test-data-generator plugin to create users, products, orders, and custom schemas for comprehensive testing. Use this skill when you need to populate databases, simulate user behavior, or create fixtures f
skill-adaptergenerating test data
by jeremylongshore · plugins-plus-skills
Generating Test Doubles
This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need t
skill-adaptergenerating test doubles
by jeremylongshore · plugins-plus-skills
Managing Test Environments
This skill enables Claude to manage isolated test environments using Docker Compose, Testcontainers, and environment variables. It is used to create consistent, reproducible testing environments for software projects. Claude should use this skill when the user needs to set up a test environment with
skill-adaptermanaging test environments
by jeremylongshore · plugins-plus-skills
Orchestrating Test Workflows
This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orc
skill-adapterorchestrating test workflows
by jeremylongshore · plugins-plus-skills