askill
ainotes

ainotesSafety 75Repository

This skill should be used when the user asks to "consolidate notes", "summarize ainotes", "clean up notes", "ainotes", or wants to consolidate accumulated agent observations into a compact summary.

0 stars
1.2k downloads
Updated 2/27/2026

Package Files

Loading files...
SKILL.md

AI Notes — Consolidate

Consolidate raw session observations from .ainotes/log.md into a curated .ainotes/summary.md.

Workflow

  1. Check if .ainotes/ directory exists in the repo root. If not, create it with empty summary.md and log.md.
  2. Read .ainotes/log.md — these are raw observations appended by the commit skill.
  3. Read .ainotes/summary.md — this is the current curated summary.
  4. Consolidate log entries into summary:
    • Merge new observations into the appropriate section
    • Deduplicate — if a fact is already in summary, skip it
    • Merge related observations into single concise entries
    • Prune stale info that contradicts newer observations
    • Keep summary under ~200 lines (hard limit)
  5. Write updated summary.md
  6. Truncate log.md — keep only the last 10 entries as a buffer, remove everything else.

summary.md Format

Use structured sections. Only include sections that have content:

# AI Notes — <project name>

## Architecture
- <observation>

## Gotchas
- <observation>

## Workflows
- <observation>

## Testing
- <observation>

## Dependencies
- <observation>

## Conventions
- <observation>

Rules

  • Every bullet must be a terse one-liner — no paragraphs
  • Prefer specifics over generalities (file paths, command names, exact behavior)
  • If summary exceeds ~200 lines, aggressively prune least-useful entries
  • Never duplicate information already in README.md or AGENTS.md
  • When merging contradictory observations, keep the newer one

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

62/100Analyzed 2/20/2026

A well-structured skill for consolidating AI session notes into a curated summary. Has clear workflow steps, a format template, and explicit rules. However, it's fairly specific to a personal agent workflow convention (.ainotes/ directory, commit skill integration), limiting broader reusability.

75
78
45
72
70

Metadata

Licenseunknown
Version-
Updated2/27/2026
Publisherianphil

Tags

github-actions