Developer Creates Practical Claude Skills for Kotlin Multiplatform Projects

A developer has created a public repository of Claude skills specifically for Kotlin Multiplatform (KMP) development after finding existing skills inadequate for practical work.
Why This Repository Exists
The developer was setting up Claude Code for a KMP project and noticed most existing skills fell into three problematic categories:
- Too generic
- Too opinionated around one specific stack
- Too thin to be really useful
What's Included
The repository focuses on practical aspects of KMP development that developers actually need help with:
- Architecture reviews
- Feature implementation
- Modularization
- Compose Multiplatform UI
- Navigation
- Platform bridges
- Deep links
- Adaptive UI
- Testing
- Build governance
Development Approach
The skills are based as much as possible on the official Android and Kotlin Multiplatform documentation, ensuring alignment with recommended practices.
Repository Details
The repository is publicly available at https://github.com/mmiani/kotlin-kmp-agent-skills. The developer invites others using Claude Code with KMP to use it or "tear it apart" for improvement.
📖 Read the full source: r/ClaudeAI
👀 See Also

VoidLLM: Zero-Knowledge Proxy for Ollama and vLLM with Team Access Control
VoidLLM is a proxy that sits between applications and local LLM servers like Ollama and vLLM, adding organization/team access control, API key management, usage tracking, and rate limiting without viewing prompts. It has <2ms proxy overhead and works with OpenAI-compatible SDKs.

Super Claude browser extension makes Claude.ai UI fully customizable
A developer built a browser extension that lets users customize every aspect of Claude.ai's interface — colors, fonts, layout, plus usage tracking and token counting. The extension works on Chrome and Firefox and was developed using Claude itself.

Doc Harness: A Claude Code Skill for Maintaining Project State Across Sessions
Doc Harness is a Claude Code skill that creates a lightweight documentation system with five structured files to help AI agents maintain project context across sessions. It addresses issues like context resets, forgotten rules, and the need to re-explain projects to new agents.
OpenClaw AI Agent with 6 Roles, Memory, and ADHD-Aware Design: Daily Ops Breakdown
A solo founder with ADHD built an open-source AI agent with 6 roles (action planner, debriefer, writer, legal, investigator, CRM) sharing memory, auto-generating follow-ups and drafts from transcripts.