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

Hardware widget and Chrome extension monitor Claude API rate limits
A developer built a hardware widget using ESP8266 and OLED display that tracks Claude's rate limits in real time, plus a Chrome extension that intercepts Claude's internal /usage API and shows usage patterns. The total BOM cost is approximately $6.50.
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.

Hollow AgentOS reduces Claude Code token usage by 68.5% with JSON-native OS for AI agents
Hollow AgentOS is a JSON-native operating system for AI agents that cuts Claude Code's token usage by 68.5% by eliminating wasteful shell command overhead. It plugs into Claude Code via MCP, runs local inference through Ollama, and is MIT licensed.

GrapeRoot: Open-source tool reduces Claude Code token usage by 40-80%
GrapeRoot is a free, open-source local MCP server that sits between your codebase and Claude Code, reducing token usage by 40-80% by tracking what the model has already seen and sending only relevant code changes.