Our review
Expert prompt engineering skill for crafting effective prompts for LLM coding agents across multiple tools, producing strategy documents and ready-to-use prompt artifacts.
Strengths
- Adapts prompts to target tool conventions (Claude Code, Cursor, Codex, etc.)
- Uses proven techniques from prompting research
- Provides strategy documents and ready-to-use artifacts
- Can iterate and refine using reference docs
Limitations
- May require understanding of specific tool context
- Effectiveness depends on clarity of user intent
- Might not cover tool-specific quirks outside documented conventions
Use when you need to create highly effective prompts for coding agents, especially when adapting to different tool interfaces or complex tasks.
Avoid when simple direct prompts suffice, or when the tool's built-in prompt patterns are adequate.
Security analysis
SafeThe skill only provides meta-level guidance on writing prompts for AI coding tools. It uses read-only and search tools (Read, Glob, Grep, WebFetch, WebSearch) and has no ability to execute commands or modify system state.
No concerns found
Examples
Create an expert prompt for Cursor to implement a user authentication system using JWT. The prompt should follow Cursor's conventions and include step-by-step instructions, error handling, and testing guidelines.Write a strategy document and ready-to-use prompt for Claude Code to refactor a legacy Python module. Include research-based prompting techniques and ensure the prompt is tailored to Claude Code's capabilities.I need a prompt that works for both Claude Code and Codex to generate unit tests for an API. Adapt the prompt to each tool's conventions and provide two versions.name: prompt-writing description: > Expert prompt engineering for LLM coding agents. Use when writing prompts for Claude Code, Cursor, Aider, Cline, OpenCode, Gemini, or Codex. Produces strategy documents and ready-to-use prompt artifacts. allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
- WebFetch
- WebSearch
Prompt Writing
Expert prompt engineering for LLM coding tools.
Capabilities
- Write prompts for Claude Code, Cursor, Aider, Cline, OpenCode, Gemini, Codex
- Adapt output to target tool conventions
- Use proven techniques from prompting research
Reference Docs
Load on-demand:
- @docs/techniques/*.md - Prompting techniques
- @docs/tools/*.md - Tool-specific conventions
- @docs/anti-patterns.md - Common pitfalls
- @docs/refinement-strategies.md - Iteration approaches
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.