Hu-Wentao
@Hu-Wentao
Public Skills
update-wyatt-skills
by Hu-Wentao
用于更新 'wyatt_skills'仓库包含的技能集合, 当用户需要更新skills调用.
publish-flutter-package
by Hu-Wentao
Automates the Flutter package release process via git tags and GitHub Actions. Handles multi-package workspaces, SemVer versioning suggestions based on git history, updating pubspec.yaml and CHANGELOG.md, and dry-run validation. Use when the user wants to "release", "publish", or "version" a Flutter package.
git-worktree
by Hu-Wentao
Create a git worktree for the current repository at the same directory level as the project root. This skill automates branch creation, directory naming according to the format project-T-branch, and initial project setup (e.g., dependency installation). Use this when the user wants to work on a new feature or fix without switching their current workspace.
clear-flutter-env
by Hu-Wentao
用于在 macOS 上清除 Flutter 环境变量 (FLUTTER_STORAGE_BASE_URL 和 PUB_HOSTED_URL)。适用于需要重置环境或解决 Flutter 代理问题的场景。