structured-notes

Validate structured agent notes against a predefined schema.

Updated May 30, 2026
One-click install
npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill structured-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: structured-notes
Source: https://github.com/InnerScopeHearing/otchealth-claude-tools/tree/main/skills/structured-notes
Command: npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill structured-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured format for agent notes, making them machine-consumable and enabling precise parsing for tasks like recall harnesses.

Core Features & Use Cases

  • Schema Validation: Validates the structured format of agent notes, ensuring they conform to a defined schema.
  • Machine-Consumable Format: Converts agent notes into a format that is easily parsed by machines, enhancing recall accuracy.
  • Use Case: Use this Skill to format agent notes, making it easier for recall systems to extract information like subject, claim, and confidence level.

Quick Start

Generate a structured note object using the provided schema and validate it with the 'validateNote' function.

Frequently Asked Questions about structured-notes

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

FAQPage Schema
How do I format agent notes for machine-consumable data?

Schema validation for structured notes ensures agent notes conform to a defined format, making them machine-consumable. This process guarantees data quality for recall-eval scoring and precision@k assessments in agent-driven knowledge bases.

How do I validate structured notes against a predefined schema?

You validate structured notes by running the 'validateNote' pure function or CLI against your generated note objects. This checks formatting conformity against the predefined schema, normalizing the data for machine consumption.

When do I need schema validation for agent notes?

You need schema validation for agent notes when formatting data for recall harnesses and agent-driven knowledge bases. It ensures precise parsing so recall systems can accurately extract subject, claim, and confidence level fields.

Does schema validation support recall-eval scoring and precision@k assessments?

Yes, schema validation supports recall-eval scoring and precision@k assessments by normalizing agent notes into a machine-consumable format. This structured conversion enables recall harnesses to parse and extract required fields accurately.

What are the limitations of normalizing structured notes with pure functions?

Limitations of normalizing structured notes with pure functions include strict dependency on the predefined schema for formatting. Any note object failing schema validation will not be machine-consumable, requiring strict adherence to the defined structure.