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 phrase detection
Tool permission validation
2025 schema compliance
Activation
This skill activates when you use phrases like:
"run test skill"
"execute test"
"test skill activation"
Allowed Tools
Read - Read files for validation
Write - Write test results
Bash - Execute test commands
Implementation
This skill performs basic test operations to validate the plugin system works correctly.
Test Operations
Read test files
Write test results
Execute validation commands
Expected Behavior
When activated, this skill should:
Load successfully from the plugin
Parse frontmatter correctly
Match trigger phrases
Respect tool permissions
Error Handling
If this skill fails to activate:
Check plugin installation
Verify SKILL.md frontmatter
Validate allowed-tools format
Ensure trigger phrases are correct
Resources
E2E Test Suite Documentation: /tests/e2e/README.md
Plugin Structure: /.claude-plugin/plugin.json
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: jeremylongshore-claude-code-plugins-plus-skills-test-skill3description: Test Skill4---56# Test Skill78This is a minimal skill used for E2E testing of the Claude Code plugin system.910## Purpose1112This skill validates:13- Skill loading from plugin directory14- Frontmatter parsing (YAML)15- Trigger phrase detection16- Tool permission validation17- 2025 schema compliance1819## Activation2021This skill activates when you use phrases like:22- "run test skill"23- "execute test"24- "test skill activation"2526## Allowed Tools2728- **Read** - Read files for validation29- **Write** - Write test results30- **Bash** - Execute test commands3132## Implementation3334This skill performs basic test operations to validate the plugin system works correctly.3536### Test Operations37381. Read test files392. Write test results403. Execute validation commands4142## Expected Behavior4344When activated, this skill should:45- Load successfully from the plugin46- Parse frontmatter correctly47- Match trigger phrases48- Respect tool permissions4950## Error Handling5152If this skill fails to activate:53- Check plugin installation54- Verify SKILL.md frontmatter55- Validate allowed-tools format56- Ensure trigger phrases are correct5758## Resources5960- E2E Test Suite Documentation: `/tests/e2e/README.md`61- Plugin Structure: `/.claude-plugin/plugin.json`6263---64> Converted and distributed by [TomeVault](https://tomevault.io/claim/jeremylongshore) — claim your Tome and manage your conversions.65<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/jeremylongshore-claude-code-plugins-plus-skills-test-skill in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Test Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.