Skip to main content
在 Manus 中运行任何 Skill
一键导入
tgd1975
GitHub 创作者资料

tgd1975

按仓库查看 3 个 GitHub 仓库中的 43 个已收集 skills。

已收集 skills
43
仓库
3
更新
2026-07-07
仓库浏览

仓库与代表性 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
当前展示该仓库 Top 8 / 35 个已收集 skills。
check-budgets
软件开发工程师

Verify the project's hard memory + storage budgets — definite-leak-free under valgrind, peak host-heap below the v2 ceiling, ESP32 flash + RAM headroom non-negative, and (informational) RTC-Slow-Memory budget. Use when the user asks to "check budgets", "verify no leaks", "measure peak heap", "is the firmware too big", or as the §9 Heap-Profiling gate before tagging v2.0.0. Do NOT invoke as a side-effect of an unrelated build/test failure — it costs ~5–10 minutes wall-clock.

2026-07-07
pgm-to-png
软件开发工程师

Convert PGM dumps (from `make test-native`) to PNG using the existing `scripts/pgm-to-png.py` converter — never reach for `convert`/`magick`/`ffmpeg`/PIL one-liners/`for`-loops. The script already handles batch mode (whole `.tmp/v2-pgm/`), single-file mode, and `--bands` for pixel-band Y-ranges. Use whenever the user asks to convert, visualize, render, or "look at" PGM output, or asks for pixel-band/Y-range info.

2026-05-21
check-tool
软件开发工程师

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

2026-05-17
fix-cpp
软件开发工程师

Run clang-format (auto-fix) across every C/C++ file in the repo and report what was changed; then run cppcheck and surface any remaining static-analysis warnings as a punch list. Mirrors fix-markdown — formatter auto-fixes, linter reports. Use when the user asks to "fix the C++ lint issues", "format the C++ code", or "run the C++ linters". Do NOT invoke as a side-effect to clear an unrelated hook failure.

2026-05-17
release
软件开发工程师

Cut a new tagged release of bustaferl. Enforces the Tier 2/3 test-gate (host + device + soak), composes release notes from git log, and creates an annotated tag. Use when the user wants to "tag a release", "ship v1.x", "cut a release", or asks to verify pre-tag readiness. Optional `--major` flag adds the 24h test gate. Refuses if tests are stale or rot, blocks force-push to main.

2026-05-17
fix-markdown
软件开发工程师

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

2026-05-15
已展示 3 / 3 个仓库
已展示全部仓库