# Demo Skill

> A demo skill for testing the skill manager

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

---


# Demo Skill

This is a demo skill to test the skill manager functionality.

## When to Use This Skill
Use this skill when you want to test the skill manager or as a reference for creating your own skills.

## Instructions
1. This is a demo
2. It demonstrates the skill structure
3. You can modify it as needed

## Examples
```bash
echo "Hello from demo skill"
```

