Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/ai-llm/prompt-enhancer-bear2u-my-skills/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 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

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Core Workflow
  3. Step 1: Analyze Project Context
  4. Step 2: Extract Request Intent
  5. Step 3: Build Enhanced Requirements
  6. Step 4: Present to User
  7. Analysis Patterns by Stack
  8. Flutter Projects
  9. Next.js/React Projects
  10. Python (Django/FastAPI) Projects
  11. Example Enhancement
  12. Tips for Effective Enhancement
  13. Always Ask for Clarification
  14. Include Visual Examples
Ships with 1 file
  • metadata.json
Commands it runs
view /mnt/user-data/uploads
More from claude-skill-registry
All skills →
About this skill
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.

Keep going