prompt-enhancer
Enhance user prompts by analyzing project context (code structure, dependencies, conventions, existing patterns). Use when users provide brief development requests that would benefit from project-specific context to generate more accurate, contextually-aware prompts.
npx skills add majiayu000/claude-skill-registry --skill prompt-enhancer-bear2u-my-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Prompt Enhancer Transform brief development requests into clear, detailed requirements by analyzing project context. Present the enhanced requirements to the user for confirmation before implementation. ## When to Use This Skill Use this skill when: - User provides a brief development request like "로그인 기능 만들어줘", "API 추가해줘" - Request lacks specific implementation details - User uploads project files or mentions "the project" - Task requires understanding project architecture ## Core Workflow ### Step 1: Analyze Project Context **Check for uploaded files:** ```bash view /mnt/user-data/uploads ``` **Gather key information:** - Project structure and organization - Technology stack (package.json, pubspec.yaml, requirements.txt, etc.) - Existing patterns (state management, API calls, routing) - Code conventions (naming, file structure) - Similar existing features ### Step 2: Extract Request Intent From the user's brief request, identify: - **Feature type**: New feature, bug fix, refactoring, API integration - **Scope**: Single screen, full flow, backend + frontend - **Dependencies**: Related features or systems ### Step 3: Build Enhanced Requirements Create a structured requirement doc
- When to Use This Skill
- Core Workflow
- Step 1: Analyze Project Context
- Step 2: Extract Request Intent
- Step 3: Build Enhanced Requirements
- Step 4: Present to User
- Analysis Patterns by Stack
- Flutter Projects
- Next.js/React Projects
- Python (Django/FastAPI) Projects
- Example Enhancement
- Tips for Effective Enhancement
- Always Ask for Clarification
- Include Visual Examples
view /mnt/user-data/uploads
What does the prompt-enhancer skill do?
Enhance user prompts by analyzing project context (code structure, dependencies, conventions, existing patterns). Use when users provide brief development requests that would benefit from project-specific context to generate more accurate, contextually-aware prompts.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill prompt-enhancer-bear2u-my-skills --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.
