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.zipInstalls 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 テスト修正を行うとき。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
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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| bt-cli-commands (this skill) | 0 | 27d | Review | Intermediate |
| adk-engineer | 3 | 27d | Review | Advanced |
| unit-testing-test-generate | 2 | 4mo | Review | Intermediate |
| playwright-roll | 2 | 2mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by d25037
View all by d25037 →You might also like
adk-engineer
jeremylongshore
Execute software engineer specializing in creating production-ready ADK agents with best practices, code structure, testing, and deployment automation. Use when asked to "build ADK agent", "create agent code", or "engineer ADK application". Trigger with relevant phrases based on skill purpose.
unit-testing-test-generate
sickn33
Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.
playwright-roll
microsoft
Roll Playwright Python to a new version
dev
atopile
LLM-focused workflow for working in this repo: compile Zig, run the orchestrated test runner, consume test-report.json/html artifacts, and discover/debug ConfigFlags.
api-test-generator
mikopbx
Генерация полных Python pytest тестов для REST API эндпоинтов с валидацией схемы. Использовать при создании тестов для новых эндпоинтов, добавлении покрытия для CRUD операций или валидации соответствия API с OpenAPI схемами.
examples-auto-run
openai
Run python examples in auto mode with logging, rerun helpers, and background control.