Skip to main content

tab-indented-skill

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

インストールへ移動

ソース情報

リポジトリ
recca0120/skills-refactor
ソースの最終更新活動
2026年1月15日 20:20
検出された SKILL.md の言語
英語
スター
1
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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
GitHubで見る