One-click install
npx skills add https://github.com/NathanColosimo/kompose --skill btca-cli-nathancolosimo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: btca-cli
Source: https://github.com/NathanColosimo/kompose/tree/main/.agents/skills/btca-cli
Command: npx skills add https://github.com/NathanColosimo/kompose --skill btca-cli-nathancolosimo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline local resource setup and research with the btca CLI.

Core Features & Use Cases

  • Add and manage resources from git, local paths, and npm packages.
  • Query resources and ask questions using btca ask for contextual, source-first answers.
  • Verify resources and configure project scope via btca.config.jsonc.

Quick Start

Initialize a project with btca, connect a provider, and start asking questions with the CLI.

Frequently Asked Questions about btca-cli

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

FAQPage Schema
How do I manage local resources during project initialization with a CLI?

Manage local resources during project setup by using the btca CLI to add resources from git, local paths, and npm packages, streamlining initialization directly from the command line.

How do I query local resources to get contextual answers for my research?

Query local resources to get contextual answers by running the btca ask command. This provides source-first answers directly from your configured resources for targeted research inquiries.

What is the best way to configure project scope and verify resources?

Configure project scope and verify resources by defining project boundaries in a btca.config.jsonc file. This setup validates that all connected resources are correctly recognized by the CLI.

Do I need a btca.config.jsonc file to connect a provider and ask questions?

Yes, you need a btca.config.jsonc file and configured resources to connect a provider. Once initialized, you can verify resources and ask questions through the CLI for contextual answers.

Can I add resources from npm packages and local paths to the same project setup?

Yes, you can add resources from npm packages, local paths, and git repositories to the same project setup. The CLI manages these diverse resource types together for unified querying and research.