@prnsh/ace
v0.1.4
Published
Hybrid AI agent skill discovery CLI - intelligently suggests skills based on your tech stack
Maintainers
Readme
@prnsh/ace
Hybrid AI agent skill discovery CLI - intelligently suggests skills based on your tech stack
Ace is a smart CLI tool that analyzes your project's dependencies and suggests relevant AI agent skills from Vercel's skills.sh. It supports 33+ AI coding agents including Cursor, Claude Code, Windsurf, Cline, and more.
Features
- 🔍 Smart Discovery - Analyzes your package.json to suggest relevant skills
- 🤖 Multi-Agent Support - Works with 33+ AI coding agents
- 🔄 Real-time Data - Powered by Vercel's skills.sh API
- 📦 Easy Installation - Install skills directly from the CLI
- 🎯 Intelligent Ranking - Skills ranked by relevance and popularity
- 🔎 Search & Browse - Search for additional skills interactively
Installation
Quick Start (no installation)
# With npm
npx @prnsh/ace
# With Bun
bunx @prnsh/aceGlobal Installation
# With npm
npm install -g @prnsh/ace
# With Bun
bun install -g @prnsh/ace
# Then run
aceUsage
Main Command
aceThis will:
- Analyze your package.json dependencies
- Detect installed skills
- Suggest relevant skills
- Let you search for more skills
- Install selected skills
Options
ace --limit 20 # Show up to 20 suggestions (default: 10)
ace --help # Show help
ace --version # Show versionReset Configuration
ace configSupported AI Agents
Ace supports 33 AI coding agents including:
- Amp, Antigravity, Claude Code, Moltbot, Cline, CodeBuddy, Codex, Command Code
- Continue, Crush, Cursor, Droid, Gemini CLI, GitHub Copilot, Goose, Junie
- Kilo, Kimi CLI, Kiro CLI, Kode, MCPJam, Mux, Neovate, OpenCode
- OpenHands, Pi, Pochi, Qoder, Qwen Code, Roo Code, Trae, Windsurf, Zencoder
How It Works
- Package Analysis - Reads your package.json to understand your tech stack
- Skill Detection - Scans for already installed skills
- Smart Suggestions - Queries Vercel's API for relevant skills
- Interactive Selection - Beautiful TUI for choosing skills
- One-Click Install - Installs skills to
.agents/skills/with automatic symlinks
Requirements
- Node.js >= 18.0.0
- A project with package.json (recommended)
Examples
# Run in a React project
cd my-react-app
npx @prnsh/ace
# Show more suggestions
npx @prnsh/ace --limit 25
# Reset preferences
npx @prnsh/ace configLinks
License
MIT
