{
  "schema_version": "2026-03-26",
  "id": "prompt-engineer",
  "slug": "prompt-engineer",
  "display_name": "Prompt Engineer",
  "description": "Prompt engineering workflow skill. Use this skill when a user needs clearer task instructions, examples, decomposition, or evaluation for LLM behavior.",
  "version": "0.0.1",
  "category": "ai-agents",
  "raw_category": "ai-agents",
  "taxonomy": {
    "raw_category": "ai-agents",
    "canonical_category": "ai-agents",
    "inferred_category": "ai-agents",
    "category_source": "frontmatter"
  },
  "tags": [
    "prompting",
    "llm",
    "instructions",
    "examples",
    "evaluation",
    "reasoning"
  ],
  "complexity": "advanced",
  "risk": "safe",
  "source": "omni-team",
  "author": "Omni Skills Team",
  "dates": {
    "added": "2026-03-27",
    "updated": "2026-03-27"
  },
  "entrypoint": "skills/prompt-engineer/SKILL.md",
  "paths": {
    "root": "skills/prompt-engineer",
    "manifest": "dist/manifests/prompt-engineer.json",
    "metadata": "skills/prompt-engineer/metadata.json"
  },
  "compatibility": {
    "tools": [
      "claude-code",
      "cursor",
      "gemini-cli",
      "codex-cli",
      "antigravity",
      "opencode"
    ],
    "install_targets": [
      {
        "tool": "claude-code",
        "scope": "user-global",
        "default_path": "~/.claude/skills",
        "installer_flag": "--claude",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": ">> /skill-name help me..."
      },
      {
        "tool": "cursor",
        "scope": "user-global",
        "default_path": "~/.cursor/skills",
        "installer_flag": "--cursor",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "@skill-name"
      },
      {
        "tool": "gemini-cli",
        "scope": "user-global",
        "default_path": "~/.gemini/skills",
        "installer_flag": "--gemini",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "Use @skill-name to..."
      },
      {
        "tool": "codex-cli",
        "scope": "user-global",
        "default_path": "~/.codex/skills",
        "installer_flag": "--codex",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "Use @skill-name to..."
      },
      {
        "tool": "antigravity",
        "scope": "user-global",
        "default_path": "~/.gemini/antigravity/skills",
        "installer_flag": "--antigravity",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "Use @skill-name to... (Agent Mode)"
      },
      {
        "tool": "opencode",
        "scope": "project-local",
        "default_path": ".opencode/skills",
        "installer_flag": "--opencode",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "opencode run @skill-name"
      }
    ]
  },
  "resources": {
    "sub_resources": [
      "agents",
      "examples",
      "references",
      "scripts"
    ],
    "artifacts_count": 8,
    "references_count": 3,
    "agents_count": 1,
    "assets_count": 0
  },
  "dependencies": {
    "skills": [],
    "external": []
  },
  "install": {
    "strategy": "copy-skill-directory",
    "current_installer": "npx omni-skills installs the full library by default today, and also supports selective installation with --skill and --bundle.",
    "recipes": [
      {
        "tool": "claude-code",
        "command": "npx omni-skills --claude",
        "scope": "user-global",
        "default_path": "~/.claude/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "cursor",
        "command": "npx omni-skills --cursor",
        "scope": "user-global",
        "default_path": "~/.cursor/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "gemini-cli",
        "command": "npx omni-skills --gemini",
        "scope": "user-global",
        "default_path": "~/.gemini/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "codex-cli",
        "command": "npx omni-skills --codex",
        "scope": "user-global",
        "default_path": "~/.codex/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "antigravity",
        "command": "npx omni-skills --antigravity",
        "scope": "user-global",
        "default_path": "~/.gemini/antigravity/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "opencode",
        "command": "npx omni-skills --opencode",
        "scope": "project-local",
        "default_path": ".opencode/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      }
    ]
  },
  "classification": {
    "maturity": {
      "skill_level": 3,
      "skill_level_label": "resources",
      "has_scripts": true,
      "has_extra_files": true
    },
    "best_practices": {
      "score": 99,
      "tier": "excellent",
      "signals": {
        "workflow_steps_count": 5,
        "workflow_section_length": 605,
        "when_to_use_section_length": 248,
        "best_practices_items_count": 5,
        "best_practices_section_length": 370,
        "troubleshooting_items_count": 0,
        "troubleshooting_section_length": 863,
        "resources_items_count": 5,
        "resources_section_length": 316,
        "examples_section_length": 1171,
        "examples_code_blocks_count": 8,
        "related_skills_section_length": 322,
        "decision_assets_count": 18,
        "table_count": 7,
        "linked_resource_families_count": 4,
        "linked_resource_families": [
          "agents",
          "examples",
          "references",
          "scripts"
        ],
        "support_links_count": 5,
        "support_files_count": 6,
        "references_files_count": 3,
        "scripts_files_count": 1,
        "examples_files_count": 1,
        "agents_files_count": 1,
        "assets_files_count": 0,
        "tools_count": 6,
        "tags_count": 6,
        "body_density": 6.5
      }
    },
    "quality": {
      "score": 97,
      "tier": "platinum",
      "breakdown": {
        "body": 16,
        "description": 10,
        "metadata": 12,
        "recency": 8,
        "resources": 10,
        "best_practices": 10,
        "semantic_depth": 16,
        "operational_depth": 10,
        "support_pack": 10
      }
    },
    "security": {
      "score": 95,
      "tier": "review",
      "status": "passed",
      "findings_count": 0,
      "findings": [],
      "signals": {
        "scanned_files": 7,
        "script_files": 1,
        "binary_like_files": 0
      },
      "scanners": {
        "static": {
          "enabled": true,
          "status": "completed"
        },
        "clamav": {
          "enabled": true,
          "status": "completed",
          "provider": "clamav",
          "detections": [],
          "infected_files": 0
        },
        "virustotal": {
          "enabled": true,
          "status": "completed",
          "provider": "virustotal",
          "lookups": 1,
          "positives": 0,
          "results": [
            {
              "path": "skills/prompt-engineer/scripts/render_prompt_packet.py",
              "sha256": "442fac32bca1633e1b2d4560560b1091a7cff52cfa10528f5e1df3af38da8cf1",
              "status": "not_found"
            }
          ],
          "details": "Hash lookups only. Unknown files are not uploaded during validation."
        }
      }
    },
    "validation": {
      "errors": [],
      "warnings": [],
      "status": "passed"
    }
  },
  "content": {
    "body_length": 5612,
    "content_length": 6122,
    "body_lines": 119,
    "word_count": 774,
    "has_code_blocks": true,
    "typed_code_blocks_count": 2,
    "has_examples_section": true,
    "example_count": 4,
    "has_workflow_section": true,
    "has_when_to_use_section": true,
    "has_best_practices_section": true,
    "has_troubleshooting_section": true,
    "problem_count": 3,
    "troubleshooting_pairs_count": 2,
    "has_additional_resources_section": true,
    "has_related_skills_section": true,
    "related_skills_count": 3,
    "has_local_support_links": true,
    "local_support_links_count": 4,
    "has_local_script_example": true,
    "local_script_example_count": 1,
    "semantic_signals": {
      "workflow_steps_count": 5,
      "workflow_section_length": 605,
      "when_to_use_section_length": 248,
      "best_practices_items_count": 5,
      "best_practices_section_length": 370,
      "troubleshooting_items_count": 0,
      "troubleshooting_section_length": 863,
      "resources_items_count": 5,
      "resources_section_length": 316,
      "examples_section_length": 1171,
      "examples_code_blocks_count": 8,
      "related_skills_section_length": 322,
      "decision_assets_count": 18,
      "table_count": 7,
      "linked_resource_families_count": 4,
      "linked_resource_families": [
        "agents",
        "examples",
        "references",
        "scripts"
      ],
      "support_links_count": 5,
      "support_files_count": 6,
      "references_files_count": 3,
      "scripts_files_count": 1,
      "examples_files_count": 1,
      "agents_files_count": 1,
      "assets_files_count": 0,
      "tools_count": 6,
      "tags_count": 6,
      "body_density": 6.5
    }
  },
  "artifacts": [
    {
      "path": "skills/prompt-engineer/SKILL.md",
      "kind": "entrypoint",
      "size_bytes": 6138,
      "sha256": "7ec58f5fae0a4f0d0b0aba2294a7758865bac2303a06c4176cc127530708032c"
    },
    {
      "path": "skills/prompt-engineer/metadata.json",
      "kind": "support",
      "size_bytes": 6053,
      "sha256": "021770c742e2e2ec94d2d1a86394ea2a96f29d1ea6d548d733539929f08fcf9a"
    },
    {
      "path": "skills/prompt-engineer/agents/openai.yaml",
      "kind": "agent",
      "size_bytes": 247,
      "sha256": "d2b7f32b8f1591d65a9ebacc73df56efc7b6bc38cd5723aac0654fe00b06956a"
    },
    {
      "path": "skills/prompt-engineer/examples/evaluation-loop-worksheet.md",
      "kind": "support",
      "size_bytes": 196,
      "sha256": "d407132faf236c334aaf44cb1dfeacbda08fa19f0d58ec015a3bb6789dae2bec"
    },
    {
      "path": "skills/prompt-engineer/references/checklist.md",
      "kind": "reference",
      "size_bytes": 732,
      "sha256": "95f4d8259fecb55312f478f95e3a902f3b44387f4df0d5169599e165f77134b0"
    },
    {
      "path": "skills/prompt-engineer/references/prompt-contract-template.md",
      "kind": "reference",
      "size_bytes": 152,
      "sha256": "a808b4fe7e83efed78f9ab1cb55dd05fbdee6e8578e33205f10ab00b4833f5c8"
    },
    {
      "path": "skills/prompt-engineer/references/prompt-review-rubric.md",
      "kind": "reference",
      "size_bytes": 410,
      "sha256": "78c2bda8ec6c84987c14fe5da706f77e874096842bdda945002a031b51f63960"
    },
    {
      "path": "skills/prompt-engineer/scripts/render_prompt_packet.py",
      "kind": "support",
      "size_bytes": 1014,
      "sha256": "442fac32bca1633e1b2d4560560b1091a7cff52cfa10528f5e1df3af38da8cf1"
    }
  ],
  "archives": [
    {
      "format": "zip",
      "path": "dist/archives/prompt-engineer.zip",
      "file_name": "prompt-engineer.zip",
      "size_bytes": 16232,
      "sha256": "98d1355018195c77b269404d86f0a2054fd5a93cdbe5981218c7e9a44e07320b",
      "signature": {
        "status": "signed",
        "path": "dist/archives/prompt-engineer.zip.sig",
        "sha256": "6d9a6e3a950b4a1f519fa1a12148aa1235a32594c41d4068ae91d6811a798b08",
        "public_key_path": "dist/signing/omni-skills-public.pem",
        "algorithm": "sha256",
        "verify_command": "openssl dgst -sha256 -verify dist/signing/omni-skills-public.pem -signature dist/archives/prompt-engineer.zip.sig dist/archives/prompt-engineer.zip"
      }
    },
    {
      "format": "tar.gz",
      "path": "dist/archives/prompt-engineer.tar.gz",
      "file_name": "prompt-engineer.tar.gz",
      "size_bytes": 30743,
      "sha256": "7eed5b8225254e168e8ebbca3c8436130d817b0b055f7083474d2c24c50d9dde",
      "signature": {
        "status": "signed",
        "path": "dist/archives/prompt-engineer.tar.gz.sig",
        "sha256": "0468f479afe759e8394b03dab168b01fab83bdb134c76a4cb984ac7f83a0e710",
        "public_key_path": "dist/signing/omni-skills-public.pem",
        "algorithm": "sha256",
        "verify_command": "openssl dgst -sha256 -verify dist/signing/omni-skills-public.pem -signature dist/archives/prompt-engineer.tar.gz.sig dist/archives/prompt-engineer.tar.gz"
      }
    }
  ],
  "archive_checksums": {
    "path": "dist/archives/prompt-engineer.checksums.txt",
    "file_name": "prompt-engineer.checksums.txt",
    "sha256": "e6b5b81d42b1f21b29c880700ec9383344c3f3226de7e6852d9a77338e38d84b",
    "signature": {
      "status": "signed",
      "path": "dist/archives/prompt-engineer.checksums.txt.sig",
      "sha256": "b6b66618e680e640dba526c6524ab1daedc8c79e1dee9729fb16d4ebfc4457e3",
      "public_key_path": "dist/signing/omni-skills-public.pem",
      "algorithm": "sha256",
      "verify_command": "openssl dgst -sha256 -verify dist/signing/omni-skills-public.pem -signature dist/archives/prompt-engineer.checksums.txt.sig dist/archives/prompt-engineer.checksums.txt"
    }
  },
  "checksums": {
    "entrypoint_sha256": "7ec58f5fae0a4f0d0b0aba2294a7758865bac2303a06c4176cc127530708032c",
    "package_sha256": "56878b5bf55cc42793bb2c62de8c035cd2cb22c32ea555fbe463f862e269e0b9"
  }
}
