A collection of AI agent skills useful for projects using the Kotlin language. Skills are following the Agent Skills standard, see agentskills.io for more information.
Auto-invoked ships a router so the right skill fires automatically as you prompt. No remembering which skill to call.
Normal is the plain upstream plugin, installed as-is. You invoke its skills yourself.
The plugin> /plugin marketplace add kotlin/kotlin-agent-skills> /plugin install kotlin-agent-skills@KotlinAuto-invocation> /plugin marketplace add flowy-sh/flowy-core> /plugin install flowy-core> /plugin install flowy-kotlin-agent-skills
What's inside
A collection of AI agent skills useful for projects using the Kotlin language. Skills are following the Agent Skills standard, see agentskills.io for more information.
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.
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 Kotlintooling - any tooling related skills, for example build tooling onePlease open an issue to add additional categories.
<functional-name> should be a short, descriptive name of the skill, using kebab-case naming convention.
Install skills from this repository:
npx skills add Kotlin/kotlin-agent-skills
See npx skills for more options.
claude plugin marketplace add Kotlin/kotlin-agent-skills
claude plugin install kotlin-agent-skills@Kotlin
In shell:
codex plugin marketplace add Kotlin/kotlin-agent-skills
Then inside codex invoke /plugins, search for kotlin-agent-skills, press 'Enter' and select 'Install plugin'.
Copy the desired skill folder from skills into the skills directory of your agent, for example:
cp -r skills/kotlin-tooling-agp9-migration .claude/skills/
See CONTRIBUTING.md for more details.
FAQ
kotlin-agent-skills is a Claude Code plugin of 10 hand-picked skills with a FLOW.md router. Install it once and the right skill fires as you prompt, with no slash command to remember. It is built for development work. It includes kotlin-backend-jpa-entity-mapping, kotlin-tooling-agp9-migration, kotlin-tooling-cocoapods-spm-migration. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it