# <lowercase Hyphenated Name>

> <what it does and when to use it>

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

---


<!--
Frontmatter examples:

Minimal:
  name: explore-data
  description: Explores data connections and schemas. Use when asked about tables, columns, or data types.

With optional fields:
  name: forecast-timeseries
  description: Analyzes time series data for trends, anomalies, and forecasts. Use when detecting spikes or drops, predicting future values, or identifying anomalies in metrics over time.
  compatibility: Requires Python 3.12+, altertable-mcp, chronos, statsforecast, and statsmodels
  metadata:
    author: altertable-ai
    version: "1.0"
-->

# Your Skill Title

## Quick Start

<!-- 2-5 actionable lines showing immediate value -->

1. Step one
2. Step two
3. Step three

## When to Use This Skill

<!-- Bullet points with trigger conditions and keywords -->

- User wants to...
- User asks about...
- Keywords: "keyword1", "keyword2", "keyword3"

## Core Concepts

<!-- Build mental models, explain fundamentals -->

### Concept One

Description of the concept.

### Concept Two

Description of the concept.

## Workflow

<!-- Step-by-step procedures, progressive complexity -->

### Step 1: First Action

Explanation and example.

```language
code example
```

### Step 2: Second Action

Explanation and example.

## Examples

<!-- Concrete, real-world scenarios with code -->

### Example 1: Basic Usage

```language
concrete code example
```

### Example 2: Advanced Usage

```language
concrete code example
```

## Common Pitfalls

<!-- 5-10 specific mistakes with explanations -->

1. **Pitfall one** - Why it's wrong and how to avoid
2. **Pitfall two** - Why it's wrong and how to avoid
3. **Pitfall three** - Why it's wrong and how to avoid
4. **Pitfall four** - Why it's wrong and how to avoid
5. **Pitfall five** - Why it's wrong and how to avoid

## References

<!-- Links to detailed reference files -->

- [Reference topic](references/topic.md) - Description

