npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

build-android-app-from-web

v0.1.0

Published

Install a portable skill that builds Android applications with verified parity to existing web applications.

Readme

Build Android App from Web

Build, continue, audit, or repair an Android application from an existing web product without silently dropping features.

npm version CI License: MIT Support on SupportKori

Build Android App from Web gives an AI coding agent an evidence-driven workflow for translating an existing web application's behavior into an appropriate Android experience. It discovers routes, workflows, data effects, states, and integrations; records every capability in a traceable parity contract; adapts browser behavior to Android conventions; and verifies the result at the evidence level the product requires.

The web application is the behavioral source, not a pixel template. The skill preserves user outcomes and product identity while making navigation, lifecycle, permissions, accessibility, offline behavior, and platform integrations native to the Android target.

npx --yes --package=build-android-app-from-web@latest build-android-app-from-web \
  --target codex --scope project

npm package · source · issues

Use it when

  • An existing web application must become a native or appropriately hybrid Android application.
  • A partial Android client must be compared with the web product before implementation continues.
  • Web-to-Android feature gaps need an evidence-backed audit or repair plan.
  • Several agents need a dependency-aware capability graph and exclusive implementation boundaries.
  • An Android APK must be built with an honest account of build, install, launch, and device verification.

Use a general Android-development workflow instead when no existing web product defines the source behavior. Use a frontend consistency audit when the task concerns only the web interface.

Install and invoke

Node.js 18 or newer is required for the installer. Python 3 is required for the bundled parity-manifest validator. Android implementation requires the target project's JDK, Android SDK, build system, and any emulator or device needed for runtime proof.

The shared installer supports user and project scopes, guarded replacement, dry runs, and the repository's documented agent-host targets.

Use $build-android-app-from-web to build an Android app from this web application, account for every discovered capability, and verify the completed app.
Use $build-android-app-from-web to audit this partial Android client against the web application without editing either project.

Parity contract

The skill creates a capability graph before broad implementation. Every in-scope capability receives one explicit Android disposition:

  • native parity;
  • native Android adaptation;
  • shared implementation;
  • decision required;
  • explicitly deferred; or
  • not applicable with justification.

The machine-readable parity manifest links source evidence, expected behavior, required states, dependencies, Android implementation locations, verification evidence, blockers, and ownership. A route list, screenshot set, or successful compiler exit cannot substitute for this traceability.

Run the deterministic validator

python3 /absolute/skill/root/scripts/validate_parity_manifest.py \
  /absolute/project/path/docs/android-parity.json

Add --json for machine-readable diagnostics. The validator checks manifest structure, references, controlled values, and closure rules. It cannot establish that the web inventory is complete, Android behavior works at runtime, screenshots are visually appropriate, or a device journey passes; those require source reconciliation and runtime evidence.

Workflow

  1. Establish build, resume, audit, or repair mode and the allowed mutations.
  2. Inspect web source, runtime behavior, contracts, tests, roles, states, and integrations.
  3. Reconcile routes, controls, data operations, and state branches into a capability graph.
  4. Classify every capability in the parity manifest before broad Android work.
  5. Choose native, shared, existing-architecture, or scoped embedded-web behavior per capability.
  6. Implement dependency-ordered vertical slices including data, UI, navigation, lifecycle, failures, accessibility, and tests.
  7. Reconcile the finished Android application against the source graph independently when possible.
  8. Report verified behavior, accepted adaptations, limitations, blockers, and artifact paths.

Bundled resources

build-android-app-from-web/
├── SKILL.md
├── agents/openai.yaml
├── references/
│   ├── android-adaptation.md
│   ├── parity-contract.md
│   ├── source-discovery.md
│   └── verification-gates.md
└── scripts/
    └── validate_parity_manifest.py

The npm package installs only these portable resources. Package tests, fixtures, community files, and release metadata remain development surfaces.

Safety and limits

  • Audit and planning requests remain read-only.
  • Local implementation does not authorize commits, pushes, deployments, Play Console changes, signing-key operations, store submissions, or production-data mutations.
  • Credentials and sensitive user data do not belong in parity manifests, fixtures, logs, screenshots, or reports.
  • Inaccessible source areas remain coverage limitations rather than assumed absences.
  • A built APK is not described as installed, launched, or journey-verified without the corresponding evidence.
  • Platform, SDK, library, permission, and store-policy behavior must be checked against current official Android guidance when it may have changed.

Develop and verify

git clone https://github.com/montasim/skills.git
cd skills
npm ci
npm test --workspace skills/build-android-app-from-web
npm run pack:check --workspace skills/build-android-app-from-web

Repository releases additionally run catalog validation, installer smoke tests, Skillfolio checks, archive inspection, and consumer-side verification.

Support, contribution, and license

Use GitHub Issues for reproducible defects. Follow the repository support, contribution, and security guidance.

Built and maintained by Montasim. Optional SupportKori funding supports ongoing compatibility and verification work. Licensed under the MIT License.