agent-notepad-capture

Persist and organize topic notes into the .codex/notes tree.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/MithrilMan/neomithril-ui --skill agent-notepad-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-notepad-capture
Source: https://github.com/MithrilMan/neomithril-ui/tree/main/.codex/skills/agent-notepad-capture
Command: npx skills add https://github.com/MithrilMan/neomithril-ui --skill agent-notepad-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persist operational learnings as atomic, topic-specific notes inside the .codex/notes tree. Use during and after tasks to create or update leaf notes, route them into the right branch, link evidence, and keep the note map navigable.

Core Features & Use Cases

  • Routes notes to the correct .codex/notes branch, creating index structures as needed.
  • Creates or updates one-topic files (kebab-case.md) to keep notes focused and avoid duplication.
  • Maintains traceability for each claim with status, confidence, last-validated, and evidence links.

Quick Start

Create or update a focused topic note in the appropriate .codex/notes branch.

Frequently Asked Questions about agent-notepad-capture

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

FAQPage Schema
How do I persist atomic notes with traceability in a codex notes tree?

To persist atomic notes in a codex notes tree, the skill routes topic-specific notes into the correct branch and maintains traceability using status, confidence, last-validated dates, and evidence links. It creates or updates focused kebab-case.md files to avoid duplication.

What is the best way to organize operational learnings by topic into branching notes?

Organizing operational learnings by topic is handled by routing notes into the correct .codex/notes branch. The skill creates new INDEX entries when needed and maintains one-topic files to keep notes focused and ensure the note map stays navigable as topics evolve.

Can I update existing notes and link evidence when my topic evolves?

Yes, you can update existing notes and link evidence as topics evolve. The skill updates branches dynamically, maintains traceability for each claim with status and confidence levels, and links relevant evidence to ensure notes stay focused and accurate over time.

Does this notetaking approach require any specific dependencies or components?

No specific dependencies or components are required to use this notetaking approach. The skill operates independently to persist and organize notes within the .codex/notes tree structure without relying on external tools or additional framework installations.

When do I need to create new INDEX entries in the .codex/notes tree?

You need to create new INDEX entries in the .codex/notes tree when routing a note to a branch that lacks the necessary index structures. The skill creates these automatically as needed to maintain a navigable map of atomic, topic-specific notes.

Why does agent-notepad-capture use kebab-case files for notetaking?

Agent-notepad-capture uses kebab-case.md files for notetaking to create or update one-topic files that keep notes focused and avoid duplication. This file naming convention ensures each atomic note remains dedicated to a single topic within the branch.