prompt-enhancer とは?
専門家レベルのフレームワークを使用して、貧弱なユーザー プロンプトまたは単純すぎるユーザー プロンプトを変換するための知識。トリガーには、ユーザーがプロンプトの改善/改良/書き換えを明示的に要求すること、またはユーザーが別の AI システムのリクエストを組み立てる手助けを要求することが含まれます。 ソース: sammcj/agentic-coding。
専門家レベルのフレームワークを使用して、貧弱なユーザー プロンプトまたは単純すぎるユーザー プロンプトを変換するための知識。トリガーには、ユーザーがプロンプトの改善/改良/書き換えを明示的に要求すること、またはユーザーが別の AI システムのリクエストを組み立てる手助けを要求することが含まれます。
コマンドラインで prompt-enhancer AI スキルを開発環境にすばやくインストール
ソース: sammcj/agentic-coding。
Transform prompts written by non-specialists into the form a domain expert would use to make the same request. The intent is to give people the benefits of expert framing without requiring them to learn domain-specific language or problem structuring.
Research demonstrates that AI output quality correlates strongly with input sophistication. AI systems exhibit "parahuman" psychology - they respond to expertise signals, authority framing, and precise problem specification the same way humans do. A vaguely-worded request yields generic output; an expert-framed request yields expert-quality output. This skill bridges that gap without changing what someone asks for...
| Precision | "make it faster" | "optimise page load performance" | | Decomposition | Single vague request | Broken into logical components | | Constraints | Unstated | Explicit limits, trade-offs, success criteria | | Context | Missing | System fit, standards, prior attempts | | Role framing | None | "As a database architect, review this schema" |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/sammcj/agentic-coding --skill prompt-enhancer専門家レベルのフレームワークを使用して、貧弱なユーザー プロンプトまたは単純すぎるユーザー プロンプトを変換するための知識。トリガーには、ユーザーがプロンプトの改善/改良/書き換えを明示的に要求すること、またはユーザーが別の AI システムのリクエストを組み立てる手助けを要求することが含まれます。 ソース: sammcj/agentic-coding。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/sammcj/agentic-coding --skill prompt-enhancer インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/sammcj/agentic-coding