Detect your project's tech stack and install AI agent skills in one command.
npx @favelasquez/agentskillsThe interactive CLI will:
- Detect your stack (auto or manual selection)
- Suggest matching skills
- Ask which agents to install for
- Download and write skill files
| Flag | Purpose |
|---|---|
--claude-code, --cursor, --copilot, etc. |
Target specific agent |
--yes, -y |
Skip prompts, install all suggested |
--dry-run, -d |
Preview without writing |
--dir <path> |
Scan specific directory |
Install from any GitHub repository:
npx @favelasquez/agentskills
# → Select "Install from custom repository"
# → Enter URL or select saved repoRepositories must follow this structure:
repo/
├── skill-name/
│ ├── v1/
│ │ └── usage.md
│ └── v2/
│ └── usage.md
The skill path is saved automatically, so you can reuse repositories without re-entering the path.
https://github.com/favelasquez
MIT
