progress

Update learning progress sections in a memo file with grep.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yoshida55/skills --skill progress-yoshida55
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress
Source: https://github.com/yoshida55/skills/tree/main/progress
Command: npx skills add https://github.com/yoshida55/skills --skill progress-yoshida55

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you keep track of your learning progress by saving and updating notes in a dedicated file, ensuring you always know what you've accomplished and what's next.

Core Features & Use Cases

  • Progress Tracking: Records current learning activities, completed tasks, and future action items.
  • Section Management: Updates an existing "Learning Progress" section in a memo file or adds it if it doesn't exist.
  • Use Case: After a study session, you can use this skill to quickly update your progress, marking tasks as complete and listing the next steps, all within your central memo file.

Quick Start

Update my learning progress with the latest information.

Frequently Asked Questions about progress

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

FAQPage Schema
How do I track learning progress in a memo file?

You can track learning progress by saving and updating notes in a memo file, overwriting an existing '## 学習進捗' section or appending it to the end. The skill formats entries into studying, completed, and next steps sections.

How do I update study notes with completed tasks and next steps?

Update study notes by providing your latest session information. The skill formats this into '勉強中', '✅ 完了', '➡ 次にやること', and '📅 最終更新' categories, overwriting the previous progress section to reflect current status.

What is the best way to organize learning notes with progress tracking?

Organize learning notes by structuring them into dedicated sections for currently studying, completed tasks, and next steps. This skill automatically applies this structured format to your memo file for consistent progress tracking.

Do I need a specific file format to save learning progress?

You need a standard text-based memo file to save learning progress. The skill identifies your PC environment to locate this file and uses grep to find the specific '## 学習進捗' section for updating or appending.

How does the skill locate and update the correct memo file?

The skill locates the correct memo file by identifying your specific PC environment. Once located, it uses the grep command to search for the '## 学習進捗' section, overwriting it with new progress or appending the section if missing.

What happens if the learning progress section does not exist in my notes?

If the learning progress section does not exist in your notes, the skill appends a new '## 学習進捗' section to the end of your memo file. This ensures tracking updates are always added without losing existing file content.