Skip to content

feat: add command for installing agent skills#215

Merged
sohankshirsagar merged 2 commits intomainfrom
sohan/add-skills
Apr 1, 2026
Merged

feat: add command for installing agent skills#215
sohankshirsagar merged 2 commits intomainfrom
sohan/add-skills

Conversation

@sohankshirsagar
Copy link
Copy Markdown
Contributor

Summary

Adds a new tusk skills CLI command that wraps npx skills add Use-Tusk/tusk-skills, providing a convenient shortcut for installing Tusk agent skills without needing to remember the full npx invocation.

Changes

  • Add cmd/skills.go with a new top-level tusk skills cobra command
  • The command execs npx skills add Use-Tusk/tusk-skills with full stdin/stdout/stderr passthrough so the interactive TUI from the skills package renders natively
  • Validates that npx is available on the user's PATH before attempting to run, with a friendly error message pointing to nodejs.org if missing

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@sohankshirsagar sohankshirsagar merged commit 5dbae60 into main Apr 1, 2026
14 checks passed
@sohankshirsagar sohankshirsagar deleted the sohan/add-skills branch April 1, 2026 19:15
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.

2 participants