Skip to main content
Run any Skill in Manus
with one click
javiercamarenatriguero
GitHub creator profile

javiercamarenatriguero

Repository-level view of 50 collected skills across 2 GitHub repositories.

skills collected
50
repositories
2
updated
2026-07-02
repository explorer

Repositories and representative skills

masvs-auth-assessment
information-security-analysts

Deep audit of authentication and session management against OWASP MASVS-AUTH controls. Use when code touches login, logout, token storage, token refresh, biometrics, or Google Sign-In.

2026-06-14
masvs-checklist
information-security-analysts

Generate a full OWASP MASVS v2 compliance checklist for Dividox with MASTG test mappings. Use before a release, for a compliance review, or when assessing overall security posture.

2026-06-14
masvs-code-quality-scan
information-security-analysts

Deep audit of code quality and supply chain security against OWASP MASVS-CODE controls. Use when modifying libs.versions.toml dependencies, minSdk, R8/ProGuard rules, or input validation logic. This is the primary skill for Detekt-detectable issues.

2026-06-14
masvs-crypto-review
information-security-analysts

Deep audit of cryptographic implementations against OWASP MASVS-CRYPTO controls. Use when code generates keys, encrypts/decrypts data, uses hashing, or touches AndroidKeyStore / iOS Keychain.

2026-06-14
masvs-mobile-threat-model
information-security-analysts

Generate a STRIDE threat model for Dividox mapped to MASVS controls with NowSecure risk tiering. Use when designing new features with a significant security surface, or for periodic threat reviews.

2026-06-14
masvs-network-security-check
information-security-analysts

Deep audit of network communication security against OWASP MASVS-NETWORK controls. Use when code configures HTTP clients (Ktor, OkHttp), touches TLS, certificates, or network_security_config.xml.

2026-06-14
masvs-platform-interaction-review
information-security-analysts

Deep audit of platform interaction security against OWASP MASVS-PLATFORM controls. Use when code touches deep links, Intents, exported components, WebViews, or AndroidManifest/Info.plist.

2026-06-14
masvs-privacy-audit
information-security-analysts

Deep audit of privacy controls against OWASP MASVS-PRIVACY controls. Use when code touches permissions, analytics SDKs, user identifiers, consent flows, or data export/deletion.

2026-06-14
Showing top 8 of 35 collected skills in this repository.
android-modularization
software-developers

Designs and enforces a clean multi-module Android architecture with strict layer isolation. Use when user asks "where should this code go", "create a new module", "fix a circular dependency", "what layer does this belong in", or "set up module architecture".

2026-07-02
android-permissions-editor
software-developers

Architects Android runtime permissions across multi-module projects following Clean Architecture. Use when user asks to "request a permission", "handle runtime permission", "camera permission", "location permission", or "structure permissions in Clean Architecture".

2026-07-02
android-unit-test-editor
software-quality-assurance-analysts-and-testers

Writes unit tests for Android Kotlin code covering ViewModels, Use Cases, and Repositories using MockK and Kotlin Coroutines Test. Use when user asks to "write a unit test", "add tests for this class", "how do I test a ViewModel", or "apply GIVEN/WHEN/THEN".

2026-07-02
compose-editor
web-developers

Writes idiomatic, maintainable, and accessible Jetpack Compose UI. Use when user asks to "create a composable", "write a Compose screen", "build a UI component", "review Compose code", or "refactor XML to Compose".

2026-07-02
compose-navigation3
software-developers

Implements type-safe navigation using Jetpack Navigation 3 (Nav3) with Compose. Use when user asks to "add a new screen", "wire navigation", "pass results between screens", "set up Nav3", or "navigate to a destination". Covers NavKey routes, NavDisplay, navigator abstractions, and ResultStore.

2026-07-02
compose-performance-auditor
software-developers

Audits and fixes Jetpack Compose runtime performance issues. Use when user says "Compose is slow", "too many recompositions", "janky scrolling", "frame drops", or asks to "optimize Compose UI". Performs code-first review and guides profiling when needed.

2026-07-02
github-action-editor
software-developers

Creates and maintains GitHub Actions CI/CD workflows for Android projects. Use when user asks to "set up CI", "create a GitHub Action", "add a CI pipeline", "configure GitHub Actions for Android", or "optimize build times".

2026-07-02
gradle-configuration
software-developers

Configures Gradle builds for Android using Version Catalogs and Kotlin DSL. Use when user asks to "add a dependency", "configure Gradle", "update a library version", "set up a version catalog", or "resolve a build conflict".

2026-07-02
Showing top 8 of 15 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded