dubery-prompt-parser

Parse plain-text NB2 prompts into structured JSON with explicit fields only.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/RASCLAW/DuberyMNL --skill dubery-prompt-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dubery-prompt-parser
Source: https://github.com/RASCLAW/DuberyMNL/tree/main/.claude/skills/dubery-prompt-parser
Command: npx skills add https://github.com/RASCLAW/DuberyMNL --skill dubery-prompt-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts plain-text NB2 prompts into a structured JSON representation by extracting only the fields explicitly present in the prompt, enabling faithful storage and downstream processing without guessing.

Core Features & Use Cases

  • Parse NB2 prompts into a strict JSON schema without adding any new information.
  • Preserve fidelity by only including fields that are stated in the prompt.
  • Use Case: transform prompts from a generation pipeline into a description-ready JSON blob for validation and storage.

Quick Start

Provide a plain-text NB2 prompt and request a structured JSON payload from this skill.

Frequently Asked Questions about dubery-prompt-parser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I parse plain-text prompts into structured JSON for validation and storage?

To parse plain-text prompts into structured JSON, you provide the text to a parser that extracts only explicitly stated fields, avoiding inference, to produce a strict schema-compliant payload for downstream validation and storage.

What does it mean to extract only explicitly stated fields when converting text to a JSON schema?

Extracting explicitly stated fields means the parser maps only the information present in the plain-text prompt into the JSON schema, avoiding any inference or added data, thereby preserving strict fidelity to the original prompt content.

How do I transform NB2 prompts into machine-readable data for a generation pipeline?

You transform NB2 prompts by feeding the plain text into a parsing process that emits a strict, structured JSON payload, allowing the prompts to be stored, validated, and processed within generation pipelines without manual data entry.

Does parsing plain-text prompts into structured JSON add new information to the payload?

No, parsing plain-text prompts into structured JSON does not add new information; it strictly extracts the fields explicitly stated in the text to adhere to a defined schema and preserve the original prompt fidelity.

When should I use a strict JSON parser for NB2 prompt processing workflows?

You should use a strict JSON parser for NB2 prompt processing when your workflow requires storing, validating, or transforming prompts into machine-readable data without guessing, ensuring the output adheres to a defined schema.