study-summary

Generate Markdown learning notes from conversation transcripts in two modes.

19|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/ITlearning/study-ios --skill study-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: study-summary
Source: https://github.com/ITlearning/study-ios/tree/main/.agents/skills/study-summary
Command: npx skills add https://github.com/ITlearning/study-ios --skill study-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you save your learning notes from conversations, ensuring that key concepts and your learning progress are captured for future reference.

Core Features & Use Cases

  • Note Generation: Creates Markdown notes based on your learning session.
  • Mode Selection: Offers 'Classic' for concise recaps and 'Mastery' for detailed training artifacts.
  • Progress Tracking: Records your learning progress in memory.
  • Use Case: After a coding session on Swift concurrency, use this Skill to generate a concise note summarizing the key concepts and save it to your notes/ directory.

Quick Start

Use the study-summary skill to save your learning notes from the current conversation.

Frequently Asked Questions about study-summary

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

FAQPage Schema
How do I save learning notes from a conversation transcript into Markdown?

This Skill generates Markdown learning notes by processing conversation transcripts and saving them directly into a 'notes/' directory. It automatically extracts key concepts from your session to ensure your progress is captured.

What is the difference between concise recaps and detailed training artifacts for note generation?

Note generation offers two modes: 'Classic' creates concise recaps of key concepts, while 'Mastery' produces detailed training artifacts. The Mastery mode includes specific rules, identified misconceptions, and seed code history for deeper review.

Can I track learning progress and identified misconceptions in Markdown notes?

Yes, you can track learning progress because the Skill updates memory entities with completed topics and identified misconceptions. The 'Mastery' mode specifically ensures these misconceptions are documented as detailed training artifacts in your Markdown files.

How do I generate Swift programming notes with progress tracking after a coding session?

You generate Swift programming notes by invoking the Skill after your coding session. It processes the transcript, creates a Markdown summary of Swift concepts, saves it to the 'notes/' directory, and updates your memory entities to track learning progress.

Do I need any dependencies to save conversation transcripts as Markdown files?

No dependencies are required to save conversation transcripts as Markdown files. The Skill operates independently using its internal scripts and references to generate notes and update memory entities for progress tracking.