# Tab Indented Skill

> This skill uses tabs for indentation. Tabs should not be used in YAML.

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

---


# Tab Indented Skill

This skill demonstrates the spaces-not-tabs violation.

## Violations in this file

1. **content/spaces-not-tabs**: YAML frontmatter uses tab characters for indentation

## Note

The `name` and `description` fields above use tab characters (not visible in rendered markdown).
To verify, use: `cat -A SKILL.md` to see `^I` markers for tabs.

## Workflow

1. Read input
2. Process
3. Output

