AD

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.zip

Installs 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 + 调研 + 测试 + 文档),逐步指引
65 charsno explicit “when” trigger
Advanced

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

You give it
A request to add a new AI CLI tool target to `stdagent`.
You get back
A fully implemented, tested, and documented new target for `stdagent`.

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.

SkillInstallsUpdatedSafetyDifficulty
add-target (this skill)02moReviewAdvanced
codex-skill126moReviewAdvanced
run-nx-generator54moReviewIntermediate
upgrading-expo34moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry