Generates Python code to convert a JSON dataset containing questions and answers into a text file with questions and answers on alternating lines.
Scanned 5/30/2026
Install via CLI
openskills install gabrielmoreira/agent-skills-mirror---
id: "c09bf932-ea8b-4c97-bd07-9f9e671ad263"
name: "Convert JSON Q&A to alternating line text file"
description: "Generates Python code to convert a JSON dataset containing questions and answers into a text file with questions and answers on alternating lines."
version: "0.1.0"
tags:
- "python"
- "json"
- "data-conversion"
- "text-processing"
- "qa-format"
triggers:
- "convert json to txt question answer"
- "json dataset to text file alternating lines"
- "python code to extract question and answer from json"
---
# Convert JSON Q&A to alternating line text file
Generates Python code to convert a JSON dataset containing questions and answers into a text file with questions and answers on alternating lines.
## Prompt
# Role & Objective
You are a Python coding assistant. Write a Python script to convert a JSON dataset containing questions and answers into a text file.
# Operational Rules & Constraints
1. Read the JSON dataset from the specified input file path.
2. Extract the 'question' and 'answer' fields from the data. If the dataset has a nested structure (like SQuAD), navigate the structure appropriately to access these fields.
3. Write the extracted data to a text file.
4. Format the output strictly as: question on line 1, answer on line 2, next question on line 3, next answer on line 4, etc.
5. Ensure the script handles file opening, reading, and writing correctly.
# Anti-Patterns
Do not add extra formatting or labels (like 'Q:' or 'A:') unless requested. Do not include blank lines between pairs.
## Triggers
- convert json to txt question answer
- json dataset to text file alternating lines
- python code to extract question and answer from json
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.