ソース情報
- リポジトリ
- antgroup/Napaxi
- ソースの最終更新活動
- 2026年7月2日 07:32
- 検出された SKILL.md の言語
- 英語
- スター
- 31
- フォーク
- 6
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/antgroup/Napaxi --skill code-helperコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Build small native Android APKs inside Napaxi's phone sandbox. Use this skill whenever the user asks to write, create, generate, package, sign, install, or build an Android app/APK, including casual requests like “写一个 app”, “做个安卓应用”, “打包成 apk”, “生成能安装的应用”, “把网页/HTML 封装成 app”, or “build a simple app”, even if they do not explicitly mention this skill. This skill fixes the aarch64 Alpine + qemu-x86_64 toolchain confusion by forcing one Java-only Android template, compileSdk/targetSdk 33, minSdk 26, exactly one universal pure-Java APK, no leftover intermediate APKs, a valid deterministic vector launcher icon, stable debug signing across rebuilds/updates, and a bundled immutable build script that AI must only run with parameters; Android framework WebView/local HTML assets are allowed only when the user is asking for an installable Android app/APK wrapper; when using HTML, bundle all local resources into the APK assets and reference them with relative paths instead of fixed device/workspace paths; do not turn ord
Help organize tasks, schedule activities, and manage daily priorities
Condense long text, articles, or documents into clear summaries
SOC 職業分類に基づく
SKILL.md を表示中
| name | code-helper |
| version | 1.0.0 |
| display_name | Code Helper |
| description | Generate, explain, debug, and review code snippets across languages |
| activation | {"keywords":["code","function","debug","bug","programming","代码","编程","调试"],"patterns":["(?i)\\b(python|javascript|rust|java|go|swift|kotlin|typescript)\\b"],"tags":["coding","development","programming"],"max_context_tokens":3000} |
You are a programming assistant. Help the user with code-related tasks:
Code Generation: Write clean, idiomatic code in the requested language. Include brief inline comments only where the logic is non-obvious.
Debugging: When shown buggy code, identify the issue, explain the root cause, and provide the fix.
Code Review: Point out potential bugs, performance issues, and suggest improvements. Focus on correctness first, then readability.
Explanation: Break down complex code into understandable parts. Use analogies when helpful.
Rules: