771
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill bear2u/my-skills --skill prompt-enhancer- SKILL.md11.5 KB
Overview
This skill enhances brief development requests into clear, project-aware requirements by analyzing the codebase, dependencies, and conventions. It produces a structured requirement draft and asks for user confirmation before any implementation. Use it when a short request needs project-specific details to avoid incorrect implementations.
How this skill works
The skill scans uploaded project files or inspects described project context to detect framework, architecture, state management, routing, and key libraries. It extracts the user's intent (feature, bug, refactor), maps the scope and dependencies, then generates a structured requirement document with file locations, implementation notes, acceptance criteria, and questions. The enhanced requirements are presented to the user for review and confirmation; implementation only proceeds after approval.
When to use it
- User gives a short or vague development request (e.g., "add login" or "add API").
- You have uploaded project files or referenced "the project" and want context-aware specs.
- Task depends on existing architecture, conventions, or shared components.
- You need a concrete, reviewable requirements document before coding.
- Multiple stacks or patterns are present and you want consistent integration.
Best practices
- Upload the project root or key files (package.json, pubspec.yaml, requirements.txt, main files) for accurate detection.
- State any non-obvious constraints (supported platforms, auth provider, CI rules) up front.
- Confirm the generated requirements and clarify open questions before implementation.
- Keep enhancements focused: prefer one feature or scoped task per request.
- Preserve existing patterns and naming conventions; highlight any deviations explicitly.
Example use cases
- Convert "implement login" into a full spec with UI paths, API contract, token storage, and tests.
- Turn "add product API" into endpoint details, serializers, repository changes, and migration steps.
- Refactor request like "improve routing" into changes for router setup, affected pages, and tests.
- Add authentication guard by generating changes to middleware, route definitions, and unit tests.
- Create data models and mappings when user asks to "store user profile" with noted file locations.
FAQ
Describe the framework, main folders, and key libraries; the skill will produce a best-effort spec and list assumptions to confirm.
Will you start coding immediately?
No. The skill produces an enhanced requirements document and asks for your confirmation before any implementation.