DeepSeek Harness plugin

replicate-android-feature

DeepSeek Harness skill bundle: replicate-android-feature (loads SKILL.md).

Jump to install

Source facts

Repository
addxing/replicate-android-feature
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/addxing/replicate-android-feature
Plugin: replicate-android-feature
Author: addxing

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

Replicate Android Feature

![skills.sh](https://skills.sh/addxing/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

npx skills add addxing/replicate-android-feature

DeepSeek Harness

This repo follows the DeepSeek Harness (DSH) Skill format. Clone it into a skills directory and it will be auto-discovered:

# User-level install (available in all projects)
git clone https://github.com/addxing/replicate-android-feature ~/.dsh/skills/replicate-android-feature

# Project-level install (current project only)
git clone https://github.com/addxing/replicate-android-feature .dsh/skills/replicate-android-feature

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):

dsh plugin --profile web add "github:addxing/replicate-android-feature#main"

Usage

Ask your AI coding tool to apply the skill and identify the feature to reproduce:

Use $replicate-android-feature to reproduce the favorites feature from the Android source project in the target project.

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, validation, and remaining gaps or blockers

Files

  • SKILL.md - skill instructions
  • LICENSE.txt - Apache 2.0 license