btca-cli

Query configured resources for source-grounded answers using the BTCA CLI.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/RyanCallahan312/crayon --skill btca-cli-ryancallahan312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: btca-cli
Source: https://github.com/RyanCallahan312/crayon/tree/main/.agents/skills/btca-cli
Command: npx skills add https://github.com/RyanCallahan312/crayon --skill btca-cli-ryancallahan312

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deliver source-grounded research for software projects using the BTCA CLI.

Core Features & Use Cases

  • Hydrates and organizes resources (git, local directories, npm packages) into searchable context for fast, grounded answers.
  • Answers questions using the configured resources, or allows one-off anonymous resources directly in btca ask.
  • Supports adding and validating resources, connecting providers, and performing research-driven queries within a project context.

Quick Start

Install BTCA, configure your resources, then add a resource and ask a question to get contextual answers.

Frequently Asked Questions about btca-cli

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

FAQPage Schema
How do I query local directories and npm packages for software project research?

You can query local directories and npm packages by configuring them as resources in the BTCA CLI resource registry, then using the ask workflow to return grounded, source-first answers.

What is source-grounded research for software projects?

Source-grounded research delivers answers strictly based on configured local resources, git repositories, and npm packages, ensuring library or framework questions are answered using trusted, source-first information rather than generic data.

Can I ask a one-off question without adding a resource to the registry?

Yes, you can perform a one-off anonymous query directly within the btca ask command, allowing you to query resources without permanently adding them to your configurable resource registry.

How do I set up a resource registry for CLI research queries?

Install the BTCA CLI, configure your resources by adding and validating git, local directories, or npm packages, and then use the ask workflow to query your knowledge base for contextual, grounded answers.

Does the BTCA CLI work with local git repositories?

Yes, the CLI hydrates git repositories alongside local directories and npm packages into searchable context, allowing you to query your codebase and documentation for source-grounded answers.

How do I connect providers to query a knowledge base?

You connect providers through the BTCA CLI setup process, which integrates your configured local resources and resource registry to answer library or framework questions using the ask workflow.