Kmp Repositories
This skill retrieves and manages KMP repository data, streamlining access to crucial information for efficient workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kmp-repositories npx -- -y @trustedskills/kmp-repositories
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kmp-repositories": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kmp-repositories"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Kotlin Multiplatform Mobile (KMP) repositories. It can fetch repository information, list files within a repository, and potentially perform other actions related to managing KMP projects. This is particularly useful for developers working with cross-platform mobile applications built using Kotlin.
When to use it
- Troubleshooting build issues: Quickly check the structure of a KMP repository to identify potential configuration errors.
- Understanding project layout: New team members can easily explore and understand the organization of existing KMP projects.
- Automating documentation tasks: Generate summaries or lists of files within a KMP repository for inclusion in project documentation.
- Code generation assistance: Retrieve information about shared modules to aid in generating boilerplate code.
Key capabilities
- Repository Information Retrieval
- File Listing within Repositories
Example prompts
- "List the top-level directories in my KMP repository."
- "What is the structure of the 'shared' module in this project?"
- "Show me all Kotlin files in the iOS platform folder."
Tips & gotchas
This skill requires a working knowledge of Kotlin Multiplatform Mobile (KMP) and its directory structure. The specific actions available will depend on the underlying repository hosting service and any authentication requirements.
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.