Clean up deprecated ts CLI references and consolidate headless operations into the bt CLI.
Install
mkdir -p .claude/skills/ts-use-gunshi-cli && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12832" && unzip -o skill.zip -d .claude/skills/ts-use-gunshi-cli && rm skill.zipInstalls to .claude/skills/ts-use-gunshi-cli
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 廃止済み ts CLI・Gunshi参照を整理し、headless運用やdocumentationを canonical bt CLI に移行するとき。Key capabilities
- →Audit existing ts CLI package references
- →Migrate headless operations to the bt CLI
- →Update documentation to reflect CLI migration
- →Enforce prohibition of new gunshi CLI dependencies
How it works
The skill evaluates whether a task belongs to the ts CLI or the bt CLI, then replaces references according to established scope documents. It ensures headless operations are redirected to the bt CLI while preventing the reintroduction of deprecated packages.
Inputs & outputs
When to use ts-use-gunshi-cli
- →Remove deprecated ts CLI package references
- →Migrate headless operations to bt CLI
- →Cleanup ts documentation
- →Audit CLI dependencies
About ts-use-gunshi-cli
Identifies and removes deprecated ts CLI packages and documentation. It guides the transition of headless operations toward the primary bt CLI to maintain a consistent execution flow.
廃止済み ts CLI 参照を整理し、headless 運用を bt CLI に寄せるためのスキル。旧 ts/cli ドキュメントや参照の移行時に使用する。
When not to use it
- →Reintroducing removed ts CLI packages
- →Adding gunshi dependencies to the ts workspace
Limitations
- →Cannot reintroduce removed ts CLI packages
- →Cannot add gunshi or other CLI dependencies to the ts workspace
How it compares
Unlike manual cleanup, this skill enforces specific architectural boundaries defined in the project's scope documentation to prevent regression of deprecated CLI tools.
Compared to similar skills
ts-use-gunshi-cli side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ts-use-gunshi-cli (this skill) | 0 | 26d | Review | Intermediate |
| codex-cli-bridge | 9 | 9mo | Review | Intermediate |
| skill-forge | 11 | 9mo | Review | Intermediate |
| obsidian-data-handling | 4 | 26d | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by d25037
View all by d25037 →You might also like
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-forge
WilliamSaysX
Automated skill creation workshop with intelligent source detection, smart path management, and end-to-end workflow automation. This skill should be used when users want to create a new skill or convert external resources (GitHub repositories, online documentation, or local directories) into a skill. Automatically fetches, organizes, and packages skills with proactive cleanup management.
obsidian-data-handling
jeremylongshore
Implement vault data backup, sync, and recovery strategies. Use when building backup features, implementing data export, or handling vault synchronization in your plugin. Trigger with phrases like "obsidian backup", "obsidian sync", "obsidian data export", "vault backup strategy".
flow-next-setup
gmickel
Optional local install of flowctl CLI and CLAUDE.md/AGENTS.md instructions. Use when user runs /flow-next:setup.
rsyslog-doc-dist
rsyslog
Ensures doc/Makefile.am stays in sync with changes to documentation files.
custom-workers
ruvnet
Create and run custom background analysis workers with composable phases. Use when you need automated code analysis, security scanning, pattern learning, or API documentation generation.