{"id":18228792,"url":"https://github.com/ndamulelonemakh/promptlib","last_synced_at":"2026-04-24T16:04:44.941Z","repository":{"id":260959843,"uuid":"882824327","full_name":"ndamulelonemakh/promptlib","owner":"ndamulelonemakh","description":"A Chrome extension designed to help users save, organize, and reuse their AI prompts.","archived":false,"fork":false,"pushed_at":"2024-11-03T21:25:39.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T16:07:02.597Z","etag":null,"topics":["browser-extension","chatbot","chatgpt","chrome-extension","claude","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ndamulelonemakh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-03T21:10:20.000Z","updated_at":"2025-03-21T09:22:20.000Z","dependencies_parsed_at":"2024-11-03T22:20:52.657Z","dependency_job_id":"ef6728f2-1f4d-4c98-bd32-631b2a371cc6","html_url":"https://github.com/ndamulelonemakh/promptlib","commit_stats":null,"previous_names":["ndamulelonemakh/promptlib"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndamulelonemakh%2Fpromptlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndamulelonemakh%2Fpromptlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndamulelonemakh%2Fpromptlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndamulelonemakh%2Fpromptlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndamulelonemakh","download_url":"https://codeload.github.com/ndamulelonemakh/promptlib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247802210,"owners_count":20998530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["browser-extension","chatbot","chatgpt","chrome-extension","claude","javascript"],"created_at":"2024-11-04T08:03:31.213Z","updated_at":"2026-04-24T16:04:44.867Z","avatar_url":"https://github.com/ndamulelonemakh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PromptLib\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Version](https://img.shields.io/badge/version-0.1.0-green.svg)\n\nPromptLib is a Chrome extension designed to help users save, organize, and reuse their AI prompts.\n\n## Features\n\n- 🔍 **Quick Search**: Instantly find prompts using keywords\n- 🏷️ **Tag Organization**: Categorize prompts with custom tags\n- 📝 **Modality Classification**: Organize prompts by their purpose (General, Coding, Writing, Analysis)\n- 📋 **One-Click Copy**: Copy prompts to clipboard with a single click\n- 🔄 **Chrome Sync**: Automatically sync prompts across devices\n\n- Sample\n\n![Popup screenshot](./docs/popup.png)\n\n## Installation\n\n### Local Development\n1. Clone the repository\n   ```bash\n   git clone https://github.com/ndamulelonemakh/promptlib.git\n   cd promptlib\n   ```\n\n2. Load the extension in Chrome:\n   - Open Chrome and navigate to `chrome://extensions/`\n   - Enable \"Developer mode\" in the top right\n   - Click \"Load unpacked\"\n   - Select the project directory\n\n### From Chrome Web Store\n*(Coming soon)*\n\n## Usage\n\n1. **Adding Prompts**\n   - Click the PromptLib extension icon\n   - Switch to the \"Add New\" tab\n   - Enter your prompt text\n   - Select a modality\n   - Add relevant tags (comma-separated)\n   - Click \"Save\"\n\n2. **Finding Prompts**\n   - Open the extension\n   - Use the search bar to find prompts by content or tags\n   - Filter by modality using the dropdown\n   - Click any prompt to copy it to your clipboard\n\n3. **Managing Prompts**\n   - Delete prompts using the × icon\n   - Tags and modalities help keep prompts organized\n   - All prompts sync across your Chrome instances\n\n## Project Structure\n\n```\npromptlib/\n├── manifest.json      # Extension manifest\n├── popup.html        # Main extension interface\n├── popup.js          # Interface functionality\n├── content.js        # Page interaction script\n└── README.md         # Documentation\n```\n\n## Technologies Used\n\n- HTML5\n- CSS3\n- JavaScript (ES6+)\n- Chrome Extension APIs\n- Chrome Storage Sync API\n\n## Contributing\n\nContributions are welcome! Here's how you can help:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\nPlease ensure your PR description clearly describes the changes and links to any relevant issues.\n\n### Development Guidelines\n\n- Follow existing code style and conventions\n- Add comments for complex logic\n- Update documentation as needed\n- Test thoroughly before submitting PRs\n\n## Future Enhancements\n\n- [ ] Auto-capture prompts from AI interfaces\n- [ ] Export/import functionality\n- [ ] Advanced categorization options\n- [ ] Cloud backup options\n- [ ] Keyboard shortcuts\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Special thanks to all contributors\n\n## Support\n\nFor support, please:\n- Open an issue on GitHub\n\n---\n\nMade with ❤️ by [ndamulelonemakh](https://github.com/ndamulelonemakh)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndamulelonemakh%2Fpromptlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndamulelonemakh%2Fpromptlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndamulelonemakh%2Fpromptlib/lists"}