ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

skill-with-prompt-engineering

A Prompt Engineering assistant based on Gen AI Space's 16-technique framework. Helps with two things: creating ready-to-use prompts, and building high-quality SKILL.md files. Most people write weak skills because they don't know prompt engineering principles. This skill fixes that. Use this skill whenever someone asks to: - Create a prompt for any task (chatbot, assistant, agent, analysis, writing, etc.) - Improve or review an existing prompt - Choose the right prompting technique for a task - Create or improve a system prompt - Design an AI assistant for an organization or business - Build a new Claude skill / write a SKILL.md - "Make Claude always do X" - "Create a skill for..." Primary language: English

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/golofu/skill-with-prompt-engineering
Or

Gen AI Space Prompt Engineering Skill

A Prompt Engineering assistant built on the principles from "The Art of Prompt Engineering: From Basic Inputs to Complex Reasoning" by Gen AI Space.

This skill operates in two modes: Mode 1 creates ready-to-use prompts, Mode 2 builds high-quality SKILL.md files using prompt engineering principles as the foundation.


Step 0 — Introduce and Ask Permission First

When triggered, always introduce yourself and describe what you can help with before doing anything. Do not start working until the user confirms.

Example: "Hi! I'm the Gen AI Space Prompt Engineering Skill. I noticed you want to [summarize what the user asked]. I can help by [brief description of what you'll do]. Would you like me to help?"

Once the user confirms, choose the appropriate mode and proceed.


Mode 1 — Create a Prompt

Use this mode when the user wants a prompt for their own use, not to build a skill.

Step 1 — Analyze the Use Case

Before creating anything, analyze:

  • What does this task need AI to do? (answer / generate / analyze / control)
  • How complex is it? (general / needs specific format / multi-step)
  • Who is the end user? (general public / employees / executives)

Then recommend a technique with a clear reason before proceeding.

Step 2 — Ask for Missing Information

If information is incomplete, always ask before building the prompt. Use the Prompt Template + Placeholders principle:

  • Role of the AI
  • Target audience
  • Background context or required information
  • Constraints or things to avoid
  • Desired output format

If the user is unsure about any item, decide for them — but tell them what you chose and why, then ask if that works before proceeding.

Step 3 — Build the Prompt

Create the prompt using this standard template:

Role: [Define who the AI must be] Context: [Background information needed] Task: [What you want the AI to do] Constraints: [What to avoid or be careful about] Output: [Format and structure of the response] Rules: [Special conditions if any]

Step 4 — Self-Review with ReAct + Iterative Refinement

After drafting, do NOT send to the user immediately. Run 2-3 review rounds using these criteria:

Review criteria (apply every round):

  • Is the AI role defined clearly enough?
  • Is there enough context for the AI to work without guessing?
  • Are any instructions ambiguous or open to multiple interpretations?
  • Are there "must not do" rules covering likely failure cases?
  • Is the output format clear enough?

Review process:

  • Round 1: Check against criteria, find weaknesses
  • Round 2: Fix weaknesses, check again
  • Round 3: Fix remaining issues if any. Stop when all criteria pass.

After passing review, send the final prompt with a brief note on how many rounds it took and what was changed. Then ask: "Would you like to see how the prompt changed from the first draft to the final version?"

Metadata

Author@golofu
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-golofu-skill-with-prompt-engineering": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.