log

Append events, links, and observations to a searchable log file.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/martineserios/thebrana --skill log-martineserios
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: log
Source: https://github.com/martineserios/thebrana/tree/main/system/skills/log
Command: npx skills add https://github.com/martineserios/thebrana --skill log-martineserios

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a frictionless way to capture fleeting thoughts, observations, links, and events, ensuring nothing important is lost and creating a searchable historical record.

Core Features & Use Cases

  • Quick Append: Log short notes with optional tags directly from the command line.
  • Bulk Import: Paste multi-line content like chat dumps for parsing and deduplication.
  • URL Tracking: Automatically detects URLs and offers to create research tasks for new ones.
  • Use Case: After a brainstorming session, quickly log all ideas with #idea tags, capture a useful link someone shared with #link, and later process a WhatsApp dump of meeting notes.

Quick Start

Log a new event by typing /brana:log followed by your observation in quotes.

Frequently Asked Questions about log

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

FAQPage Schema
How do I capture fleeting notes and ideas into a searchable log?▼

You can capture notes and ideas by appending short text with optional tags directly into a searchable, append-only log file, ensuring nothing important is lost and creating a historical record.

Can I bulk import multi-line text dumps into a journal log?▼

Yes, you can bulk import multi-line text like chat dumps into the log, which parses and deduplicates the content automatically before storing it in the append-only file.

Does the log automatically detect URLs and create research tasks?▼

Yes, the log automatically detects URLs within entries and offers to create research tasks for new links, streamlining the process of tracking relevant web observations.

How does append-only logging handle per-project and global entries?▼

The append-only logging system supports both per-project and global log resolution, allowing you to organize observations and events contextually while maintaining a unified historical record.

When should I use an append-only log instead of a structured note database?▼

Use an append-only log for frictionless, instant capture of fleeting thoughts and events rather than a structured note database, ensuring quick retrieval without manual organization overhead.

What are the limitations of using a flat file for journal and event tracking?▼

The flat file journal relies on line count and entry age for archival management, meaning manual tag extraction and URL processing are needed to maintain searchability as the log grows.