Skip to main content

tab-indented-skill

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

Jump to install

Source facts

Repository
recca0120/skills-refactor
Last source activity
January 15, 2026 at 20:20
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
tab-indented-skill
description
This skill uses tabs for indentation. Tabs should not be used in YAML.
# 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
View on GitHub