Placeholder Skill
This is a placeholder skill that demonstrates the repository structure. It does nothing useful and should be replaced with actual educational skills.
Purpose
- Validates build pipeline works correctly
- Demonstrates skill directory structure
- Provides template for new skill creation
Usage
# This skill is for demonstration only
node skills/placeholder/scripts/echo.js "Hello, World!"
Structure
placeholder/
├── SKILL.dev.md # This file (source)
├── scripts/
│ └── echo.ts # Action script (TypeScript source)
└── references/
└── REFERENCE.md # Output format reference
Next Steps
Replace this placeholder with actual educational skills:
study-guide-markdown- Generate Markdown study guidestranscription-to-notes- Convert transcriptions to structured notesanki-card-sync- Sync flashcards with Ankipdf-dissection- Extract study content from PDFs
