https://github.com/spragginsdesigns/dev-prompt-library
https://github.com/spragginsdesigns/dev-prompt-library
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spragginsdesigns/dev-prompt-library
- Owner: spragginsdesigns
- License: mit
- Created: 2025-01-01T03:14:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T03:14:20.000Z (5 months ago)
- Last Synced: 2025-01-01T04:18:52.456Z (5 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Development Prompt Library
A curated collection of high-quality prompts for software development tasks, designed to enhance productivity and maintain consistent development practices.
## Structure
```
.
├── prompts/ # Main prompts directory
│ ├── core/ # Core development prompts
│ ├── specialized/ # Task-specific prompts
│ └── templates/ # Base templates for creating new prompts
├── docs/ # Documentation
├── examples/ # Example usage and outputs
└── tests/ # Test cases and validation
```## Usage
Each prompt in this library is carefully crafted to handle specific development scenarios. The prompts follow a consistent structure and include:
- Context requirements
- Input parameters
- Expected outputs
- Example usage## Contributing
When adding new prompts:
1. Use the templates in `/prompts/templates`
2. Follow the established format
3. Include examples and documentation
4. Test the prompt with various scenarios## License
MIT License - See LICENSE file for details