메타-프롬프트-생성기

Automates creation of structured, parallelizable meta-prompts for slash commands from high-level requests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dayoumin/Skills --skill -dayoumin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 메타-프롬프트-생성기
Source: https://github.com/dayoumin/Skills/tree/main/skills/meta-prompt-generator
Command: npx skills add https://github.com/dayoumin/Skills --skill -dayoumin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill converts high-level requests into structured, parallelizable custom prompts (slash commands), including workflow design, task sequencing, and comprehensive testing suites.

Core Features & Use Cases

  • Intelligent knowledge collection using parallel sub-agents to gather sources and synthesize results.
  • Phase-based workflow design that defines dependencies and enables parallel execution where possible.
  • Comprehensive test suite generation (unit, integration, end-to-end) with validation steps.

Quick Start

Provide a high-level request such as "Create a parallel, testable meta-prompt for a data analytics project" and let Claude generate a ready-to-use meta-prompt, workflows, and tests.

Frequently Asked Questions about 메타-프롬프트-생성기

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

FAQPage Schema
How do I automate creation of structured prompts for parallel workflows?

This Skill automates structured prompt generation by converting high-level requests into parallelizable meta-prompts with workflow design, task sequencing, and dependencies. It orchestrates multiple parallel sub-agents per topic to handle knowledge collection, phase-based workflow planning, and comprehensive test suite generation, delivering ready-to-use prompts stored as custom slash commands.

Can I use meta-prompts to organize complex projects with parallel task execution?

Yes. The Skill designs phase-based workflows that define dependencies and enable parallel execution where possible. It supports multi-agent orchestration, task sequencing, and dependency tracking, making it suited for complex projects requiring modular, testable prompts and parallel processing across multiple workflow stages.

What testing does this Skill generate for custom prompts?

Comprehensive test suite generation includes unit, integration, and end-to-end tests with validation steps. Tests are structured to verify functional and technical requirements, ensuring prompts work correctly across workflow phases and parallel execution paths.

How do I collect knowledge for structured prompts using parallel processing?

The Skill uses intelligent knowledge collection via parallel sub-agents that gather sources and synthesize results in parallel. Three sub-agents work per topic, enabling faster, comprehensive research that feeds into structured prompt generation without manual source aggregation.

Can I store and report on generated meta-prompts?

Yes. Generated meta-prompts, workflows, and test suites are stored under `.claude/commands` with structured outputs and summarized reporting, making it easy to track, version, and reference custom slash commands across projects.