スキル一覧に戻る
ehtbanton

prettier-config-generator

by ehtbanton

Share links for claude skills

0🍴 0📅 2025年12月17日
GitHubで見るManusで実行

SKILL.md


name: prettier-config-generator description: Generate Prettier configuration files for consistent code formatting across JavaScript, TypeScript, CSS, and other file types. Triggers on "create prettier config", "generate prettier configuration", "prettier setup", "code formatting config".

Prettier Config Generator

Generate Prettier configuration files for consistent code formatting.

Output Requirements

File Output: .prettierrc, .prettierrc.js, or prettier.config.js Format: Valid Prettier configuration Standards: Prettier 3.x

When Invoked

Immediately generate a complete Prettier configuration with formatting rules for the project type.

Configuration Template

{
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "es5",
  "printWidth": 100,
  "bracketSpacing": true,
  "arrowParens": "avoid"
}

Example Invocations

Prompt: "Create prettier config for TypeScript project" Output: Complete .prettierrc with TypeScript-friendly settings.

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です