AI Skills & Prompt Playbooks

Use AI with reusable skills, not random prompts.

This library turns official prompt-engineering principles into practical operating cards: when to use each skill, what input to provide, the exact prompt to copy, and the quality checks that keep the output useful.

10 reusable skills 9 copy-ready prompts 4 official source families
AI skills dashboard with prompt cards, source checks, and quality gates
10skill cards for research, coding, writing, video, image, meetings, and privacy
9copy-ready prompt templates with use cases and review checks
4source-backed principle groups from major AI documentation
0generic filler prompts without a quality bar

Source-backed principles

What high-quality prompting has in common.

The page uses recurring guidance from OpenAI, Anthropic, Google Gemini, and Microsoft Copilot documentation, then translates it into original workflows for everyday users.

Start with the job, not the tool

Write the real task in one sentence before opening any model. If the task is unclear to you, the model will fill gaps with confident guesses.

Separate facts from instructions

Use labeled sections such as Goal, Context, Inputs, Constraints, Output Format, and Verification so the model can tell what to follow and what to analyze.

Show the target shape

If format matters, include a small example or schema. Few-shot examples are most useful when they demonstrate structure, tone, and level of detail.

Force useful uncertainty

Ask the model to mark assumptions, missing inputs, and claims that need human verification. This reduces polished but unsupported answers.

Chain high-risk work

Use one prompt to clarify, one to outline, one to draft, and one to check. Long single prompts are harder to inspect and easier to misunderstand.

Save reusable briefs

Turn prompts that worked into small skills: purpose, inputs, steps, quality bar, and failure signs. This creates compounding value instead of one-off chats.

Prompt anatomy

The repeatable structure behind most useful AI requests.

If a prompt has no goal, audience, input, output format, or review rule, it is usually too weak for publishable work.

Role

Who should the model imitate: analyst, editor, reviewer, tutor, engineer, art director.

Goal

The concrete job to finish, written in one sentence.

Context

Audience, constraints, business purpose, date sensitivity, and source material.

Output

The exact format: table, checklist, brief, JSON, storyboard, code review, or step list.

Quality bar

How the result will be judged and what it must flag instead of guessing.

Act as a [role].
Goal: [specific task].
Context: [audience, business goal, constraints].
Inputs: [paste source material].
Output format: [table, checklist, brief, JSON, steps].
Quality bar: flag uncertainty, separate facts from assumptions, and list what a human must verify before use.

Skill Playbooks

Reusable AI skills for real work.

Each card is designed as a small operating procedure: the task, when to use it, workflow steps, copy-ready prompt, and the quality signal that proves it worked.

Skill turning a question into a source-backed research brief

Research Brief Builder

Use when: Use this when you need a reliable overview before writing, buying, investing time, or making a business decision.

  1. Define the decision the research must support.
  2. List claims that need current sources and claims that can be reasoned from supplied material.
  3. Ask for search queries, source criteria, and a brief outline before drafting.
  4. Require a final table with claim, source, confidence, and what a human should verify.

Copy-ready prompt

Act as a research analyst.
Goal: build a source-backed brief for [decision or question].
Context: [audience, geography, date sensitivity, constraints].
Known information: [paste notes].
Tasks:
1. Restate the research question.
2. List the facts that require external verification.
3. Suggest search queries and source types.
4. Draft a brief with claim, evidence, confidence, and open questions.
Output format: executive summary, evidence table, risks, next actions.
Quality bar: separate facts from assumptions and flag anything that may be outdated.

Quality signal: A good output makes it obvious which facts are verified, which are assumptions, and which next search would improve confidence.

Skill checking whether an AI answer can be trusted

Source Verification Analyst

Use when: Use this after any model produces factual claims, pricing notes, legal-adjacent guidance, product comparisons, or medical/financial context.

  1. Extract atomic factual claims instead of checking whole paragraphs.
  2. Classify each claim as current, stable, subjective, or unsupported.
  3. Map every current claim to a primary or credible source.
  4. Rewrite the answer with unsupported claims removed or clearly marked.

Copy-ready prompt

Act as a verification editor.
Input answer: [paste AI answer].
Task:
1. Extract each factual claim as a separate line.
2. Label each claim: stable, time-sensitive, subjective, or unsupported.
3. For time-sensitive claims, state what source type is required.
4. Identify claims that must be removed before publication.
5. Rewrite the answer so it is cautious, useful, and source-aware.
Output format: claim audit table, verification plan, safer rewritten answer.
Quality bar: do not treat fluent writing as evidence.

Quality signal: The audit should reduce risk. If it only says 'looks good' without claim-level checks, it failed.

Skill turning vague requests into repeatable prompts

Prompt Refiner

Use when: Use this when a prompt gives inconsistent results, ignores format, or produces generic advice.

  1. Identify the missing role, audience, constraints, inputs, and output format.
  2. Ask the model to propose a stronger prompt, not just answer the weak prompt.
  3. Add a quality bar and failure conditions.
  4. Test the refined prompt on one real example and improve it once.

Copy-ready prompt

Act as a prompt engineer.
Weak prompt: [paste prompt].
Problem with output: [what went wrong].
Target user: [who will use the answer].
Improve the prompt by adding role, goal, context, inputs, constraints, output format, examples if useful, and a verification step.
Return:
1. Diagnosis of missing context.
2. Improved copy-ready prompt.
3. Why each section was added.
4. One test case and expected output shape.
Quality bar: keep the prompt practical and avoid unnecessary complexity.

Quality signal: A refined prompt should be shorter than a process manual but specific enough that another person can reuse it.

Skill using AI coding tools without chaotic rewrites

AI Coding Spec Writer

Use when: Use this before asking Cursor, Copilot, Claude, or ChatGPT to edit an existing project.

  1. Ask the assistant to inspect relevant files and explain current behavior.
  2. Convert the request into acceptance criteria and non-goals.
  3. Limit the first implementation to a small file or module set.
  4. Require tests or manual verification steps before calling the task done.

Copy-ready prompt

Act as a senior software engineer preparing an implementation spec.
Goal: [feature or bugfix].
Repo context: [framework, key files, constraints].
Current behavior: [what happens now].
Desired behavior: [what should happen].
Non-goals: [what not to change].
Task:
1. Ask clarifying questions only if essential.
2. Identify likely files to inspect.
3. Write acceptance criteria.
4. Propose a minimal implementation plan.
5. List tests or manual checks.
Quality bar: prefer small, reviewable changes and do not rewrite unrelated code.

Quality signal: The spec is useful only if it prevents unnecessary edits and gives you a concrete way to verify the change.

Skill finding real risks in generated or human-written code

Code Review Assistant

Use when: Use this after AI changes code, before accepting a pull request, or before deploying a small tool.

  1. Ask for bugs and regressions first, not style preferences.
  2. Require file and line references when available.
  3. Separate high-risk issues from cleanup suggestions.
  4. Ask for missing tests and edge cases.

Copy-ready prompt

Act as a strict code reviewer.
Change summary: [what changed].
Diff or code: [paste relevant diff].
Review priorities:
1. Bugs and behavioral regressions.
2. Security or privacy risks.
3. Missing tests for changed behavior.
4. Maintainability problems only if they can cause real issues.
Output format: findings ordered by severity, evidence, suggested fix, open questions.
Quality bar: do not list generic style advice unless it affects correctness.

Quality signal: A useful review points to a concrete failure mode. A weak review lists broad preferences without evidence.

Skill making AI-assisted articles more useful and less generic

SEO Content Editor

Use when: Use this after drafting content for search traffic, affiliate pages, tool directories, or tutorials.

  1. Match the page to one search intent and one reader problem.
  2. Add original examples, comparison criteria, and beginner mistakes.
  3. Remove unsupported claims, filler intros, and repeated paragraphs.
  4. Add internal links, disclosure notes, and update checkpoints.

Copy-ready prompt

Act as an SEO editor who prioritizes helpful content.
Draft: [paste draft].
Target query: [search query].
Reader: [beginner, buyer, creator, developer].
Task:
1. Identify the search intent and missing sections.
2. Remove low-value filler.
3. Add practical examples, comparison criteria, and common mistakes.
4. Suggest internal links and disclosure notes.
5. Return a revised outline and a rewrite plan.
Quality bar: every section must help the reader decide or do something.

Quality signal: If a paragraph could appear on any AI website, it should be replaced with a concrete example, checklist, or decision rule.

Skill turning messy notes into decisions, owners, and next steps

Meeting Notes to Action Plan

Use when: Use this after calls, team discussions, voice transcripts, or client meetings.

  1. Separate confirmed decisions from discussion ideas.
  2. Extract tasks with owner, due date, dependency, and ambiguity.
  3. Create a follow-up message that people can approve or correct.
  4. Ask the model to flag missing owners and unclear deadlines.

Copy-ready prompt

Act as an operations assistant.
Meeting transcript or notes: [paste notes].
Task:
1. Summarize the meeting in five bullets or fewer.
2. Extract decisions that were clearly made.
3. Create an action table with task, owner, deadline, dependency, and risk.
4. List open questions that need confirmation.
5. Draft a follow-up message.
Quality bar: do not invent owners or deadlines; mark unknowns clearly.

Quality signal: The output should make follow-up faster and reduce ambiguity, not create a pretty summary with missing responsibility.

Skill getting more controllable images from Midjourney, DALL-E, Firefly, or Ideogram

Image Prompt Art Director

Use when: Use this before generating blog illustrations, thumbnails, product mockups, or brand visuals.

  1. Define the job of the image: explain, sell, compare, decorate, or demonstrate.
  2. Specify subject, composition, lighting, camera, material, and text constraints.
  3. Generate three prompt variants instead of one overloaded prompt.
  4. Score outputs against readability, brand fit, and whether the image supports the page.

Copy-ready prompt

Act as an art director for AI image generation.
Goal of image: [what the image must help the reader understand].
Brand mood: [professional, playful, technical, editorial, etc.].
Must include: [subjects and objects].
Must avoid: [cliches, text errors, unsafe content, clutter].
Create three prompts:
1. Clean editorial version.
2. High-contrast thumbnail version.
3. Product-style version.
For each prompt, include composition, lighting, camera angle, style, and negative constraints.
Quality bar: the image must support the content, not just look impressive.

Quality signal: Strong image prompts are visual briefs. They control composition and purpose, not only style words.

Skill reducing wasted credits in AI video tools

Video Storyboard Planner

Use when: Use this before generating Runway, Pika, Synthesia, or short social clips.

  1. Write the message before generating shots.
  2. Break the video into scenes with duration, motion, subject, and transition.
  3. Generate only the hardest shot first as a test.
  4. Keep a fallback plan for still images, captions, or stock footage.

Copy-ready prompt

Act as a video creative director.
Video goal: [educate, sell, explain, entertain].
Audience: [who will watch].
Length: [15s, 30s, 60s, etc.].
Core message: [one sentence].
Task:
1. Write a scene-by-scene storyboard.
2. For each scene, include visual prompt, motion, duration, narration, and editing note.
3. Identify risky shots likely to fail in AI generation.
4. Suggest cheaper fallback assets.
Quality bar: every shot must support the core message.

Quality signal: A good storyboard saves credits because it tests the riskiest visual idea before generating the full video.

Skill cleaning inputs before pasting them into AI tools

Privacy Redaction Assistant

Use when: Use this for emails, contracts, customer messages, HR notes, health context, financial records, and internal documents.

  1. Identify personal, confidential, credential, payment, and business-sensitive data.
  2. Replace sensitive details with stable placeholders.
  3. Keep enough context for the model to perform the task.
  4. Review the redacted text before sending it to an external service.

Copy-ready prompt

Act as a privacy redaction assistant.
Text to prepare for AI use: [paste text].
Task:
1. Identify personal data, credentials, financial details, private business information, and sensitive internal context.
2. Replace each sensitive item with a clear placeholder such as [CUSTOMER_NAME] or [API_KEY].
3. Preserve the meaning needed for the task.
4. Return a redaction log listing what was removed by category.
Quality bar: do not remove so much context that the remaining task becomes impossible.

Quality signal: The best redaction keeps task meaning while removing details that should not be sent to a third-party model.

Reserved high-value tutorial ad placement

Prompt Library

Copy-ready prompt templates with a purpose.

These are not magic words. Each prompt has a use case, a copy block, and a practical check so readers know when the output is good enough.

Foundation Most writing, analysis, planning, and business tasks

Universal Task Brief

Copy-ready prompt

Act as a [role].
Goal: [specific task].
Audience: [who will use the output].
Context: [business goal, constraints, background].
Inputs: [paste source material].
Output format: [table, checklist, brief, JSON, step-by-step plan].
Quality bar: separate facts from assumptions, flag uncertainty, and list what a human must verify before use.

Check: Use this when you need a reliable first version. Replace every bracket before running it.

Control Avoiding bad answers when the request is vague

Clarifying Question Gate

Copy-ready prompt

Before answering, check whether the task has enough information.
If essential information is missing, ask up to three concise clarifying questions.
If the task is clear enough, state your assumptions in one short paragraph and proceed.
Task: [paste request]
Quality bar: do not ask questions for optional details that can be handled with reasonable assumptions.

Check: Best for complex or expensive work where a wrong first draft wastes time.

Research Fact-heavy answers, product comparisons, and current topics

Evidence-Based Answer

Copy-ready prompt

Answer the question using evidence.
Question: [question]
Known sources or notes: [paste sources if available]
Requirements:
1. Separate confirmed facts, reasonable inferences, and unknowns.
2. Cite or name the source type for important claims.
3. Flag time-sensitive claims that need current verification.
4. End with a short confidence rating and what would improve it.
Output format: concise answer, evidence table, caveats, next checks.

Check: Use current web search for claims that may have changed. Do not rely on model memory for prices, policies, or dates.

Writing Improving clarity, tone, and structure without adding fake facts

Rewrite Without Losing Meaning

Copy-ready prompt

Rewrite the text for clarity and usefulness.
Audience: [reader type]
Desired tone: [plain, expert, friendly, direct]
Text: [paste text]
Rules:
1. Preserve the original meaning.
2. Do not add unsupported facts.
3. Remove repetition and vague claims.
4. Improve headings, transitions, and examples where useful.
Return: revised text, major edits made, and facts that still need verification.

Check: Good for AI content editing because it asks for a fact-safety pass, not only nicer language.

Decision Choosing between AI tools, plans, workflows, or options

Comparison Table Builder

Copy-ready prompt

Create a decision table for [options].
User profile: [beginner, creator, developer, small business, student].
Decision criteria: [cost, speed, accuracy, ease, privacy, integrations, output quality].
Task:
1. Define each criterion in plain English.
2. Score each option from 1 to 5 only where evidence is available.
3. Explain trade-offs.
4. Recommend the best option for three different user types.
Quality bar: mark unknowns instead of inventing scores.

Check: The table should help a reader choose. If it only repeats marketing claims, revise it.

Teaching Beginner guides, how-to pages, and training material

Step-by-Step Tutorial Generator

Copy-ready prompt

Create a beginner tutorial for [task].
Reader starting point: [what they know now].
Tools available: [tools or platform].
Constraints: [budget, time, skill level].
Output:
1. What this helps you do.
2. Before you start checklist.
3. Numbered steps with expected result after each step.
4. Common mistakes and fixes.
5. Final quality checklist.
Quality bar: every step must be observable by the reader.

Check: Useful tutorials tell readers what they should see after each step.

Iteration Fixing bad AI responses, images, code, or drafts

Debug My Output

Copy-ready prompt

Diagnose why this output failed.
Original goal: [goal]
Prompt used: [prompt]
Output received: [paste output]
What is wrong: [accuracy, tone, format, missing detail, visual problem]
Task:
1. Identify likely causes.
2. Rewrite the prompt.
3. Suggest one small test before rerunning the full task.
4. Provide a checklist for judging the next output.
Quality bar: fix the prompt and the process, not just the final wording.

Check: This turns failures into reusable lessons instead of random trial and error.

Quality Final checks before publishing AI-assisted work

Human Review Checklist

Copy-ready prompt

Review this AI-assisted output before publication.
Output: [paste content]
Publication context: [blog, email, report, website, code, image, video]
Check for:
1. Unsupported factual claims.
2. Missing context or misleading certainty.
3. Privacy or confidential information.
4. Low-value filler.
5. Tone mismatch for the audience.
6. Actionability and next steps.
Return: pass/fail table, required fixes, optional improvements, and final publish risk.

Check: Use this as the last pass, especially for public website content.

Systems Turning one good prompt into a repeatable operating procedure

Reusable Skill Card Builder

Copy-ready prompt

Turn this successful AI workflow into a reusable skill card.
Workflow or prompt: [paste]
Task:
1. Name the skill.
2. Define when to use it and when not to use it.
3. List required inputs.
4. Write the copy-ready prompt.
5. Define output quality checks.
6. List failure signs and how to fix them.
Output format: skill card with sections that a beginner can follow.

Check: The goal is a small repeatable process, not a giant prompt collection.

Before and after

Bad prompts fail because they hide the real job.

A better prompt does not need to be long. It needs to make the task inspectable.

Weak

Write an article about AI tools.

Better

Write an article for beginners choosing their first AI tool stack. Compare one chatbot, one research tool, and one productivity tool by use case, cost risk, learning curve, and common mistakes. Include a disclosure note and a final decision table.

The better version defines audience, scope, comparison criteria, required sections, and monetization transparency.

Weak

Make this better.

Better

Rewrite this landing page section for small business owners. Keep the meaning, remove vague claims, add one concrete example, and return a before/after table explaining each edit.

The better version identifies what better means and prevents the model from inventing unsupported claims.

Weak

Check my code.

Better

Review this diff for bugs, regressions, missing tests, and security risks. Prioritize findings by severity and include the exact behavior that could fail. Ignore cosmetic style unless it affects correctness.

The better version tells the model to review like an engineer, not like a generic formatter.

Quality checklist

Keep low-value AI output off the website.

Use this checklist before publishing a prompt, workflow, tutorial, or AI-assisted article. If it fails, revise the page instead of adding more words.

1

Can a beginner understand the goal without extra explanation?

2

Does the prompt include the actual input material or a clear placeholder for it?

3

Does it specify the output format tightly enough to inspect the result?

4

Does it say what to do when information is missing?

5

Does it force source checks for claims that are current, financial, legal, medical, or product-specific?

6

Does it include a human review step before publishing or spending money?

7

Can the same prompt be reused next week with only the inputs changed?

8

Would the output still be useful if the model refuses to guess?

Editorial rule: useful AI content should help a reader finish a task, avoid a mistake, choose between options, or verify an answer. Anything else is filler.