Skip to content

feat: add stl install --skills command and stl-cli skill#120

Merged
jamesrappazzo merged 4 commits intomainfrom
james/skills-installer
Mar 16, 2026
Merged

feat: add stl install --skills command and stl-cli skill#120
jamesrappazzo merged 4 commits intomainfrom
james/skills-installer

Conversation

@jamesrappazzo
Copy link
Copy Markdown
Contributor

Adds stl install --skills command that copies a bundled SKILL.md file into the user's project so coding agents can discover and use the Stainless CLI skill.

Installs the skill to .agents/skills/ by default unless .claude/ exists. If .agents/ and .claude/ both exist, installs to .agents/skills/ and symlinks to .claude/skills/.

@jamesrappazzo jamesrappazzo requested review from yjp20 and removed request for yjp20 March 13, 2026 16:44
@jamesrappazzo jamesrappazzo requested a review from yjp20 March 13, 2026 19:04
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

ty for adding tests!

HideHelpCommand: true,
}

func handleSkills(ctx context.Context, cmd *cli.Command) error {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I would generically like to tell the user exactly what we're going to do, and then use console.Confirm() to make sure they ok with the changes before writing to disk

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@yjp20 I've made the updates, would you mind reviewing again?

@cjquines
Copy link
Copy Markdown
Member

lgtm, deferring to yj for final approval

@jamesrappazzo jamesrappazzo merged commit fd8a77d into main Mar 16, 2026
7 checks passed
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