martinemde

test-skill

15
1
# Install this skill:
npx skills add martinemde/skillet --skill "test-skill"

Install specific skill from multi-skill repository

# Description

A simple test skill that creates a greeting file

# SKILL.md


name: test-skill
description: A simple test skill that creates a greeting file
allowed-tools: Write Read
model: sonnet


Test Skill

This is a simple test skill to verify skillet is working correctly.

Task

Create a todo list item:

  1. Check if the greeting.txt file exists
  2. Write a new version of the greeting.txt file with the content
Hello from Skillet!
This file was created by Claude Code through the skillet CLI.
Date: [current date]

After creating the file, read it back and confirm the contents were written correctly.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.