BT

bt-cli-commands

A skill to handle command additions, help text updates, and CLI testing for the bt Typer CLI.

Install

mkdir -p .claude/skills/bt-cli-commands && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12827" && unzip -o skill.zip -d .claude/skills/bt-cli-commands && rm skill.zip

Installs to .claude/skills/bt-cli-commands

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when bt Typer CLI のコマンド追加、オプション変更、ヘルプ更新、または CLI テスト修正を行うとき。
63 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Add or modify bt Typer CLI subcommands
  • Update CLI help documentation
  • Modify Typer CLI options
  • Update CLI unit tests
  • Maintain local DuckDB and J-Quants commands

How it works

The skill guides the update of Typer CLI definitions and associated unit tests within the apps/bt directory. It ensures that local maintenance commands remain consistent with the established command architecture.

Inputs & outputs

You give it
CLI command definitions and test requirements
You get back
Updated Typer CLI structure and passing unit tests

When to use bt-cli-commands

  • Add a new subcommand to the bt CLI
  • Update help text for CLI commands
  • Modify existing Typer CLI options
  • Fix unit tests for CLI entrypoints

About bt-cli-commands

Updates the bt Typer CLI structure, including command arguments, help documentation, and testing. It ensures consistency between local maintenance commands and FastAPI-based operations.

bt Typer CLI 実装を扱うスキル。コマンド追加、オプション変更、ヘルプ文更新、CLI テスト修正時に使用する。

When not to use it

  • Modifying Portfolio operations
  • Reintroducing deprecated CLI commands

Prerequisites

uvpython3

Limitations

  • API-dependent commands must maintain FastAPI :3002 help text
  • Portfolio operations remain web UI-only

How it compares

This approach enforces a strict separation of concerns between local maintenance commands and API-based daily sync jobs, preventing the mixing of sources of truth.

Compared to similar skills

bt-cli-commands side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
bt-cli-commands (this skill)027dReviewIntermediate
adk-engineer327dReviewAdvanced
unit-testing-test-generate24moReviewIntermediate
playwright-roll22moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry