Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

AwesomeStudioPedal

يحتوي AwesomeStudioPedal على 35 من skills المجمعة من tgd1975، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
35
Stars
2
محدث
2026-05-14
Forks
0
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

bash-no-prompts
مديرو الشبكات وأنظمة الحاسوب

Write Bash commands that don't trigger unnecessary permission prompts. Use Read/Edit/Grep instead of head/tail/sed/awk/cat/echo; split chained commands (&&, ;, ||) into separate Bash calls; drop diagnostic suffixes like `; echo "EXIT=$?"`. The allowlist matches whole command strings — every mismatch costs the user attention.

2026-05-14
commit
مطوّرو البرمجيات

Commit user-named files atomically via scripts/commit-pathspec.sh (which wraps `git commit -m "..." -- <files>` and writes the provenance token the pre-commit hook validates). Applies the CLAUDE.md "Pre-commit hook failures on unrelated changes" protocol when the hook fails. Never adds --no-verify silently — explicit user approval is required.

2026-05-14
ts-epic-new
مطوّرو البرمجيات

Scaffold a new epic file in docs/developers/tasks/open/ and run housekeep

2026-05-10
ts-idea-new
مطوّرو البرمجيات

Scaffold a new idea file in docs/developers/ideas/open/ and regenerate the ideas OVERVIEW.md

2026-05-10
ts-task-active
مطوّرو البرمجيات

Set a task to active — updates status, moves to active/, runs housekeep. Also resumes paused tasks (paused/ → active/ or active/ with closed prerequisites).

2026-05-10
ts-task-done
مطوّرو البرمجيات

Mark a task as closed — writes effort_actual, moves the file to closed/, runs housekeep, and commits

2026-05-10
ts-task-new
مطوّرو البرمجيات

Scaffold a new task file in docs/developers/tasks/open/ and update OVERVIEW.md

2026-05-10
ts-task-pause
مطوّرو البرمجيات

Pause an active task that is blocked — moves it to paused/, sets status: paused, records the blocker as a prerequisite

2026-05-10
ts-task-reopen
مطوّرو البرمجيات

Reopen a closed task — updates status to open, moves from closed/ to open/, runs housekeep

2026-05-10
nrf5-task-routing
متخصصو إدارة المشاريع

Use BEFORE invoking /ts-task-new whenever the new task touches the nRF52840 hardware target — any change under src/nrf52840/, any new test under test/test_*_nrf52840/, any nRF52840 PlatformIO env or build target, any AC requiring on-device verification on the Adafruit Feather nRF52840 (BLE via Bluefruit, GPIO, ISRs), or any Test Plan / AC item proposing new nRF52840 on-device tests (even as "nice-to-have"). Routes nRF5-primary tasks to EPIC-025 (nrf52840-blocked); for ESP32-primary tasks with stray nRF52840 test-plan items, scrubs the items instead. Active until the device is available again — removed by TASK-359 at that point.

2026-05-10
release-branch
مطوّرو البرمجيات

Squash a feature/refactoring branch, merge it into main, update CHANGELOG, and cut a release

2026-05-10
release
مطوّرو البرمجيات

Bump version, archive tasks, update CHANGELOG, tag, and push — release.yml then builds firmware + APK and publishes the GitHub Release

2026-05-10
verify-on-device
محللو ضمان جودة البرمجيات والمختبرون

Drive the Flutter app on a connected Android device end-to-end via adb to verify a feature-test or defect-fix scenario without human intervention. Replaces "tap through it on Pixel 9" steps in TASK-156-style feature tests and defect ACs.

2026-05-10
ble-reset
مديرو الشبكات وأنظمة الحاسوب

Recover from flaky BLE pairing with the pedal — disconnect, remove the bond, scan, pair, connect, verify. Reads the pedal MAC from $ASP_PEDAL_MAC. Use this any time you would hand-roll `bluetoothctl disconnect/remove/pair` retries on the pedal.

2026-04-28
check-branch
مطوّرو البرمجيات

Guard against committing directly to main — verifies the current branch and warns or stops if on main

2026-04-28
doc-check
مطوّرو البرمجيات

After creating or moving any `.md` file under `docs/` (excluding `docs/developers/tasks/` and `docs/developers/ideas/`), invoke this skill to validate persona placement (builder / musician / developer). On a Mismatch verdict, the skill proposes a `git mv` and waits for user confirmation before running it.

2026-04-28
housekeep
مطوّرو البرمجيات

Run scripts/housekeep.py --apply and stage the regenerated task-system index files (OVERVIEW.md, EPICS.md, KANBAN.md, ideas OVERVIEW). Use this after any task-system file change instead of running the script directly.

2026-04-28
status
مطوّرو البرمجيات

Run the routine git reconnaissance bundle in a single Bash call — current branch, last 3 commits, staged short, working short. Use this instead of separate `git branch --show-current` / `git log` / `git status --short` calls.

2026-04-28
ui-dump
مطوّرو البرمجيات

Drive the Android UI on a connected device — dump the UI tree, optionally find a node by text and report its bounds, and optionally tap it. Replaces the hand-rolled `sleep 1 && adb shell uiautomator dump … pull … python3 ui_find.py` loop. Use this any time you would type `adb shell uiautomator dump` to drive the Pixel app, exploratory or otherwise.

2026-04-28
tasks
مطوّرو البرمجيات

Show all open and active tasks from docs/developers/tasks/OVERVIEW.md (paused hidden by default; --paused or --all to include)

2026-04-28
ts-epic-list
مطوّرو البرمجيات

List all epics with derived status, assigned owner, and task counts

2026-04-28
ts-idea-archive
مطوّرو البرمجيات

Move an idea from docs/developers/ideas/open/ to archived/ and commit

2026-04-28
ts-idea-list
مطوّرو البرمجيات

Show all open ideas from docs/developers/ideas/open/

2026-04-28
ts-task-list
مطوّرو البرمجيات

Show all open and active tasks from docs/developers/tasks/OVERVIEW.md (paused hidden by default; --paused or --all to include)

2026-04-28
check-tool
مديرو الشبكات وأنظمة الحاسوب

Check whether a CLI tool or package is available; if not, ask the user to install it before continuing

2026-04-28
ci-status
مطوّرو البرمجيات

Summarize recent GitHub Actions run statuses per workflow

2026-04-17
clang-tidy
محللو ضمان جودة البرمجيات والمختبرون

Run clang-tidy on C++ files changed relative to main and report violations

2026-04-17
devcontainer-sync
مطوّرو البرمجيات

Keep devcontainer.json in sync when software is installed, removed, or configured inside the dev container

2026-04-17
fix-markdown
مطوّرو البرمجيات

Auto-fix markdown lint issues across all .md files and report what changed

2026-04-17
format
مطوّرو البرمجيات

Auto-format all C++ files with clang-format and report what changed

2026-04-17
lint
مطوّرو البرمجيات

Run all local linters — markdown, code smells, and Mermaid diagrams

2026-04-17
os-context
مطوّرو البرمجيات

Detect the current OS and print shell syntax reminders for Windows vs Ubuntu

2026-04-17
test-device
محللو ضمان جودة البرمجيات والمختبرون

Run on-device (hardware) tests via PlatformIO and report results. Requires a physical device connected via USB.

2026-04-17
test
محللو ضمان جودة البرمجيات والمختبرون

Run host unit tests via make test-host and report results

2026-04-17
update-scripts-readme
مطوّرو البرمجيات

Auto-update scripts/README.md when scripts are added, changed, or removed

2026-04-17