{"id":27125628,"url":"https://github.com/cyberytti/promptwriter","last_synced_at":"2026-02-16T08:34:03.313Z","repository":{"id":281726291,"uuid":"946220219","full_name":"cyberytti/promptWriter","owner":"cyberytti","description":"promptWriter is a CLI tool that helps users create and refine high-quality AI prompts efficiently. It automates polishing ideas and generating structured, optimized prompts, simplifying prompt engineering. Designed for both technical and non-technical users, it streamlines the process, making AI interaction more effective and accessible.","archived":false,"fork":false,"pushed_at":"2025-03-10T20:02:21.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T04:59:23.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyberytti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-10T19:56:09.000Z","updated_at":"2025-03-10T20:02:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"37ca21fe-62cd-496c-a771-a59dd9a05245","html_url":"https://github.com/cyberytti/promptWriter","commit_stats":null,"previous_names":["cyberytti/promptwriter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cyberytti/promptWriter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberytti%2FpromptWriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberytti%2FpromptWriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberytti%2FpromptWriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberytti%2FpromptWriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberytti","download_url":"https://codeload.github.com/cyberytti/promptWriter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberytti%2FpromptWriter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29503815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T08:14:25.707Z","status":"ssl_error","status_checked_at":"2026-02-16T08:14:25.334Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-07T15:34:39.637Z","updated_at":"2026-02-16T08:34:03.298Z","avatar_url":"https://github.com/cyberytti.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PromptWriter 🚀  \n**A Modern CLI Tool for Crafting AI Prompts**\n\n```\n   P R O M P T W R I T E R\n   ------------------------\n   \u003e Crafting AI Prompts \u003c\n   ------------------------\n   [===\u003e    ] Loading...\n   [======\u003e ] Refining...\n   [========] Done!\n```\n\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Version](https://img.shields.io/badge/Version-1.0.0-green.svg)]()\n[![Build Status](https://img.shields.io/github/actions/workflow/status/username/promptwriter/ci.yml?branch=main)](https://github.com/username/promptwriter/actions)\n\n---\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Examples](#examples)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n- [Acknowledgments](#acknowledgments)\n\n---\n\n## Overview 🌟\n\nPromptWriter is a streamlined command-line interface (CLI) tool designed to simplify the art of prompt engineering. Whether you're a developer, writer, or AI enthusiast, PromptWriter helps you craft high-quality, optimized prompts for AI models with ease. By automating the refinement and generation process, it transforms raw ideas into polished, AI-ready prompts—saving time and ensuring consistency. Say goodbye to tedious manual editing and hello to efficient, effective AI interactions!\n\n---\n\n## Features\n\n- 🔌 **Two-Step Smart Processing**:  \n  - Refines your input for grammar, clarity, and intent.  \n  - Generates structured, best-practice prompts for AI systems.  \n- 🛠️ **User-Friendly CLI**: Simple commands with optional verbose mode for transparency.  \n- 📊 **Real-Time Progress Tracking**: Animated spinners and updates during processing.  \n- ⚡ **AI-Powered Backend**: Leverages advanced models like Mistral 24B and Qwen-QwQ-32B via the Groq API.\n\n---\n\n## Installation 🛠️\n\nFollow these steps to get PromptWriter up and running on your system.\n\n### Prerequisites\n- **OS**: Windows, macOS, or Linux  \n- **Python**: Version 3.8 or higher  \n- **Pip**: Python package manager  \n- **Groq API Key**: Sign up at [Groq](https://groq.com) to obtain your API key.\n\n### Steps\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/username/promptwriter.git\n   cd promptwriter\n   ```\n2. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n3. Set up your Groq API key:\n   ```bash\n   export GROQ_API_KEY=\"your-api-key-here\"\n   ```\n4. Verify installation:\n   ```bash\n   promptwriter --version\n   ```\n\n**Edge Case**: Ensure your internet connection is active, as PromptWriter relies on the Groq API for processing.\n\n---\n\n## Usage 📖\n\nPromptWriter is designed to be intuitive. Here’s how to start crafting prompts:\n\n### Basic Command\n```bash\npromptwriter craft --idea \"Write a poem about summer\"\n```\n\n### Verbose Mode (Optional)\nSee the step-by-step process:\n```bash\npromptwriter craft --idea \"Write a poem about summer\" --verbose\n```\nOutput example:\n```\nOriginal: \"Write a poem about summer\"  \nRefined: \"Compose a poem describing the essence of summer.\"  \nFinal Prompt: \"Generate a well-structured poem capturing the warmth, vibrancy, and spirit of summer, with clear imagery and a consistent tone.\"\n```\n\nFor more details, check the [documentation](docs/README.md).\n\n---\n\n## Examples 🌟\n\n### Use Case 1: Creative Writing\n**Input**:  \n```bash\npromptwriter craft --idea \"Tell a story about a lost astronaut\"\n```\n**Output**:  \n\"Create a narrative about an astronaut stranded in space, exploring themes of isolation and resilience, with vivid descriptions and a compelling conclusion.\"\n\n### Use Case 2: Data Analysis\n**Input**:  \n```bash\npromptwriter craft --idea \"Analyze sales data\"\n```\n**Output**:  \n\"Perform a detailed analysis of sales data, identifying trends, key insights, and actionable recommendations, presented in a clear and concise format.\"\n\n---\n\n## Contributing 🤝\n\nWe welcome contributions from the community! To get involved:\n\n1. **Fork the Repository**: Click \"Fork\" on GitHub.  \n2. **Create a Branch**: `git checkout -b feature/your-feature-name`  \n3. **Submit a Pull Request**: Follow our [PR template](CONTRIBUTING.md#pull-requests).  \n4. **Report Issues**: Use the [Issues tab](https://github.com/username/promptwriter/issues).\n\nPlease review our [Code of Conduct](CODE_OF_CONDUCT.md) before contributing.\n\n---\n\n## License 📜\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n---\n\n## Contact ✉️\n\nHave questions or feedback? Reach out to us:  \n- **Email**: promptwriter-support@example.com  \n- **Twitter**: [@PromptWriterHQ](https://twitter.com/PromptWriterHQ)  \n- **GitHub Issues**: [Report a bug](https://github.com/username/promptwriter/issues)\n\n---\n\n## Acknowledgments 🙌\n\n- **Groq API**: For powering our AI backend.  \n- **Mistral 24B \u0026 Qwen-QwQ-32B**: State-of-the-art models for refinement and generation.  \n- **Open-Source Community**: For inspiration and support.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberytti%2Fpromptwriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberytti%2Fpromptwriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberytti%2Fpromptwriter/lists"}