campus-educationlisted
Install: claude install-skill seanwinslow28/code-brain
# Education Platform Patterns
## Purpose
Provide LMS development patterns, content generation workflows, and assessment rubrics tailored for a crypto education / LMS platform. Enable Claude to generate properly structured courses, quizzes, and curriculum specifications with crypto-domain accuracy.
## When to Use
- Designing course structures or learning paths for the LMS
- Generating lesson outlines, quiz questions, or assessment rubrics
- Specifying student progress tracking features
- Building onboarding flows for education products
- Automating curriculum content from crypto research
- Writing PRDs for LMS platform features
## Examples
**Example 1: Course structure generation**
```
User: "Create a course outline for 'Introduction to DeFi' on the LMS"
Claude: [Uses campus-education]
# Introduction to DeFi - Course Structure
## Module 1: What is DeFi? (Week 1)
- Lesson 1.1: Traditional Finance vs Decentralized Finance
- Lesson 1.2: Key DeFi Primitives (Lending, Trading, Yield)
- Lesson 1.3: Smart Contracts as Financial Infrastructure
- Quiz 1: Concept Check (5 questions, easy difficulty)
## Module 2: DEX and AMM Mechanics (Week 2)
- Lesson 2.1: How Automated Market Makers Work
- Lesson 2.2: Liquidity Pools and Impermanent Loss
- Lesson 2.3: Comparing DEX Models (Uniswap v3 vs Curve)
- Quiz 2: Applied Understanding (5 questions, medium difficulty)
- Lab: Calculate impermanent loss for a given scenario
## Module 3: Lending Protocols (Week 3)
...
## Assessment: Final