Skip to content

dev-skillsAI Coding Agent Skills

A library of reusable development skills for Claude Code, GitHub Copilot, Antigravity CLI, and Pi

Installation

sh
git clone https://github.com/chriscalo/dev-skills.git
cd dev-skills
./scripts/skills.sh install

This symlinks skills to ~/.claude/skills/, ~/.codex/skills/, ~/.copilot/skills/, ~/.agents/skills/ (Gemini CLI), ~/.gemini/antigravity/skills/, and ~/.pi/agent/skills/.

Building Skills for Claude.ai

Generate individual zip files for uploading to Claude projects:

sh
./scripts/zip.sh

Zips are created in dist/ — upload them where agent skills are supported.

Using Skills

Skills auto-load based on context. You can also reference them directly in your prompts.

About

This library provides reusable development skills following the Agent Skills standard. Skills work with Claude Code, GitHub Copilot, Antigravity CLI, and Pi.

For detailed information, see the GitHub repository.