Claude Code Plugins

Community-maintained marketplace

Feedback

A 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 test-skill
version 1.0.0
description A test skill for unit testing
author Test Author
tags test, example

Test Skill

This is a test skill with various resource references.

Links

Code Blocks

export function hello() {
  return 'world'
}
#!/bin/bash
echo "Deploying..."
# Regular code block without file reference
print("Hello")

More Content

Some additional content here.