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

Stockade: A New Orchestration Tool for Claude Code with Channel Support and Security Layers
Stockade is an orchestration tool built around Anthropic's Agent SDK that provides channel-based session management, RBAC, and fine-grained permissions for AI agents. It addresses limitations in OpenClaw and NanoClaw by offering more control while maintaining security through containerization and credential proxies.

PocketBot: AI compiles automations to JavaScript for cost-effective, deterministic scheduling
PocketBot addresses API and hardware cost issues by compiling natural language requests into self-contained JavaScript scripts that run on schedules without LLM calls at runtime. The tool uses AI only once to write code, then executes deterministically with 20+ integrations including Google Suite, Slack, and Notion.

Announcing Flyto Indexer: Enhanced AI Code Refactoring with Source Dependency Analysis
Flyto Indexer, an MCP server, builds a symbol graph of your codebase, aiding AI in smart code refactoring by analyzing dependencies and call sites.

Run local LLMs on your phone with Observer: offline agents for monitoring and logging
Observer is an open-source iOS app that runs multimodal LLMs locally on your phone to monitor events, log data, and trigger Discord notifications — all offline and free.