skills.chat
v1.0.4
Published
Search and install AI agent skills from prompts.chat into your local development environment
Maintainers
Readme
✨ Features
- 🔍 Search — Find prompts from the prompts.chat registry
- ⭐ Favorites — Save skills for quick access without re-searching
- 📦 Batch Install — Select multiple skills and install them at once
- ✏️ Custom Names — Edit skill names before installation
- 🛠️ Multi-Tool Support — Works with all major AI coding assistants
🎯 Supported Tools
| Tool | Install Path |
| ---------------- | --------------------------------- |
| OpenAI Codex | .codex/skills/<name>/SKILL.md |
| OpenCode | .opencode/skill/<name>/SKILL.md |
| Anthropic Claude | .claude/skills/<name>/SKILL.md |
| Cursor | .cursor/rules/<name>/SKILL.md |
| GitHub Copilot | .github/skills/<name>/SKILL.md |
| Letta Code | .skills/<name>/SKILL.md |
| Goose | .goose/skills/<name>/SKILL.md |
| Amp Code | .agents/skills/<name>/SKILL.md |
🚀 Quick Start
# Run directly with npx (no install needed)
npx skills.chat
# Or with bunx
bunx skills.chat
# Or install globally
npm install -g skills.chat
skills.chatDevelopment
# Clone and run locally
git clone https://github.com/beratcmn/skills.chat.git
cd skills.chat
bun install
bun run start⌨️ Keyboard Controls
Tool Selector (Grid View)
| Key | Action |
| ------- | ---------------- |
| ← → | Navigate columns |
| ↑ ↓ | Navigate rows |
| Enter | Select tool |
Search & Results
| Key | Action |
| ------- | ----------------- |
| ↑ ↓ | Navigate / scroll |
| Space | Select / deselect |
| Enter | Confirm / proceed |
| f | Toggle favorite |
| Esc | Go back |
Favorites View
| Key | Action |
| ------- | --------------- |
| ↑ ↓ | Navigate |
| d | Remove favorite |
| Enter | Select skill |
| Esc | Go back |
📁 How It Works
- Select your tool — Choose which AI assistant you're using
- Search or browse favorites — Find prompts or access saved ones
- Select skills — Pick one or more skills to install
- Edit names — Customize the skill names (kebab-case)
- Install — Skills are saved to your current working directory
💾 Favorites
Favorites are stored globally at ~/.skills-chat/favorites.json, so they persist across projects and sessions.
🤝 Contributing
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📝 License
This project is open source and available under the MIT License.
