Prompt Library Minimal
คลัง prompts แบบ minimal ที่ใช้ token น้อยที่สุดแต่ได้ผลลัพธ์ดี พร้อม templates และ best practices
npx skills add majiayu000/claude-skill-registry --skill prompt-library-minimal --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Prompt Library Minimal ## Overview คลัง prompts ที่ optimize แล้วให้ใช้ token น้อยที่สุด แต่ยังคงประสิทธิภาพ - เหมาะสำหรับ production ที่ต้องการลด cost ## Why This Matters - **Cost savings**: ลด token usage 50-70% - **Speed**: น้อย token = response เร็วขึ้น - **Proven**: Tested และใช้งานจริง - **Reusable**: Copy-paste ได้เลย --- ## Code Review ### Verbose (❌ 85 tokens) ``` I would like you to please review this code carefully and provide detailed feedback on potential bugs, performance issues, security vulnerabilities, and code quality concerns. Please also suggest improvements and best practices that could be applied. ``` ### Minimal (✅ 12 tokens) ``` Review for bugs, performance, security. Suggest improvements. ``` **Savings: 86%** --- ## Bug Fix ### Verbose (❌ 120 tokens) ``` I'm experiencing an issue where the login function is not working properly. When users try to log in, they receive an error message. Could you please help me identify what might be causing this problem and suggest a solution? Here is the relevant code... ``` ### Minimal (✅ 18 tokens) ``` Login fails with error. Fix: [code] Expected: successful login Actual: error message ``` **Savings: 85%** --- ## Code G
- Overview
- Why This Matters
- Code Review
- Verbose (❌ 85 tokens)
- Minimal (✅ 12 tokens)
- Bug Fix
- Verbose (❌ 120 tokens)
- Minimal (✅ 18 tokens)
- Code Generation
- Verbose (❌ 95 tokens)
- Minimal (✅ 15 tokens)
- Refactoring
- Verbose (❌ 110 tokens)
- Minimal (✅ 8 tokens)
What does the Prompt Library Minimal skill do?
คลัง prompts แบบ minimal ที่ใช้ token น้อยที่สุดแต่ได้ผลลัพธ์ดี พร้อม templates และ best practices
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill prompt-library-minimal --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
