btr-curate

Curate local BTR contexts with AI-assisted metadata extraction.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you add or update contexts in your LOCAL BTR tree quickly by applying AI-powered metadata extraction. It reduces manual tagging and structuring, enabling faster knowledge capture and consistent organization across teams.

Core Features & Use Cases

  • AI-assisted metadata extraction: Analyze content to infer domain, topic, and meaningful tags, then guide the curation command.
  • MCP-first workflow: Prefer structured tools like mcp__btr__curate_context for safe, typed integration.
  • Fallback to CLI: If MCP is unavailable, use the btr curate <domain> <topic> CLI to store context locally.
  • Update existing topics: Use the --update flag to merge new content with existing content.
  • Use Case: You just drafted a JWT validation pattern; curate it under auth/jwt-validation with tags like security, tokens, middleware.

Quick Start

Use MCP to curate a new context:

  • mcp__btr__curate_context(domain="auth", topic="jwt-flow", content="...", tags=["security"]) Or fallback to the CLI:
  • btr curate auth jwt-flow --content "..." --tags security If MCP is not available, you can still curate interactively:
  • btr curate --interactive