# Your Skill Name

> One sentence covering what this skill does and when to use it.

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

---


# Your Skill Title

## Quick Start

Give the shortest reliable workflow first.

```python
# Minimal example
```

## Core Patterns

### Pattern A

```python
# Common case
```

### Pattern B

```python
# Advanced case
```

## Decision Rules

- Use this skill when:
- Route to another skill when:

## Safety Rules

- Keep credentials in env vars.
- Avoid hardcoded secrets.
- Keep examples concise and copy/paste safe.

## References

- Add only canonical links that reduce ambiguity.

