# My Skill

> My Skill

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

---


# My Skill

## Overview

Describe what this skill does and when it should be triggered.

## Quick Reference

| Task         | Command / Action     |
| ------------ | -------------------- |
| Example task | How to accomplish it |

## Instructions

1. First, understand what the user needs
2. Then, perform the necessary steps
3. Finally, present the result

## Scripts

List any included scripts and their purpose:

- `scripts/example.sh` — Does X

## Examples

### Good Example

User: "Do X for me"
→ The skill activates and performs X correctly.

### Bad Example (Do Not Trigger)

User: "Tell me about X"
→ This is an informational question, not an action request. Do not trigger.

## Edge Cases

- If X fails, retry with Y
- If the user provides incomplete input, ask for clarification

