agent-installer

Discover, install, and manage Claude Code agents from GitHub repositories.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Muath2000/TradeStation --skill agent-installer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-installer
Source: https://github.com/Muath2000/TradeStation/tree/main/.claude/skills/agent-installer
Command: npx skills add https://github.com/Muath2000/TradeStation --skill agent-installer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of finding, installing, and managing Claude Code agents from the awesome-claude-code-subagents repository, making it easy to extend your AI's capabilities.

Core Features & Use Cases

  • Agent Discovery: Browse agents by category or search by name/description.
  • Installation: Install agents globally (~/.claude/agents/) or locally (.claude/agents/).
  • Management: Uninstall agents and view details before installation.
  • Use Case: A developer needs a specialized agent for interacting with a specific API. They use the agent installer to search for "api-client" agents, find a suitable one, and install it with a single command.

Quick Start

Use the agent installer to list all available agent categories.

Frequently Asked Questions about agent-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Claude Code agents from a GitHub repository?

You install Claude Code agents by browsing categories or searching keywords, then installing them globally to `~/.claude/agents/` or locally to `.claude/agents/` directly from the GitHub repository.

Can I search for specific Claude agents by keyword?

Yes, you can search for specific Claude agents by keyword. The installer fetches agent metadata from the GitHub API, allowing you to find agents by name or description before installation.

How do I manage and uninstall Claude Code agents?

You manage and uninstall Claude Code agents using the installer's management features. You can view agent details before installation and remove installed agents from your global or local directories as needed.

Does the agent installer require any dependencies or setup?

No, the agent installer requires no dependencies. It integrates directly with the GitHub API to fetch agent metadata and files, allowing immediate discovery and installation of Claude Code agents.

What's the best way to browse available Claude Code agents?

The best way to browse available Claude Code agents is by listing all available agent categories. This lets you discover specialized agents from the `awesome-claude-code-subagents` repository organized by function.

Can I install a Claude agent locally instead of globally?

Yes, you can install a Claude agent locally. The installer supports both global installation to `~/.claude/agents/` and local installation to `.claude/agents/`, giving you project-level control over agent availability.