# Test Skill

> A simple test skill that creates a greeting file

- Skill: `martinemde/test-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add martinemde/test-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/martinemde/test-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: martinemde (https://skillmd.com/u/martinemde)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/martinemde/test-skill

---


# 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.

