Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@thisyearnofear
Copy link

Add native support for installing, listing, and managing skills from the skills.sh ecosystem directly in the Kilo Code CLI.

Features

  • /skill add <source> - Install skills from GitHub repos (e.g., vercel-labs/agent-skills)
  • /skill list - List installed skills with scope indicators
  • /skill remove <name> - Remove installed skills
  • --global/-g flag for global scope (~/.kilocode/skills/)
  • --force/-f flag to overwrite existing skills
  • Tab completion for subcommands and installed skill names

Why This Matters

  • Kilo Code is already listed on skills.sh as a supported agent
  • 128K+ installs on popular skills like vercel-react-best-practices
  • Compatible with Agent Skills standard used by Claude Code, Cursor, Codex
  • No new dependencies - uses existing gray-matter and simple-git

Usage

/skill add vercel-labs/agent-skills
/skill list
/skill remove vercel-react-best-practices

Files Added

  • cli/src/commands/skill.ts - Command implementation
  • cli/src/services/skills/skillService.ts - Core service
  • cli/docs/SKILLS.md - Documentation
  • Tests for command and service

Add native support for installing, listing, and managing skills from
the skills.sh ecosystem directly in the Kilo Code CLI.

Features:
- /skill add <source> - Install skills from GitHub repos
- /skill list - List installed skills (project + global)
- /skill remove <name> - Remove installed skills
- --global/-g flag for global scope (~/.kilocode/skills/)
- --force/-f flag to overwrite existing skills
- Tab completion for subcommands and installed skill names

This leverages Kilo Code's existing skills directory structure and
is compatible with the Agent Skills open standard used by Claude Code,
Cursor, Codex, and other AI agents.

Amp-Thread-ID: https://ampcode.com/threads/T-019c08f5-202e-761a-bf18-0caf005835aa
Co-authored-by: Amp <[email protected]>
@changeset-bot
Copy link

changeset-bot bot commented Jan 29, 2026

πŸ¦‹ Changeset detected

Latest commit: fd95459

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@kilocode/cli Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@kevinvandijk kevinvandijk added the CLI Kilo Code CLI label Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLI Kilo Code CLI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants