My opinionated set of custom skills for AI coding assistants. Feel free to use them.
Compatible with Claude Code, Codex, Cursor, and any agent supporting the Agent Skills standard.
npx skills add emmsixx/skillsTo install a specific skill:
npx skills add emmsixx/skills --skill lecture-notesAdd to your setup script to reproduce across machines:
npx skills add emmsixx/skills --no-confirm| Skill | Description |
|---|---|
| lecture-notes | Transform lecture materials into exam-ready Markdown notes for Obsidian |
For audio or video lecture inputs, the lecture-notes skill uses OpenRouter audio transcription. Make sure OPENROUTER_API_KEY is defined in your environment before using those workflows.
export OPENROUTER_API_KEY=your_openrouter_api_key_here