Kmp Navigation
KMP Navigation efficiently finds specific text within a large document, saving time and ensuring accurate information retrieval.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kmp-navigation npx -- -y @trustedskills/kmp-navigation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kmp-navigation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kmp-navigation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to navigate Kotlin Multiplatform Mobile (KMM) projects. It understands KMM project structure and can provide information about modules, dependencies, and source files. The agent can also assist in locating specific code elements within the project.
When to use it
- Understanding a new KMM codebase: Quickly familiarize yourself with the project's organization and key components.
- Debugging KMM applications: Locate relevant source files or dependency information for troubleshooting.
- Refactoring existing KMM projects: Easily navigate through modules and dependencies to identify areas for improvement.
- Onboarding new developers to a KMM team: Provide a guided tour of the project structure.
Key capabilities
- Project Structure Understanding
- Module Identification
- Dependency Information Retrieval
- Source File Location
Example prompts
- "What modules are in this KMM project?"
- "Show me the dependencies for the 'iosApp' module."
- "Where is the
UserRepositoryclass located?"
Tips & gotchas
This skill requires access to the KMM project source code. The accuracy of navigation depends on a well-structured and consistently organized project.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.