btca-ask
1
总安装量
1
周安装量
#50364
全站排名
安装命令
npx skills add https://github.com/nikiskaarup/skills --skill btca-ask
Agent 安装分布
opencode
1
claude-code
1
Skill 文档
btca (ask)
Purpose
Offer btca research and wait for user confirmation before querying external sources.
When to Use
- You need current details from source or documentation and should ask first.
- The answer likely depends on upstream repositories.
When Not to Use
- The user already provided authoritative sources.
- The question is limited to this repository.
Workflow
- Read
btca.config.jsoncfrom the current project root to discover available resources. - If
btca.config.jsoncis missing, read~/.config/btca/btca.config.jsonc. - Ask the user for confirmation before running btca.
- Use btca only after approval.
Usage
btca ask -r <resource> -q "<question>"
Use multiple resources when needed:
btca ask -r svelte -r sveltekit -q "How to lazy load a svelte component?"
Available Resources
read btca.config.jsonc or if it is missing try reading ~/.config/btca/btca.config.jsonc for the name field in the resources array.