btr-capture

Capture conversation patterns and code snippets into the local BTR tree.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/beetz12/btr-app --skill btr-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: btr-capture
Source: https://github.com/beetz12/btr-app/tree/main/.claude/skills/btr-capture
Command: npx skills add https://github.com/beetz12/btr-app --skill btr-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill captures valuable context, code snippets, and patterns from conversations and stores them in the LOCAL BTR tree for immediate reuse, reducing cognitive load and duplication.

Core Features & Use Cases

  • Proactive capture: Suggests saving when a significant pattern or solution is produced.
  • MCP-first, CLI fallback: Use structured MCP tools if available; fallback to btr curate when needed.
  • Interactive mode: Guidance for step-by-step capture of complex content.
  • Use Case: Save a JWT validation pattern or a rate-limiting snippet to ensure consistency across future sessions.

Quick Start

  • Proactively capture with MCP:
    • mcp__btr__curate_context(domain="auth", topic="jwt-flow", content="...", tags=["security"])
  • Fallback to CLI:
    • btr curate auth jwt-flow --content "..." --tags security
  • For complex flows, use interactive mode:
    • btr curate --interactive