Skip to content

ethanzhongch/Agent-Skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agent-Skills

English | 中文版

A curated collection of AI Agent Skills powered by the Agent Skills Standard. These skills enable AI agents (like Antigravity, Claude Code, Cursor, and Codex) to perform complex engineering tasks with precision.


🏗 KMP (Kotlin Multiplatform) Evolution Suite

The KMP Evolution Suite is a set of specialized skills designed to bootstrap and maintain high-quality Kotlin Multiplatform projects.

Core Skills:


🤖 Multi-Tool Integration Guide

This repository follows the official Agent Skills specification, making it compatible with the following tools:

  • Global: Copy skill folders to ~/.antigravity/skills/
  • Project: Copy skill folders to .antigravity/skills/ in your project root.
  • Activation: The agent automatically discovers skills and uses them when instructions match your request.
  • Global: Copy skill folders to ~/.claude/skills/
  • Project: Copy skill folders to .claude/skills/ in your project root.
  • Activation: Claude will identify and load the skills from these directories during startup.
  • Global: Copy skill folders to ~/.cursor/skills/
  • Project: Copy skill folders to .cursor/skills/ in your project root.
  • Activation: Cursor's Chat and Composer agents will utilize the SKILL.md instructions when relevant to your task.
  • Global: Copy skill folders to ~/.codex/skills/
  • Project: Copy skill folders to .codex/skills/ in your project root.
  • Activation: Codex automatically loads skills at startup. Use the /skills command in Codex to manage them.

🛠 Manual Installation

To install a specific skill, simply clone this repo and copy the desired skill folder to your agent's skill directory:

# Example for installing kmp-architecture-skill to Claude Code globally
mkdir -p ~/.claude/skills/
cp -r ./KMP(Kotlin-Multiplatform)/kmp-architecture-skill ~/.claude/skills/

Created and maintained by Ethan.

About

This project contains several useful agent skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors