research-parser

Parse research markdown files into structured JSON for test generation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dayoumin/mbti --skill research-parser
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: research-parser
Source: https://github.com/dayoumin/mbti/tree/main/.claude/skills/research-parser
Command: npx skills add https://github.com/dayoumin/mbti --skill research-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

์—ฐ๊ตฌ ๊ฒฐ๊ณผ ํŒŒ์ผ(research/*.md)์„ ์ฝ๊ณ  ํ…Œ์ŠคํŠธ ์ƒ์„ฑ์— ํ•„์š”ํ•œ ๊ตฌ์กฐํ™”๋œ ๋ฐ์ดํ„ฐ๋ฅผ ์ถ”์ถœํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ๊ฐœ์š” ๋ฐ ์ฐจ์›(Section 3)์—์„œ ์ฐจ์› ํ‚ค, ์ด๋ฆ„, ์ด๋ชจ์ง€, ์„ค๋ช…, ์ˆ˜์น˜ ์ •๋ณด๋ฅผ ์ถ”์ถœํ•˜์—ฌ dimensions ๊ฐ์ฒด๋กœ ๋ณ€ํ™˜
  • ๊ฒฐ๊ณผ ์œ ํ˜•(Section 4)์—์„œ ๊ฐ ํ•ญ๋ชฉ์˜ ์ด๋ฆ„, ์ด๋ชจ์ง€, ์„ค๋ช…, ์กฐ๊ฑด, mood, color๋ฅผ ์ถ”์ถœํ•˜์—ฌ resultLabels ๋ฐฐ์—ด๋กœ ๋ณ€ํ™˜
  • ์งˆ๋ฌธ ์˜ˆ์‹œ(Section 5)์—์„œ ์ฐจ์›๋ณ„ ์งˆ๋ฌธ ํ…œํ”Œ๋ฆฟ์„ ์ˆ˜์ง‘ํ•˜๊ณ , ์ตœ์ข… ๋ฐ์ดํ„ฐ ๊ตฌ์กฐ๋กœ ๊ตฌ์„ฑ

Quick Start

research/{subject}.md๋ฅผ ์ฝ๊ณ  ํŒŒ์‹ฑํ•˜์—ฌ ์•„๋ž˜ ๊ตฌ์กฐ๋กœ ์ถœ๋ ฅํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about research-parser

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

FAQPage Schema
How do I parse research markdown files into structured data for test generation?โ–ผ

Parse research markdown files by extracting sections for overview, dimensions, results, and questions into a JSON object containing meta, dimensions, resultLabels, and questionExamples. The parser reads markdown files and converts tabular dimensions, result sections, and question templates into structured data ready for automated test generation.

What data does a research parser extract from markdown dimensions?โ–ผ

Dimension extraction pulls keys, names, emojis, descriptions, and numeric values from markdown tables or section blocks. These become a dimensions object with standardized fields that feed directly into personality and matching test frameworks.

Can I automate test generation from research markdown documentation?โ–ผ

Yes. A research parser extracts meta, dimensions, result labels with conditions and mood attributes, and question examples from markdown files, enabling fully automated generation of personality, matching, and situation tests without manual data entry.

What markdown structure does the research parser require?โ–ผ

The parser expects research markdown files organized into sections: overview, dimensions (with tabular data including keys, names, emojis, descriptions), result types (with names, emojis, descriptions, conditions, mood, and color), and question examples grouped by dimension.

Does the research parser work with TypeScript and Node.js?โ–ผ

Yes. The parser is implemented as a TypeScript script running on Node.js, designed to process markdown files from a research directory and output structured JSON compatible with Node-based test frameworks.

What output format does the research parser produce?โ–ผ

The parser outputs a JSON object with meta (file and subject metadata), dimensions (array of dimension objects), resultLabels (array with names, emojis, descriptions, conditions, mood, and color), and questionExamples (dimension-indexed question templates).