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