Ai Skills banner
kevin-lee kevin-lee

Ai Skills

AI community

Description

ai-skills is a native CLI tool for managing reusable prompt skills for AI coding agents. It can install and manage AI agent skills and provides commands to install, list, read, update, sync, and remove skills across project-local and global directories for multiple AI agents.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ai-skills

ai-skills logo

[Scala Native] Build All Release Hits GitHub Release

`ai-skills` is a native CLI tool for managing reusable prompt skills for AI coding agents. It can install and manage AI agent skills (`SKILL.md`) and provides commands to `install`, `list`, `read`, `search`, `update`, `sync`, and `remove` skills across project-local and global directories for multiple AI agents.

Built with Scala 3 and Scala Native — compiles to a standalone binary with no JVM or Node.js runtime required.

Please visit the [ai-skills website](https://ai-skills.kevinly.dev) for a usage guide.


Supported Agents

Agent Project Dir Global Dir
Universal .agents/skills/ ~/.agents/skills/
Claude .claude/skills/ ~/.claude/skills/
Cursor .cursor/skills/ ~/.cursor/skills/
Codex .codex/skills/ ~/.codex/skills/
Gemini .gemini/skills/ ~/.gemini/skills/
Windsurf .windsurf/skills/ ~/.codeium/windsurf/skills/
Copilot .github/skills/