logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install addyosmani/agent-skills. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

addyosmani/agent-skills Installation Guide

How to install addyosmani/agent-skills. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for addyosmani/agent-skills. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i addyosmani/agent-skills
or

Install via npx

npx @hexmos/ipm i addyosmani/agent-skills

Prerequisites

git

cli

Claude Code

cli

Gemini CLI

cli

Version: >=1.0.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Claude Code (Marketplace)

/plugin marketplace add addyosmani/agent-skills --non-interactive

/plugin install agent-skills@addy-agent-skills --non-interactive

Claude Code (Marketplace - HTTPS)

/plugin marketplace add https://github.com/addyosmani/agent-skills.git --non-interactive

/plugin install agent-skills@addy-agent-skills --non-interactive

Claude Code (Local Development)

git clone https://github.com/addyosmani/agent-skills.git

cd agent-skills

claude --plugin-dir ./agent-skills

Cursor

cp -r skills/.cursor/rules/ .

Gemini CLI (Install from repo)

gemini skills install https://github.com/addyosmani/agent-skills.git --path skills --non-interactive

Gemini CLI (Install from local clone)

git clone https://github.com/addyosmani/agent-skills.git

gemini skills install ./agent-skills/skills/ --non-interactive

Windsurf

echo "Add skill contents to your Windsurf rules configuration."

OpenCode

echo "Uses agent definitions from 'agents/' as Copilot personas and skill content in '.github/copilot-instructions.md'. See docs/opencode-setup.md."

GitHub Copilot

echo "Use agent definitions from 'agents/' as Copilot personas and skill content in '.github/copilot-instructions.md'. See docs/copilot-setup.md."

Kiro IDE & CLI

echo "Skills for Kiro reside under '.kiro/skills/' and can be stored under Project or Global level. Kiro also supports Agents.md. See Kiro docs at https://kiro.dev/docs/skills/"

Codex / Other Agents

echo "Skills are plain Markdown - they work with any agent that accepts system prompts or instruction files. See docs/getting-started.md."