second-brain-capture-interactions

Capture completed Codex conversations into project-owned interaction records.

10|1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/marcocello/dot-codex --skill second-brain-capture-interactions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: second-brain-capture-interactions
Source: https://github.com/marcocello/dot-codex/tree/main/skills/second-brain-capture-interactions
Command: npx skills add https://github.com/marcocello/dot-codex --skill second-brain-capture-interactions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill captures completed, human-visible Codex conversations into durable project-owned interaction records, so project history is preserved without manual copying.

Core Features & Use Cases

  • Project-scoped synchronization: Mirrors visible chats into the selected project's docs/interactions directory.
  • Current-task capture: Updates only the exact active chat when you want a single conversation recorded.
  • Safe retention handling: Preserves completed dialogue, tracks partial captures, and removes stale records during project reconciliation.
  • Use Case: Use it when you want to save a Codex session after finishing a task or synchronize all visible project chats for later reference.

Quick Start

Use the second-brain-capture-interactions skill to synchronize the current project's visible Codex chats into docs/interactions.

Frequently Asked Questions about second-brain-capture-interactions

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

FAQPage Schema
How do I save Codex chats as project records automatically?

Yes, you can synchronize all visible project chats at once. The Skill performs project-scoped synchronization by mirroring visible Codex conversations into the selected project's docs/interactions directory for later reference.

Can I capture only the current active Codex task instead of all project chats?

Yes, you can capture only the current active task. The Skill updates only the exact active chat when you need a single conversation recorded, applying current-task capture to preserve that specific session.

What happens to stale records when I synchronize Codex session history?

Stale records are removed during project reconciliation. The Skill applies safe retention handling, preserving completed dialogue while tracking partial captures and removing outdated records to keep project history accurate.

Does capturing Codex conversations require workspace-root resolution?

Yes, workspace-root resolution is required. The Skill depends on resolving the workspace root to parse sessions correctly, applying redaction and partial-coverage reporting to ensure accurate project-level history mirroring.