name: dev-prompts version: 2.0.0 description: Curated collection of engineering prompts: code review, debugging, architecture, refactoring tags: ["prompts", "dev", "engineering", "templates", "ai", "productivity", "cli", "python", "open-source", "agent", "automation", "MIT"]
150 curated developer-productivity prompts you can paste into any agent: code review, debugging, architecture, refactoring.
Keywords: prompts, dev, engineering, templates, ai, productivity, cli, python, open-source, agent, automation, MIT
Part of the itsPremkumar Hermes / OpenClaw / Paperclip agent stack — 31 free, MIT-licensed, CI-tested agent-native tools.
Reinventing prompt phrasing for every dev task wastes time and yields inconsistent results. Developer Prompts Pack solves this: 150 curated developer-productivity prompts you can paste into any agent: code review, debugging, architecture, refactoring.
Best for: Engineers, tech leads, and agents that assist with coding.
发现更多技能插件,请访问7w4.net。
# Requires Python 3.8+. No pip install needed.
curl -O https://raw.githubusercontent.com/itsPremkumar/dev-prompts/main/dev_prompts.py
# Or copy the file anywhere — it's self-contained.
python dev_prompts.py --help # list options
| Alternative | Why this skill is better |
|---|---|
| Writing from scratch | Curated, battle-tested phrasing. |
| One-size prompts | Categorized by task type. |
| Inconsistent output | Repeatable, high-quality results. |
Q: How many prompts?
A: 150 across review, debugging, architecture, refactoring, and more.
Q: Agent-ready?
A: Yes — written for OpenClaw / Hermes / ChatGPT / Claude.
Q: Editable?
A: Copy and adapt freely (MIT).
Q: Offline?
A: It's a prompt pack — no code, no network.
Built and maintained by @itsPremkumar (Chennai, India · serving developers worldwide). Free for individuals and teams everywhere. Documentation in English; tool output is locale-neutral.
# .github/workflows/verify.yml
name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Self-test dev-prompts
run: python dev_prompts.py --help
Free + MIT-0 (free, modifiable, no attribution required). Sponsor if useful: - GitHub Sponsors: https://github.com/sponsors/itsPremkumar - Buy Me a Coffee: https://buymeacoffee.com/itsPremkumar
⭐ Star on GitHub
这个提示词库质量不错,包含150个拿来就用的开发提示词,覆盖代码审查、调试、架构设计等多个常见场景,质量较高且实用。优点是提示词写得好、分类清晰,能直接提升 AI 辅助编程的效果。不足之处在于只是一个文本文件,没有配套的操作工具,用起来需要自己手动复制粘贴。整体而言值得使用,但期望不要过高——它更像一份高质量的提示词参考手册,而不是一个开箱即用的独立工具。