fandhe-ai/agent-reference-skills

editorconfig

EditorConfig (エディタ設定統一フォーマット) リファレンス。 .editorconfig ファイル、glob パターン、root、 indent_style / indent_size / tab_width、end_of_line, charset、 trim_trailing_whitespace, insert_final_newline, max_line_length。

First seen Mar 20, 2026

Installation

$ npx skills add fandhe-ai/agent-reference-skills --skill editorconfig

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from fandhe-ai/agent-reference-skills · top by installs.

npx skills add fandhe-ai/agent-reference-skills

Browse all from fandhe-ai/agent-reference-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 3
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,368 B
  • docs SUMMARY.md 287 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 366 installs

SKILL.md

EditorConfig リファレンス

EditorConfig ファイルフォーマットの全ドキュメントを網羅したスキル。 ユーザーのタスクに応じて適切なリファレンスファイルを読むこと。

ディレクトリ構成

skills/editorconfig/
  SKILL.md
  references/
    README.md
    specification.md
    properties.md
    glob-patterns.md
    best-practices.md
  samples/
    README.md
    basic-setup.md
    web-project.md
    python-project.md
    go-project.md
    multi-language-project.md
    nested-editorconfig.md
    unset-override.md
    glob-patterns.md
  scripts/
    README.md
    install.md
    cli.md
    validate.md
    generate.md
    editor-plugins.md

探索手順

タスクからカテゴリを引き、カテゴリの README.md で目的のページを特定する:

  1. 下記マッピング表でタスクに対応するカテゴリを探す
  2. そのカテゴリの README.md を参照して目的のページを特定する
  3. 該当ページの .md を Read して詳細を確認する

タスク → カテゴリ マッピング

タスク カテゴリ 参照 README
プロパティの意味・値・設定方法を知りたい references [references/README.md](references/README.md)
ファイルマッチングパターン・ワイルドカードを知りたい references [references/README.md](references/README.md)
ファイル検索順・優先順位・パース仕様を知りたい references [references/README.md](references/README.md)
よくある設定例・FAQ・ベストプラクティスを知りたい references [references/README.md](references/README.md)
典型的な .editorconfig の使い方・プロジェクト別設定例を知りたい samples [samples/README.md](samples/README.md)
インストール・CLI コマンド・バリデーション方法を知りたい scripts [scripts/README.md](scripts/README.md)