Get Notes by Customer

Retrieve customer note files from `/context/customer-notes/` ordered by date.

14|2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/rchandnaWUSTL/pm-digital-twin --skill get-notes-by-customer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Get Notes by Customer
Source: https://github.com/rchandnaWUSTL/pm-digital-twin/tree/main/skills/get-notes-by-customer
Command: npx skills add https://github.com/rchandnaWUSTL/pm-digital-twin --skill get-notes-by-customer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find all past conversation notes associated with a specific customer, making it easy to review their history.

Core Features & Use Cases

  • Customer-Specific Recall: Access all notes related to a particular customer.
  • Chronological Order: Notes are presented with the most recent ones first for efficient review.
  • Use Case: Before a client call, you can use this skill to pull up all previous interactions with that customer to refresh your memory on their needs and past discussions.

Quick Start

Get all notes for the customer named 'Acme Corp'.

Frequently Asked Questions about Get Notes by Customer

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

FAQPage Schema
How do I retrieve historical customer notes for a specific client?

Yes, you can retrieve notes by customer name to review past interactions before a client call. The system scans the /context/customer-notes/ directory for files matching that specific customer, organizing the findings by date with the most recent notes appearing first.

How are customer notes organized when I search for them?

Customer notes are organized chronologically by date, ensuring the most recent notes appear first. This ordering allows you to efficiently review historical customer interaction data and quickly refresh your memory on their needs and past discussions without manual sorting.

Do I need to set up a specific directory structure to search customer history?

Yes, retrieving customer history requires storing note files within the /context/customer-notes/ directory. The skill depends on this specific file path to successfully locate, access, and compile the list of notes associated with the specified customer name.

What is the best way to pull up past client interactions before a meeting?

The best way to pull up past client interactions is to query by the customer's name. This retrieves all related note files from your customer-notes directory and sorts them by date, providing a chronological history of discussions to prepare for your meeting.

Can I find all notes related to a particular customer across different dates?

Yes, you can find all notes related to a particular customer by searching with their name. The tool retrieves a comprehensive list of all matching note files from the customer-notes directory and organizes the findings by date to show the full interaction history.