Claude Code Plugins

Community-maintained marketplace

Feedback

A valid test skill for unit testing

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name valid-test-skill
description A valid test skill for unit testing
version 1.0.0
tags testing, rust, valid
author Test Suite

Valid Test Skill

This is a valid skill with proper YAML frontmatter for testing the skill scanner and YAML parser.

Description

This skill demonstrates correct frontmatter syntax with various data types:

  • String values (name, description, author)
  • Numeric values (version)
  • Arrays (tags)

Usage

Use this skill as a positive test case for:

  1. Skill scanner directory traversal
  2. YAML frontmatter extraction
  3. Metadata parsing