Claude Skill
Kotlin/kotlin-agent-skills
A collection of AI agent skills (Claude Skill) for Kotlin projects. Automate code generation, testing, and more with open-source, community-driven skills tailored to the Kotlin ecosystem.
Overview
Repository
Install this Skill
npx skills add Kotlin/kotlin-agent-skillsRegistry
Summary
A curated collection of AI agent skills (Claude Skill) specifically designed for Kotlin language projects, helping developers automate common tasks and improve productivity.
一个用于Kotlin语言项目的AI代理技能集合(Claude Skill)
Key features
- Tailored for Kotlin development workflows
- Pre-built agent skills for common tasks
- Easy integration with AI assistants
- Open-source and community-driven
- Lightweight and focused on Kotlin ecosystem
Use cases
- Automating Kotlin code generation
- Streamlining project setup and configuration
- Enhancing AI-assisted code review
- Accelerating testing and debugging tasks
- Integrating with Kotlin build tools
README excerpt
[](https://github.com/JetBrains#jetbrains-on-github) # AI agent skills for Kotlin A collection of AI agent skills useful for projects using the Kotlin language. Skills are following the Agent Skills standard, see [agentskills.io](https://agentskills.io) for more information. ## How do Skills work? In practice, skills are self-contained folders that package instructions, scripts, and resources together for an AI agent to use on a specific use case. Each folder includes a `SKILL.md` file with YAML frontmatter (name and description) followed by the guidance your coding agent follows while the skill is active. ### Skill naming conventions All skills in the repository should follow the following naming convention: `kotlin-<category>-<functional-name>`. `<category>` here is one of predefined categories. Current categories are: - `backend` - server-side development skills, such as correct use of Spring, JPA, and other backend frameworks with Kotlin - `tooling` - any tooling related skills, for example build tooling one Please open an issue to add additional categories. `<functional-name>` should be a short, descriptive name of the skill, using kebab-case naming convention. ## Installation ### Using the skills CLI Install skills from this repository: ```bash npx skills add Kotlin/kotlin-agent-skills ``` See [npx skills](https://github.com/vercel-labs/skills) for more options. ### Claude Code ```sh claude plugin marketplace add Kotlin/kotlin-agent-skills ``` ```sh claude plugin install kotlin-agent-skills@Kotlin ``` ### Codex In shell: ```shell codex plugin marketplace add Kotlin/kotlin-agent-skills ``` Then inside `codex` invoke `/plugins`, search for `kotlin-agent-skills`, press 'Enter' and select '