# Skill Search

Search **both** [skills.sh](https://skills.sh) (11,000+ skills) and [ctx7](https://ctx7.com) marketplaces. Install to **all** AI coding agents at once.

## Install

```bash
npx skills add tejasdc/skills-search --all
```

## What It Does

When you're working with any framework, library, or API, your AI agent will:

1. **Search both marketplaces** in parallel
2. **Present top results** with install counts
3. **Install your selection** to all agents (Claude, Codex, OpenCode)

No manual commands needed - just mention a technology and the agent searches for relevant skills.

## How It Works

- **skills.sh**: API query → returns JSON with skill names and install counts
- **ctx7**: CLI search → parses results from indexed repos
- **Install**: `npx skills add <repo> --all` → symlinks to all agent directories

## When It Triggers

- Starting a project with any framework
- Adding dependencies
- Working with databases, cloud services, APIs
- Mentioning any technology by name

## License

MIT
