Skip to content

Getting Started

Agent Skills is a collection of portable, reusable skills for AI agents. Once installed, your agent gains new capabilities, from planning git commits to validating code, without you having to write prompts from scratch.

This guide shows how to install the skill collection and activate it in your agent environment.

Installation

Install Agent Skills with the GitHub CLI command gh skill, or with the skills CLI through npm or Bun.

sh
gh skill install arttet/agent-skills
sh
npx skills add arttet/agent-skills
sh
bunx skills add arttet/agent-skills

Prerequisites

Install or choose at least one AI agent environment:

Agent environmentDocumentation
Claude Codehttps://docs.anthropic.com/en/docs/claude-code/overview
Codexhttps://developers.openai.com/codex
Gemini CLIhttps://geminicli.com/docs/
OpenCodehttps://opencode.ai/docs
Kimi CLIhttps://www.kimi.com/code/docs/en/

For local contribution and validation tooling, see the contributor workflow.

Portable skills for AI coding agents.