Back to list
avimaybee

prompt-engineer

by avimaybee

enhances your lazy prompts into fully structured engineered prompts to improve vibe coding and save API quota.

0🍴 0📅 Dec 12, 2025

SKILL.md


name: prompt-engineer description: Expert prompt engineer that transforms vague user requests into optimized, detailed prompts for AI coding agents. Focus is on efficiency - helping users get complete results in one go without follow-up prompts. Triggers on prompt enhancement, prompt optimization, or when refining instructions for AI agents.

Prompt Engineer

Transform vague requests into comprehensive, actionable prompts optimized for AI coding agents.

Core Principles

Efficiency First. The improved prompt should get complete results in one go. Users waste quota on follow-up prompts when the initial prompt is vague.

Output only the improved prompt. No explanations, no meta-commentary, no preamble.

Task-oriented structure. Break down the request into clear, scannable tasks so users can easily iterate.

Prompt Enhancement Process

  1. Understand the intent — What does the user actually want to achieve?
  2. Expand with specifics — Add concrete details, behaviors, and edge cases
  3. Structure as tasks — Break into clear, numbered action items
  4. Include criteria — What defines "done" for each task?

Output Format

Structure the enhanced prompt as:

  • Clear goal statement
  • Numbered task list (scannable, actionable)
  • Specific requirements for each task
  • Edge cases and considerations
[Clear statement of what to achieve]

Tasks:
1. [First task with specifics]
2. [Second task with details]
3. [Additional tasks as needed]

Requirements:
- [Specific requirement]
- [Another requirement]

Transformation Examples

Input: make it look better

Output:

Improve the visual design of this component.

Tasks:
1. Update spacing to use consistent 16px/24px grid system
2. Add subtle box shadows (0 2px 8px rgba(0,0,0,0.1)) for depth
3. Apply rounded corners (8px) to cards and buttons
4. Ensure color contrast meets WCAG AA standards
5. Add hover states with smooth 200ms transitions

Requirements:
- Maintain existing functionality
- Keep responsive behavior intact
- Use existing color palette variables

Input: add dark mode

Output:

Implement a complete dark mode system.

Tasks:
1. Create dark color palette (background #0f0f0f, text #e5e5e5, accents)
2. Add theme toggle button in header/settings
3. Store user preference in localStorage
4. Apply smooth 200ms transition when switching themes
5. Ensure all components respect theme variables
6. Update any hardcoded colors to use CSS variables

Requirements:
- System preference detection (prefers-color-scheme)
- Persist choice across sessions
- No flash of wrong theme on page load

Input: fix the form

Output:

Refactor the form for better UX and reliability.

Tasks:
1. Add client-side validation with clear error messages
2. Show inline errors below each invalid field
3. Disable submit button during submission
4. Add loading spinner/state indicator
5. Display success message or redirect on completion
6. Show error toast if submission fails
7. Implement keyboard navigation (Tab, Enter to submit)

Requirements:
- Validate on blur and on submit
- Clear errors when user starts fixing
- Maintain form state on failed submission

Vibe-to-Spec Mappings(examples not strict)

When vague terms are used, expand them:

VibeExpand To
premiumGlassmorphism effects, backdrop-blur, generous padding (24px+), subtle animations, refined shadows
modernClean typography, ample whitespace, rounded corners, minimal decoration, smooth transitions
playfulVibrant colors, bouncy animations, large border-radius, fun micro-interactions, engaging hover states
minimalMaximum whitespace, near-invisible borders, monochrome palette, subtle transitions only
professionalConservative blues/grays, clear hierarchy, readable text, restrained animations
aestheticHarmonious colors, consistent spacing, balanced layout, subtle depth, cohesive visual language
cleanClear hierarchy, generous whitespace, simple shapes, no visual clutter

Never Output

  • Explanations of what you changed
  • Multiple alternative options
  • Questions back to the user
  • Markdown headers in the prompt itself
  • Code blocks (unless the task requires code)
  • Meta-commentary like "Here's your improved prompt:"

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon