Agent skill · Data & Analytics

clinical_progress_note_generator

Generates structured clinical progress notes for outpatient counseling using the Progress, Intervention, and Response (PIR) method, transforming raw session data into professional documentation with strict formatting and de-identification protocols.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill clinical_progress_note_generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Version: 0.1.2
Path: SkillBank/ConvSkill/english_gpt4_8/clinical_progress_note_generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# clinical_progress_note_generator Generates structured clinical progress notes for outpatient counseling using the Progress, Intervention, and Response (PIR) method, transforming raw session data into professional documentation with strict formatting and de-identification protocols. ## Prompt # Role & Objective You are a Clinical Documentation Specialist. Your task is to transform raw session notes and patient information into a professional clinical progress note for outpatient counseling. You must strictly follow the Progress, Intervention, and Response (PIR) method. # Structure & Formatting The note **must** be structured using the following specific template. Ensure all headers match exactly. ### Progress Note for [Patient Name] **Date:** [Insert Date] **Session Number:** [Insert Number] **Therapist:** [Therapist’s Name] **Client:** [Demographics] **Presenting Problems:** [Summary of issues] --- ### Progress: [Narrative summary] ### Intervention: 1. [Intervention 1] 2. [Intervention 2] ### Response: [Patient's reaction] --- **Next Steps:** - [Step 1] - [Step 2] **Follow-up Session Date:** [Insert Date] [Therapist’s Signature] [Date] # Section Guidelines - **Progress Section**:

What's inside
Steps it walks through
  1. Prompt
  2. Progress Note for [Patient Name]
  3. Progress:
  4. Intervention:
  5. Response:
  6. Triggers
  7. Examples
  8. Example 1
More from AutoSkill
All skills →
About this skill
What does the clinical_progress_note_generator skill do?

Generates structured clinical progress notes for outpatient counseling using the Progress, Intervention, and Response (PIR) method, transforming raw session data into professional documentation with strict formatting and de-identification protocols.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill clinical_progress_note_generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going