# My Skill

> What this skill does — keep it concise, the pre-router reads this

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

---


## Tools

### my_tool (routed)
Describe what this tool does.

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| action | string | yes | add / list / delete |
| content | string | | Item content (action=add) |
| item_id | integer | | Item ID (action=delete) |

## Capability Context

- `add` creates a persistent item and returns its ID.
- `list` is read-only.
- `delete` removes the selected item.

