Stats
Links
Categories
Expert prompt engineering for LLM coding agents
npx claudepluginhub cosgroveb/claude-prompt-writing-skillExpert prompt engineering for LLM coding agents
A Claude Code skill for expert prompt engineering across LLM coding tools.
/plugin marketplace add [email protected]:cosgroveb/claude-prompt-writing-skill.git
/plugin install prompt-writing@claude-prompt-writing-skill
Or clone and install locally:
git clone [email protected]:cosgroveb/claude-prompt-writing-skill.git
cd claude-prompt-writing-skill
make install
The skill loads automatically when relevant. For complex tasks, invoke the @prompt-writer agent for deep mode with full reasoning capabilities.
Bundled documentation (loaded on-demand):
docs/techniques/ - Chain-of-thought, few-shot, decomposition, etc.docs/tools/ - Tool-specific conventionsdocs/anti-patterns.md - Common pitfallsdocs/refinement-strategies.md - Iteration approachesMIT
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations