Agent skill · AI & Agents

prompt-engineering-helper

LLMプロンプトの最適化・テスト支援スキル。プロンプトのパフォーマンス評価、改善提案、A/Bテスト、ベストプラクティス適用、再現性検証を行います。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill prompt-engineering-helper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/ai-llm/prompt-engineering-helper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Prompt Engineering Helper Skill LLM(大規模言語モデル)プロンプトの最適化とテストを支援するスキルです。 ## 概要 このスキルは、LLMプロンプトの品質を向上させるための包括的な支援を提供します。プロンプトの分析、改善提案、A/Bテスト、ベストプラクティスの適用、パフォーマンス評価など、プロンプトエンジニアリングに必要な全てのプロセスをサポートします。 ## 主な機能 - **プロンプト分析**: 現在のプロンプトの強み・弱みを評価 - **改善提案**: より効果的なプロンプトへの書き換え案を提示 - **A/Bテスト**: 複数のプロンプトバリエーションを比較評価 - **ベストプラクティス適用**: 業界標準のプロンプト設計パターンを適用 - **再現性検証**: 同じプロンプトで一貫した結果が得られるかテスト - **Few-shot例最適化**: 効果的な例の選定と配置 - **Chain-of-Thought**: 推論プロセスを明示的にするプロンプト設計 - **評価メトリクス**: 明確性、具体性、完全性、安全性などの指標でスコアリング - **トークン最適化**: コストを抑えながら品質を維持 - **マルチモーダル対応**: テキスト、画像、構造化データを含むプロンプト ## プロンプト分析の評価基準 ### 1. 明確性 (Clarity) プロンプトが曖昧さなく明確に意図を伝えているか **Good**: ``` 以下の顧客レビューを分析し、次の情報を抽出してください: 1. 感情(ポジティブ/ネガティブ/中立) 2. 主なトピック(最大3つ) 3. 改善提案(あれば) レビュー: {review_text} 出力形式: { "sentiment": "ポジティブ|ネガティブ|中立", "topics": ["トピック1", "トピック2", "トピック3"], "suggestions": ["提案1", "提案2"] } ``` **Avoid**: ``` このレビューについて分析してください。 ``` ### 2. 具体性 (Specificity) タスクの詳細、制約、期待される出力が明確に定義されているか **Good**: ``` 以下のPythonコードをレビューし、以下の観点で問題点を指摘してください: - セキュリティ脆弱性(SQLインジェクション、XSSなど) - パフォーマンスの問題(N+1クエリ、不要なループなど) - コードスタイル(PEP8違反) 各問題について: 1. 問題の種類 2. 該当する行番号 3. 具体的な改善案 を提示してください。 ``` **Avoid**: ``` このコードをレビューしてください。 ``` ### 3. 完全性 (Complet

What's inside
Steps it walks through
  1. 概要
  2. 主な機能
  3. プロンプト分析の評価基準
  4. 1. 明確性 (Clarity)
  5. 2. 具体性 (Specificity)
  6. 3. 完全性 (Completeness)
  7. 4. コンテキスト提供 (Context)
  8. 5. 構造化 (Structure)
  9. プロンプト改善パターン
  10. パターン1: Zero-shot → Few-shot
  11. パターン2: 曖昧 → 具体的
  12. パターン3: 単一ステップ → Chain-of-Thought
  13. パターン4: 無制約 → 制約付き
  14. パターン5: 出力形式の明示
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the prompt-engineering-helper skill do?

LLMプロンプトの最適化・テスト支援スキル。プロンプトのパフォーマンス評価、改善提案、A/Bテスト、ベストプラクティス適用、再現性検証を行います。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-engineering-helper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going