Skip to content

fix(plugin): installation command for non-Claude coding tools#194

Open
Krxtopher wants to merge 2 commits into
awslabs:mainfrom
Krxtopher:patch-2
Open

fix(plugin): installation command for non-Claude coding tools#194
Krxtopher wants to merge 2 commits into
awslabs:mainfrom
Krxtopher:patch-2

Conversation

@Krxtopher

Copy link
Copy Markdown

This pull request updates the installation instructions in the plugins/sagemaker-ai/README.md to clarify how to add skills for other agents using the Skills CLI.

Related

N/A

Changes

Documentation update:

  • Changed the Skills CLI command to use --skill * instead of --all when installing all skills for an agent, providing clearer and more accurate guidance for users.The previous command installed all skills for all coding agents, resulting in many irrelevant dot directories being created and populated with skill copies (.claude, .aider-desk, .kode, etc.)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

The previous command installed all skills for *all* coding agents, resulting in many irrelevant dot directories being created and populated with skill copies (.claude, .aider-desk, .kode, etc.)

Signed-off-by: Kris Schultz <krisschultz@gmail.com>
@Krxtopher Krxtopher requested review from a team as code owners June 11, 2026 21:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the SageMaker AI plugin README to reflect the current skills CLI arguments for installing skills with Kiro (and similar agents).

Changes:

  • Replaces the deprecated/incorrect --all flag with an explicit --skill '*' selector in the installation command.


```
npx skills add https://github.com/awslabs/agent-plugins/tree/main/plugins/sagemaker-ai/skills --all --agent kiro-cli --copy
npx skills add https://github.com/awslabs/agent-plugins/tree/main/plugins/sagemaker-ai/skills --skill '*' --agent kiro-cli --copy
@krokoko krokoko changed the title Fix installation command for non-Claude coding tools fix(plugin): installation command for non-Claude coding tools Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants