btca-lazy

📁 nikiskaarup/skills 📅 Jan 29, 2026
3
总安装量
3
周安装量
#57507
全站排名
安装命令
npx skills add https://github.com/nikiskaarup/skills --skill btca-lazy

Agent 安装分布

claude-code 3
opencode 2
mcpjam 1
kilo 1
windsurf 1
zencoder 1

Skill 文档

btca (lazy)

Purpose

Use btca only when the user explicitly says “use btca”.

When to Use

  • The user explicitly requests btca for upstream information.
  • The user asks for official source or documentation verification.

When Not to Use

  • The user did not request btca.
  • The answer is available from local repository context.

Workflow

  • Read btca.config.jsonc from the current project root to discover available resources.
  • If btca.config.jsonc is missing, read ~/.config/btca/btca.config.jsonc.
  • Only run btca after the user requests it explicitly.

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.