Describe what this skill does and when it should be triggered.
Quick Reference
Task
Command / Action
Example task
How to accomplish it
Instructions
First, understand what the user needs
Then, perform the necessary steps
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
1---2name: my-skill3description: My Skill4---56# My Skill78## Overview910Describe what this skill does and when it should be triggered.1112## Quick Reference1314| Task | Command / Action |15| ------------ | -------------------- |16| Example task | How to accomplish it |1718## Instructions19201. First, understand what the user needs212. Then, perform the necessary steps223. Finally, present the result2324## Scripts2526List any included scripts and their purpose:2728- `scripts/example.sh` — Does X2930## Examples3132### Good Example3334User: "Do X for me"35→ The skill activates and performs X correctly.3637### Bad Example (Do Not Trigger)3839User: "Tell me about X"40→ This is an informational question, not an action request. Do not trigger.4142## Edge Cases4344- If X fails, retry with Y45- If the user provides incomplete input, ask for clarification
Run npx skillmds@latest add skillpkg/my-skill in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
My Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
skillpkg (@skillpkg) published this skill. Their other Agent Skills are listed on their SkillMD profile.