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

tmux-IDE: A Terminal-Based Multi-Agent IDE for Claude
tmux-IDE is an open-source, declarative terminal IDE focused on agentic engineering that creates multi-agent layouts for Claude coding agents. It allows developers to boot into their IDE through SSH, give prompts to Claude, and close their machine while Claude continues working in tmux sessions.

Claude Skills: 12 Strict Coding Rule Packs for TypeScript, Rust, Swift, Go, JS, Postgres, and Audits
12 markdown files with opinionated, version-aware rules for TS, Rust, Swift, Go, JS, Postgres, security, performance, testing, code review, GitHub standards, and git commits. MIT, free, no signup.

Log Reducer MCP Server Cuts Token Usage When Claude Code Reads Logs
Log Reducer is an MCP server that processes log files server-side before sending reduced output to Claude Code, avoiding raw logs in the context window. It applies 19 deterministic transforms that compress logs by 50-90%, with a 2000-line log representing 20,000+ tokens removed from sessions.

Identity and Reputation Layer for OpenClaw Agents
A developer team built MCP-I and IdentiClaw to solve identity loss in multi-step agent workflows, plus knowthat.ai as a reputation registry. They donated the MCP-I spec to the Decentralized Identity Foundation.