README is an open-source docs skill for Claude Code and compatible agents, published by alirezarezvani. It packages reusable instructions an agent loads on demand to help with docs tasks. The project has 25k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add alirezarezvani/claude-skills`.
prompt-master
prompt-master is an open-source docs skill for Cursor, published by nidhinjs. Its author describes it as: “Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.…”. The project has 11k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/nidhinjs/prompt-master ~/.claude/skills/prompt-master`.
What prompt-master does
**Who you are**
Installation
Add prompt-master to your agent with:
git clone https://github.com/nidhinjs/prompt-master ~/.claude/skills/prompt-master Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for prompt-master is organised into these sections:
- PRIMACY ZONE — Identity, Hard Rules, Output Lock
- MIDDLE ZONE — Execution Logic, Tool Routing, Diagnostics
- Intent Extraction
- Tool Routing
- Credential Safety
- Input Sanitization -- Pasted Prompts
- Diagnostic Checklist
- Memory Block
- Safe Techniques — Apply Only When Genuinely Needed
- Agentic Output Warning
- RECENCY ZONE — Verification and Success Lock
- Reference Files
When to use it
Reach for prompt-master when you want docs help from Cursor without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
About nidhinjs/prompt-master
A Claude skill that writes the accurate prompts for any AI tool. Zero tokens or credits wasted. Full context and memory retention. No re-prompting your way to an answer you should have gotten on attempt one.
Strengths
- Clear MIT license — safe to read and adapt
- Established project with 11,326 GitHub stars
- Declares compatibility with Cursor
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does prompt-master do?
- Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other non-prompt-engineering work.
- How do I install prompt-master?
- Run git clone https://github.com/nidhinjs/prompt-master ~/.claude/skills/prompt-master in your agent, then reload your skills. Review the source at https://github.com/nidhinjs/prompt-master before installing.
- Is prompt-master free to use?
- Yes. prompt-master is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does prompt-master work with?
- prompt-master declares compatibility with Cursor. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Docs →Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection
Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
Audit and rewrite prose so it stops reading as machine-generated. Use this skill when asked to remove AI-isms, clean up AI writing, edit a draft for AI tells, audit a README, changelog, release note, PR description, or blog post for machine-sounding prose, or make text sound less like AI. Supports a detect-only mode, a rewrite mode, and an edit-in-place mode, with optional voice and context profiles.
Generates, formats, and validates technical documentation — including docstrings, OpenAPI/Swagger specs, JSDoc annotations, doc portals, and user guides. Use when adding docstrings to functions or classes, creating API documentation, building documentation sites, or writing tutorials and user guides. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, getting started guides.