Skip to content
Skillv1.0.0

prompting-wizard

To run the prompting course, read `SKILL.md` and follow it.

by Entuvo(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Entuvo/prompting-wizard (plugins/prompting-wizard/skills/prompting-wizard/AGENTS.md). Install upstream with npx skills add Entuvo/prompting-wizard --skill prompting-wizard. Copyright stays with the author.

prompting-wizard

To run the prompting course, read SKILL.md and follow it.

Nothing else in this directory is entry-point logic. days/, rubrics.md, and assessment.md are content that SKILL.md loads. Do not duplicate lesson behaviour here — this file is a pointer, so that the Claude Code and Codex entry points cannot drift apart.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/entuvo-prompting-wizard-prompting-wizard/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

entuvo-prompting-wizard-prompting-wizard.ocm.jsonjson
{
  "ocm": "1",
  "id": "entuvo-prompting-wizard-prompting-wizard",
  "kind": "skill",
  "name": "prompting-wizard",
  "description": "To run the prompting course, read `SKILL.md` and follow it.",
  "publisher": "Entuvo",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "To run the prompting course, read `SKILL.md` and follow it."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Entuvo/prompting-wizard",
      "path": "plugins/prompting-wizard/skills/prompting-wizard/AGENTS.md",
      "ref": "50b776beb4b998e8bfd3ba749cb64f63c29c012a",
      "url": "https://github.com/Entuvo/prompting-wizard/blob/50b776beb4b998e8bfd3ba749cb64f63c29c012a/plugins/prompting-wizard/skills/prompting-wizard/AGENTS.md",
      "key": "Entuvo/prompting-wizard/plugins/prompting-wizard/skills/prompting-wizard/AGENTS.md"
    }
  },
  "instructions": "# prompting-wizard\n\nTo run the prompting course, read `SKILL.md` and follow it.\n\nNothing else in this directory is entry-point logic. `days/`, `rubrics.md`, and `assessment.md` are content that `SKILL.md` loads. Do not duplicate lesson behaviour here — this file is a pointer, so that the Claude Code and Codex entry points cannot drift apart.",
  "cost": {
    "context_tokens": 85
  }
}

Fetch it by URL: GET /api/v1/registry/entuvo-prompting-wizard-prompting-wizard/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.