Agent skill · Design & Presentation

prompt-engineering

Use this skill when crafting LLM prompts, implementing chain-of-thought reasoning, designing few-shot examples, building RAG pipelines, or optimizing prompt performance. Triggers on prompt design, system prompts, few-shot learning, chain-of-thought, prompt chaining, RAG, retrieval-augmented generation, prompt templates, structured output, and any task requiring effective LLM interaction patterns.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill prompt-engineering-absolutelyskilled-absolutelyskilled --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Version: 0.1.0
Path: skills/ai-llm/prompt-engineering-absolutelyskilled-absolutelyskilled/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

When this skill is activated, always start your first response with the 🧢 emoji. # Prompt Engineering Prompt engineering is the practice of designing inputs to language models to reliably elicit high-quality, accurate, and appropriately formatted outputs. It covers everything from writing system instructions to multi-step reasoning pipelines and retrieval-augmented generation. Effective prompting reduces hallucinations, improves consistency, and unlocks capabilities the model already has but needs guidance to apply. The techniques here apply across providers (OpenAI, Anthropic, Google) with minor syntactic differences. --- ## When to use this skill Trigger this skill when the task involves: - Writing or refining a system prompt for an agent or chatbot - Implementing chain-of-thought reasoning to improve accuracy on hard tasks - Designing few-shot examples to steer model behavior - Building a RAG pipeline (retrieval + context injection + generation) - Getting structured JSON/schema output from a model reliably - Chaining multiple LLM calls (decomposition, routing, verification) - Evaluating or benchmarking prompt quality across dimensions - Choosing between zero-shot, few-shot, fin

What's inside
Steps it walks through
  1. When to use this skill
  2. Key principles
  3. Core concepts
  4. System / user / assistant roles
  5. Temperature and sampling
  6. Token economics
  7. Context window management
  8. Prompt vs fine-tuning decision
  9. Common tasks
  10. Write effective system prompts
  11. Implement chain-of-thought
  12. Design few-shot examples
  13. Build a RAG prompt pipeline
  14. Get structured JSON output
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the prompt-engineering skill do?

Use this skill when crafting LLM prompts, implementing chain-of-thought reasoning, designing few-shot examples, building RAG pipelines, or optimizing prompt performance. Triggers on prompt design, system prompts, few-shot learning, chain-of-thought, prompt chaining, RAG, retrieval-augmented generation, prompt templates, structured output, and any task requiring effective LLM interaction patterns.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-engineering-absolutelyskilled-absolutelyskilled --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going