
scrcpy-cli-argument-to-code-mapper
by Codertainment
The scrcpy experience you've been waiting for
SKILL.md
name: scrcpy-cli-argument-to-code-mapper description: This skill should generate classes for scrcpy CLI arguments. This skill should be used when adding support for new scrcpy CLI arguments to the app.
Scrcpy CLI Argument to Code mapper
Supported or plan-to-be-supported arguments are documented inside /docs/scrcpy_options/.
Refer to this folder first to get an idea about the CLI argument. See below for more details.
Steps
- Gather information
- Create class(es) inside categorised directories
1. Gather information: Option name, description and type
Refer to /docs/scrcpy_options for the categorised and supported options.
Each file lists the options for that category.
The information is in a table format, indicating the scrcpy argument, a short description, it's UI control type and whether it should be inside the "Advanced" section
1. Gather information: Unknown CLI argument
If information for the requested CLI argument cannot be found in the folder:
- Refer to scrcpy docs and the latest releases
- Come up with a draft in the following format: argument, description, UI Control type, Advanced?
- Confirm with the user before proceeding
2. Create class(es)
- Refer to Supported scrcpy CLI Options to get an understanding of the current structure.
- Refer to classes inside
@lib/application/model/scrcpy/arguments/videoto get an understanding of the existing format. - Then, proceed to create classes inside their category directory in
@lib/application/model/scrcpy/arguments. (Create category directory if it doesn't exist yet)
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon
