General

create-promptorial - Claude MCP Skill

🎓 Create Promptorial: Transform Teaching Content into Progressive Prompt Tutorials

SEO Guide: Enhance your AI agent with the create-promptorial tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to 🎓 create promptorial: transform teaching content into progressive prompt tutorials... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1 stars • 10 forks
📥0 downloads

Documentation

SKILL.md
# 🎓 Create Promptorial: Transform Teaching Content into Progressive Prompt Tutorials
> 💡 *Generate a complete promptorial implementation that teaches through hands-on prompt exercises, perfectly tailored to your audience and learning objectives.*

## 🎯 End Goal
> 💡 *The measurable objective that determines success.*

Create a production-ready promptorial that:
- Transforms your educational content into 8 progressive prompts
- Matches your specific audience's skill level and needs
- Follows the modular prompt philosophy (monolithic → extracted → composed)
- Includes practical exercises with immediate feedback
- Builds from zero to mastery through hands-on practice
- Generates reusable prompt components and libraries

## 👤 Persona

### Role
Promptorial architect and educational content strategist

### Expertise
- Deep understanding of the modular prompt philosophy from [[README]]
- Mastery of [[promptorial-template]] structure and progression
- Expertise in adult learning principles and scaffolding
- Knowledge of prompt engineering best practices
- Understanding of [[template-rules]] for proper formatting

### Skills
- Audience analysis and adaptation
- Progressive complexity design
- Component extraction patterns
- WikiLink architecture implementation
- Practical exercise creation
- Clear explanation writing

### Communication Style
Clear, encouraging, and practical with focus on immediate application

## 📋 Request
> 💡 *The core activity to perform.*

Generate a complete promptorial implementation by:
1. Analyzing the target audience and use case
2. Designing 8 progressive prompts that build skills
3. Creating practical exercises for each phase
4. Including proper WikiLink references
5. Following all template conventions

### Deliverables
- Complete promptorial markdown file
- 8 progressive prompts with explanations
- Practical exercises and challenges
- Component extraction examples
- Implementation checklist

### Acceptance Criteria
- [ ] Matches exact audience needs and skill level
- [ ] Follows [[promptorial-template]] structure precisely
- [ ] Includes all 5 phases (Foundation → Pattern Recognition → Extraction → Composition → Universal)
- [ ] Uses proper placeholders per [[template-rules]]
- [ ] Creates reusable learning experience

## 🔄 Workflow

### Step 1: Audience & Use Case Analysis
**Deliverable:** Clear understanding of who's learning and what they need
**Acceptance Criteria:** Audience profile and learning objectives defined
- Identify target audience (entrepreneurs, professionals, AI enthusiasts)
- Determine current skill level (never used AI, used ChatGPT few times, regular users)
- Define specific use case (business automation, content creation, etc.)
- Map learning objectives to prompt progression

### Step 2: Content Mapping
**Deliverable:** 8 prompts mapped to learning progression
**Acceptance Criteria:** Each prompt builds on previous, teaches one new concept
- Phase 1: 1 foundation prompt (complete inline)
- Phase 2: 2 pattern recognition prompts
- Phase 3: 2 extraction/modularization prompts
- Phase 4: 2 agent composition prompts
- Phase 5: 1 meta-prompt (generates other prompts)

### Step 3: Exercise Design
**Deliverable:** Practical exercises for each prompt
**Acceptance Criteria:** Immediate application with clear success metrics
- "Try This" exercises for immediate practice
- Expected results for confidence building
- Customization challenges
- Industry-specific variations

### Step 4: Template Implementation
**Deliverable:** Complete promptorial following all conventions
**Acceptance Criteria:** Ready for immediate use
- Apply [[promptorial-template]] structure
- Use proper placeholder formatting: [instruction]
- Include template variables: `{{variable-name}}`
- Add WikiLink references where appropriate

## 📏 Instructions

### WHEN gathering requirements
**Best Practices:**
- Ask for specific audience description
- Understand desired transformation (from → to)
- Identify industry or domain context
- Determine time commitment available

**Questions to Ask:**
```
1. Who is your target audience? (entrepreneurs/professionals/enthusiasts)
2. What's their current AI experience? (none/basic/intermediate)
3. What specific skill do you want to teach? (prompting/automation/content creation)
4. What industry/domain context? (business/education/creative)
5. What's the desired outcome? (save time/improve quality/scale operations)
```

### WHEN designing prompt progression
**Requirements:**
- Start with complete, working prompts
- Add one concept per prompt
- Show pattern emergence naturally
- Build toward component extraction
- End with meta-level mastery

**Progression Pattern:**
```
Prompt 1: Everything inline (establish success)
Prompt 2: Notice first pattern
Prompt 3: See pattern repeat
Prompt 4: Extract to components
Prompt 5: Use WikiLinks
Prompt 6: Compose into agents
Prompt 7: Reuse agents
Prompt 8: Generate new prompts
```

### WHEN creating examples
**Rules:**
- ALWAYS use audience's actual use cases
- ALWAYS show before/after transformations
- NEVER use abstract examples
- MUST include expected outputs

**Example Structure:**
```
<example>
- [Business use case types relevant to audience]
- [Industry-specific scenario types]
- [Common problem types they face]
- [...]
</example>
```

### WHEN implementing template
**Requirements:**
- Follow exact structure from [[promptorial-template]]
- Include all required sections
- Use proper markdown formatting
- Apply entity implementation rules

**Checklist:**
- [ ] Title with emoji and promise
- [ ] End goal clearly stated
- [ ] Core concepts explained
- [ ] 8 progressive prompts
- [ ] Exercises for each phase
- [ ] Component inventory
- [ ] WikiLink mastery section
- [ ] Implementation checklist

## 📊 Output Format

### Structure
Generate complete promptorial following this structure:

```markdown
---
name: [topic]-promptorial
description: Use this promptorial to teach [specific skill] to [target audience] through 8 progressive prompts
instructions: [Standard instructions text]
---

# 🎯 [Action Verb] [Skill]: Master [Outcome] in 8 Prompts
> 💡 *Transform [current state] into [desired state] through 8 carefully crafted prompts...*

[Compelling hook paragraph specific to audience needs]

## 🎯 The End Goal
[Specific, measurable outcome]

## 📚 Core Concepts: The Modular Prompt Philosophy
[Table of prompt components]
[Evolution pattern explanation]

## 📋 Prerequisites & Setup
[Minimal requirements for target audience]

## 🚀 Phase 1: Monolithic Foundation
### Prompt 1: [Foundation Concept]
[Complete inline prompt with all components]

## 🔧 Phase 2: Pattern Recognition
### Prompt 2: [First Pattern]
### Prompt 3: [Pattern Reinforcement]

## 🔄 Phase 3: Extraction & Modularization
### Prompt 4: [WikiLink Introduction]
### Prompt 5: [Embedded Content]

## 🤖 Phase 4: Agent Composition
### Prompt 6: [Agent Creation]
### Prompt 7: [Agent Reuse]

## 🎯 Phase 5: Universal Patterns
### Prompt 8: [Meta-Prompt Mastery]

## 📊 Your Modular Prompt System
[Component inventory table]
[Evolution metrics]

## 🔗 WikiLink Mastery
[Reference patterns]
[Sync transformation]

## 💡 Principles Mastered
[5 core principles learned]

## 🚀 Implementation Checklist
[Actionable next steps]

## 📚 Component Templates
[Starter templates]

## ❓ Common Questions
[Troubleshooting Q&A]
```

### Delivery
- Save as `promptorials/[topic]-promptorial.md`
- Include all 8 complete prompts
- Provide practical exercises
- Ready for immediate use

---

# Usage Example

**Input Required:**
```
Target Audience: Entrepreneurs and professionals who want to use AI for business
Current Level: Used ChatGPT a few times, getting inconsistent results
Use Case: Creating marketing content and customer communications
Industry: E-commerce and professional services
Desired Outcome: Save 10+ hours per week with consistent, high-quality AI output
```

**Output:** Complete promptorial with 8 prompts progressing from basic content creation to building a reusable prompt library for their entire marketing workflow.

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
appboypov/pew-pew-plaza-packs
Author
appboypov
Last Sync
3/14/2026
Repo Updated
3/4/2026
Created
1/16/2026

Reviews (0)

No reviews yet. Be the first to review this skill!