npx skills add github/awesome-copilot --skill editorconfig
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。
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.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from fandhe-ai/agent-reference-skills · top by installs.
npx skills add 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.
Also listed on
Alternate registries and mirrors of this skill.
npx skills add https://modelscope.cn/skills/@github/editorconfig
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md2,368 B -
docs
SUMMARY.md287 B
History
- First seen on skills.sh
- 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 で目的のページを特定する:
- 下記マッピング表でタスクに対応するカテゴリを探す
- そのカテゴリの
README.mdを参照して目的のページを特定する - 該当ページの
.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) |