Prompt-Master: Claude Skill for Generating Accurate AI Tool Prompts

What Prompt-Master Does
Prompt-Master is a free, open-source Claude skill designed to generate accurate prompts for AI tools. It specifically targets tools like Cursor, Claude Code, GPT, Midjourney, Kling, Eleven Labs, Claude, ChatGPT, Gemini, Stable Diffusion, and others across various contexts including day-to-day use, vibe coding, corporate, and school applications.
Core Features
- Tool Detection and Routing: Detects which tool you're targeting and silently routes to the exact right approach for that model
- Nine-Dimensional Analysis: Pulls nine dimensions from your rough idea including context, constraints, output format, audience, memory from prior messages, and success criteria to ensure nothing important gets missed
- Pattern Detection: Identifies 35 credit-killing patterns with before-and-after fixes, such as missing file paths when using Cursor, attempting to build entire apps in one prompt, or adding chain-of-thought to o1 (which actually makes it worse)
- Template System: Includes 12 prompt templates that auto-select based on your task, recognizing that writing an email needs a completely different structure than prompting Claude Code to build a feature
- Efficient Loading: Templates and patterns live in separate reference files that only load when your specific task needs them, with nothing loaded upfront
- Memory Integration: Built-in memory for long project sessions
Current Status and Development
The tool has achieved 600+ stars on GitHub with 4000+ traffic. Version 1.4 was recently released with top-requested features, and version 1.5 is already being planned with a focus on agents. The development is community-driven, with every version being a direct response to user suggestions.
Setup takes approximately 2 minutes according to the source. The tool is positioned to help users avoid wasted credits and eliminate the need for re-prompts.
📖 Read the full source: r/ClaudeAI
👀 See Also

Testing δ-Mem on Apple Silicon: MLX Implementation and Benchmarks
δ-mem paper implemented via mlx on a MacMini 64GB shows mixed but promising local benchmarks, with gains in realistic replay scenarios.

HomeClaw Plugin Connects Apple HomeKit to OpenClaw
HomeClaw is an OpenClaw plugin that connects Apple Home/HomeKit devices to OpenClaw. It requires an Apple Developer Account to build and run due to Apple HomeKit restrictions for notarized distributions.

OpenClaw Benchmark Shows Qwen3.5:27B Outperforms Other Local LLMs for Agent Tasks
A benchmark of 7 local LLMs on 22 real agent tasks using OpenClaw found qwen3.5:27b-q4_K_M scored 59.4%, while the runner-up qwen3.5:35b scored only 23.2%. Most models couldn't find basic tools like email functions.

Sponsio: Deterministic Guard Rails for OpenClaw — Blocking 'Legal but Wrong' Tool Calls
Open-source tool that sits at the tool boundary, evaluating each call with temporal logic contracts (~0.14ms p50). Prevents agents from editing files outside the working directory, force-pushing, or running migrations against the wrong database.