add-target
Provides a comprehensive workflow for extending stdagent with new CLI tool integration targets.
Install
mkdir -p .claude/skills/add-target && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17967" && unzip -o skill.zip -d .claude/skills/add-target && rm skill.zipInstalls to .claude/skills/add-target
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.
给 stdagent 新增一个 AI CLI 工具 target(transformer + 调研 + 测试 + 文档),逐步指引Key capabilities
- →Research target AI CLI tool APIs and constraints.
- →Implement a new transformer in `internal/transformer/`.
- →Register the new target in `internal/config/config.go`.
- →Add unit tests for the new target's functionality.
- →Update documentation for the new target across multiple files.
How it works
The skill guides the user through researching the target, implementing the transformer, registering the configuration, adding tests, and updating documentation for a new AI CLI tool target.
Inputs & outputs
When to use add-target
- →Add support for a new AI CLI tool
- →Implement new transformer for stdagent
- →Research tool integration constraints
- →Write unit tests for new targets
About add-target
Walks through the requirements for adding a new transformer, from researching the target's API surface and constraints to implementation, config registration, and smoke testing.
给 stdagent 新增一个 AI CLI 工具 target(transformer + 调研 + 测试 + 文档),逐步指引
When not to use it
- →When the task is not about adding a new AI CLI tool target to `stdagent`.
- →When the user wants to implement code without prior research.
- →When the user wants to skip testing or documentation for a new target.
Limitations
- →The skill focuses on adding targets to `stdagent`.
- →The skill requires thorough research before code implementation.
How it compares
This skill provides a structured workflow for integrating new AI CLI tools into `stdagent`, ensuring all necessary steps from research to documentation are covered, unlike ad-hoc integration.
Compared to similar skills
add-target side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| add-target (this skill) | 0 | 2mo | Review | Advanced |
| codex-skill | 12 | 6mo | Review | Advanced |
| run-nx-generator | 5 | 4mo | Review | Intermediate |
| upgrading-expo | 3 | 4mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
codex-skill
feiskyer
Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.
run-nx-generator
nrwl
Run Nx generators with prioritization for workspace-plugin generators. Use this when generating code, scaffolding new features, or automating repetitive tasks in the monorepo.
upgrading-expo
sickn33
Upgrade Expo SDK versions
wox-plugin-creator
Wox-launcher
Create and scaffold Wox plugins (nodejs, python, script-nodejs, script-python). Use when cloning official SDK templates, generating script plugin templates, or preparing plugins for publish.
github-script
githubnext
Best practices for writing JavaScript code for GitHub Actions using github-script
write-script-bunnative
windmill-labs
MUST use when writing Bun Native scripts.