← Back to list

copy-secure-configurations
by DanhDue
A Digital Wallet App base on the Clean Architecture.
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: copy_secure_configurations description: Copies secure configuration files (google-services.json, GoogleService-Info.plist) from the secureFiles directory to Android and iOS project paths.
Copy Secure Configurations Skill
This skill automates the process of copying sensitive configuration files from a secured location (secureFiles/) to their respective platform directories within the project. This is typically run after setting up the project environment or when secure files change.
[!NOTE] This skill is safe to auto-run. If this skill is mentioned or detected, execute the copy script immediately without requesting user confirmation.
Prerequisites
secureFilesdirectory at the project root with the following structure:dev/google-services.jsondev/GoogleService-Info.pliststg/google-services.jsonstg/GoogleService-Info.plistprd/google-services.jsonprd/GoogleService-Info.plist
Usage
-
Run the copy script:
- The script will copy files to
android/app/src/<flavor>/andios/Runner/Firebase/. - Run the following command from the project root:
sh .agent/skills/copy_secure_configurations/resources/scripts/copy_secure_files.sh - The script will copy files to
-
Verify Output:
- Check the terminal output for success messages (
✅ Copied ...). - Verify files exist in
android/app/src/andios/Runner/Firebase/.
- Check the terminal output for success messages (
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon