Notes

SkillDocs & knowledge

Create and manage text notes in the workspace

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Notes skill

What this skill tells your AI

The instructions your AI receives, as published by gebruder/wirken in skills/notes/SKILL.md and read by ahel’s review.

Manage text notes stored as files in the workspace.

Creating notes

Save notes as markdown files in a notes/ directory within the workspace.

  • Create a note: write to notes/<topic>.md
  • Use ISO dates for time-sensitive notes: notes/2024-01-15-meeting.md
  • Use descriptive names: notes/project-ideas.md

Finding notes

  • List all notes: ls notes/
  • Search notes: grep -r "keyword" notes/
  • Recent notes: ls -lt notes/ | head -10

Conventions

  • One topic per file
  • Use markdown headings for structure
  • Append to existing notes with a date header rather than overwriting
  • Example append format:
## 2024-01-15

New content here.

Signals

GitHub stars
171
Forks
5
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
notes
Source
github.com/gebruder/wirken