prompt-engineering
Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design
Content Preview
--- name: prompt-engineering description: Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design --- # Prompt Engineering ## Structured System Prompt ``` You are a senior code reviewer. Your role is to analyze pull requests for: 1. Correctness - logic errors, edge cases, off-by-one errors 2. Security - injection, authentication, data exposure 3. Performance - N+1 queries, unnecessary allocations, missing indexes 4. Maintainabili
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/prompt-engineering.md \
https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/skills/prompt-engineering/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/rohitg00/awesome-claude-code-toolkitThen reference at skills/prompt-engineering/SKILL.md
Related Skills
prompt-engineering
Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies, or debug agent behavior.
architecturepromptengineering
by sickn33 (Antigravity) · antigravity-awesome-skills
prompt-engineer
Transforms user prompts into optimized prompts using frameworks (RTF, RISEN, Chain of Thought, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, GROW)
general[prompt-engineeringoptimizationframeworks
by sickn33 (Antigravity) · antigravity-awesome-skills
ai-engineering-toolkit
6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.
securityprompt-engineeringragsecurity
by sickn33 (Antigravity) · antigravity-awesome-skills
prompt-engineering-patterns
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability.
data-aipromptengineering
by sickn33 (Antigravity) · antigravity-awesome-skills