Claude Skill
Kotlin/kotlin-agent-skills
一个面向Kotlin项目的AI代理技能集合(Claude Skill)。通过开源、社区驱动的技能,自动化代码生成、测试等任务,专为Kotlin生态系统定制。
概览
仓库信息
安装这个 Skill
npx skills add Kotlin/kotlin-agent-skillsRegistry 信息
项目简介
一个专为Kotlin语言项目策划的AI代理技能集合(Claude Skill),帮助开发者自动化常见任务并提高生产力。
A collection of AI agent skills useful for projects using Kotlin language
要点
- 专为Kotlin开发工作流定制
- 预构建的常见任务代理技能
- 易于与AI助手集成
- 开源且社区驱动
- 轻量级,聚焦Kotlin生态系统
使用场景
- 自动化Kotlin代码生成
- 简化项目设置与配置
- 增强AI辅助代码审查
- 加速测试与调试任务
- 与Kotlin构建工具集成
README 摘要
[](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 '