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.
The KMP Evolution Suite is a set of specialized skills designed to bootstrap and maintain high-quality Kotlin Multiplatform projects.
- kmp-dependency-init-skill: Automates the injection of essential KMP dependencies (Koin, Ktor, Coroutines, etc.).
- kmp-architecture-skill: A scaffolding engine that generates MVI/MVVM feature modules with Clean Architecture support.
- kmp-quality-standards-skill: Enforces strict coding standards, including unified logging and async safety.
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.mdinstructions 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
/skillscommand in Codex to manage them.
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.