Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

megingiard

megingiard에는 stormpanda에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
46
업데이트
2026-06-28
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

megingiard-feature
소프트웨어 개발자

Plan and implement a new feature for the Megingiard Android app. Use when: adding new user-visible behavior, extending existing features (MacroPad, Mirror, Keyboard, Touchpad, Settings), or wiring up new Compose screens. Reads existing docs, presents an implementation plan for approval, implements code, and synchronizes FEATURE.md documentation.

2026-06-28
megingiard-bugfix
소프트웨어 개발자

Analyze and fix a bug in the Megingiard Android app. Use when: diagnosing crashes, unexpected behavior, or ADB logcat errors on the AYN Thor device. Fetches device logs, traces the root cause through the Kotlin/Compose codebase, implements a clean fix, and proposes a Conventional Commits message.

2026-05-29
megingiard-pr-review-apply
소프트웨어 개발자

Apply requested changes from GitHub pull-request code review comments. Use when: reading review feedback on the current branch PR, building an approval-first implementation plan, implementing fixes, and checking whether FEATURE.md or architecture docs must be updated.

2026-05-29
megingiard-release
소프트웨어 개발자

Orchestrate the Megingiard app release process: prepare the release, build the signed release APK, generate its SHA-256 checksum, automatically compile a release changelog, upload a release draft to GitHub, and bump the version for future development.

2026-05-29
megingiard-skill-template
소프트웨어 개발자

Template for creating a new Megingiard agent skill. Use when: authoring a new SKILL.md for a repeatable Megingiard workflow. Copy this file, fill in the placeholders, and place it under .github/skills/<name>/SKILL.md.

2026-05-29
megingiard-release-changelog
소프트웨어 개발자

Takes two git tags, compares them, and writes a release changelog in GitHub Markdown format listing new features, bug fixes, known issues, and development doc changes at the very end.

2026-05-25
megingiard-uninstall-clean
소프트웨어 개발자

Completely delete the Megingiard app, clear all data and backups, and remove the privileged daemon from the AYN Thor device to ensure a 100% clean start for testing.

2026-05-23
megingiard-delete-daemon
소프트웨어 개발자

Delete the Privileged Mode daemon from the AYN Thor device. Use when: the user wants to reset the Privileged Mode setup (e.g. to re-run the bootstrap wizard). Kills the running daemon process and removes the binary from /data/local/tmp.

2026-05-23
pull-screenshots
소프트웨어 개발자

Capture screenshots from both AYN Thor screens (TOP = display 0, BOTTOM = display 4) via ADB and save them to the screenshots/ folder. Use when: you need a visual snapshot of the current device state. Requires the Thor connected via USB Debugging.

2026-05-23