addxing/replicate-android-feature

addxing★ 0JavaScript最后同步: 2026-08-14

在 GitHub 打开

面向 AI 编程代理的 Android 功能复刻 Skill。它以 Android 源项目的实际实现为依据,将指定功能完整迁移到其他项目或平台,并保持功能链路、业务行为、UI 和可复用资源一致 An agent skill for reproducing an existing Android feature in another project or platform. It treats the Android implementation as the source of truth and preserves the complete feature path, behavior, UI, and reusable resources

README 摘要

Replicate Android Feature An agent skill for reproducing an existing Android feature in another project or platform. It treats the Android implementation as the source of truth and preserves the complete feature path, behavior, UI, and reusable resources. Install DeepSeek Harness This repo follows the DeepSeek Harness (DSH) Skill format. Clone it into a skills directory and it will be auto-discovered: DSH hot-reloads the skills directory after cloning; the skill becomes available in new sessions. Or install it as an official bundle plugin in one line (requires pnpm; restart the web app afterwards): Usage Ask your AI coding tool to apply the skill and identify the feature to reproduce: Provide the source and target project locations when they cannot be inferred from the workspace. What It Does This skill guides an agent to: - reproduce all Android functionality and business logic - match all visual elements, including layout, colors, typography, and spacing - trace and implement every feature entry and related page from the Android source code - reuse Android resources, converting only formats unsupported by the target platform - summarize implemented content, main changed files, va…

在 GitHub 查看完整 README →
Agentsagent-skillsandroiddeepseek-harnessdsh-plugindsh-skillskillagent

分类