mydearmentor

Maintains a mentor-style StudyNotes.md with session entries, translated headings, CLI commands, and problem logs.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/qs3c/my-dear-mentor --skill mydearmentor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mydearmentor
Source: https://github.com/qs3c/my-dear-mentor/tree/main/plugins/mydearmentor/skills/mydearmentor
Command: npx skills add https://github.com/qs3c/my-dear-mentor --skill mydearmentor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintain a running mentor-style StudyNotes.md during software development tasks, capturing reasoning, decisions, and CLI commands for traceability and learning.

Core Features & Use Cases

  • Maintain a running mentor-style StudyNotes.md at the repository root, creating it if missing, and populate it with session entries for each development phase.
  • Translate template headings into the language chosen at the start of the session and consistently apply it across notes.
  • Record every distinct CLI command used during the task along with explanations and contexts.
  • Log problems, investigations, and final fixes with precise steps and outcomes.

Quick Start

Ask your AI agent to enable the mydearmentor skill and start a new mentor-style StudyNotes.md session for your current project.

Frequently Asked Questions about mydearmentor

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

FAQPage Schema
How do I automatically document software development decisions and CLI commands?

To track CLI commands during software development, use an automated mentor-style logging tool that records every distinct command with explanations and contexts directly into a StudyNotes.md file at your repository root.

What is a mentor-style study notes file in software engineering?

It serves as a traceability document that translates template headings into your chosen language and consistently logs problems, investigations, and final fixes with precise steps and outcomes.

How do I start a new session for tracking my software work progress?

The session begins by selecting your preferred language for the notes, ensuring that all subsequent template headings, reasoning logs, and command explanations are consistently translated and applied.

Can I use my preferred language for the development session notes?

Once the language is chosen, the mentor-style notes consistently apply it across all logged analysis, implementation steps, testing phases, and review documentation.

What is the best way to log problems and fixes during a coding task?

This approach ensures that every problem encountered during software development is captured alongside its specific resolution steps, creating a reliable traceable history of your work.