A visual test-driven development loop for Compose apps using Compose HotSwan for Android device testing. Navigates the live app, edits code, hot-reloads, and produces a markdown report that EMBEDS before/after screenshots so the change is shown, not just claimed.
Scaffolds a complete 6-part Task Bundle (Prompt, Agent, Guide, Calculator, Validation, Hints) inside the remote .skills/tasks/ directory for authoring a new chunk of orchestrated work.
Use this skill when you need to test or validate app behavior, write an Android Studio Journey, automate UI testing, or define user flow validation requirements.
Bootstraps a new KMP project by cloning a specified GitHub template repository into a new directory, seeding it with core AI skills, stripping its git history, and initializing a fresh workspace.
Scaffolds a complete 6-part Planning Skill (Prompt, Agent, Guide, Calculator, Validation, Hints) inside the remote .skills/planning-skills/ directory for authoring a new chunk of orchestrated work.
Generates a comprehensive Markdown Change Review document by aggregating journey reports, grading contexts, key architectural decisions, and a pre-publishing checklist. Features optional Git integration and scope-based historical summaries.
Guides the implementation of Firebase in a KMP project using native platform SDKs (Android/iOS) via Interface Injection, avoiding third-party KMP wrappers.
Consumer-side. Imports a remote skill (single or collection) into the local .skills/imported-skills folder using a Python script. Can also refresh all skills using version-first, SHA-fallback drift detection. Pairs with the author-side skill update-importable-skill. Full lifecycle doc is bundled at…
Use this skill when you need to test or validate app behavior, write an Android Studio Journey, automate UI testing, or define user flow validation requirements.
Core directives for managing an autonomous migration project. Enforces up-front journey authoring, a strict per-phase Test-Driven Development (TDD) loop, scoped autonomous execution, zero-permission tool usage, and a wrap-up code review at completion.
Central utility skill to resolve environment paths ($USERHOME, $PROJECTHOME) and share agentic capabilities across multiple local Android Studio projects.
Author-side. A utility skill to programmatically update or bump YAML front-matter metadata (notably version:) on existing SKILL.md files before git push. Pairs with the consumer-side skill import-skill, which reads the version: this skill sets to decide whether downstream copies are stale. Full lifecycle doc ships…