# My Skill

> A sample skill for testing the agent-skills-server library.

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

---


# My Skill

This is a sample skill demonstrating the agent-skills-server functionality.

## When to Use

Use this skill when you need to test the skills server implementation.

## Examples

```typescript
// Example usage
const result = doSomething()
```

