akimiojr
- 6 skills
- 0 followers
- 9 hours ago last updated
- ▌ Brewsession API Extension · akimiojr bundleExtend BrewKit's BrewSession Swift API for Homebrew built-in commands with typed async APIs, structured models, bilingual doc comments, BrewSessionError error handling, focused tests, and synchronized TODO tracking in TodoLists/BrewSession-TODO.md. Use when adding or updating BrewSession command wrappers, mapping brew commands to Swift APIs, modeling brew JSON output, updating built-in command coverage, or validating BrewKit session behavior.
- ▌ Upward Art · akimiojr bundleThis skill should be used when the user describes a "职场困境", "向上管理", "怎么汇报", "怎么包装", "领导不理解", "领导不懂技术", "怎么写 PPT", "话术", "职场话术", "怎么跟领导说", "技术问题怎么讲", "代码事故怎么汇报", "bug 怎么说", "怎么把事情说高级", or asks how to translate technical problems into management-friendly language. 程序员向上管理话术库——把技术问题翻译成领导听得懂甚至觉得高大上的话。
- ▌ Bilibili Case Workflow · akimiojr bundle下载 Bilibili 视频,使用 yt-dlp 获取源视频,通过 transcribe_file MCP 服务转录文本,整理视频总结,并更新 cases/ 下按序号命名的案例。适用于 Codex 需要把 Bilibili 视频沉淀为本项目案例时使用。
- ▌ Git Atomic Commit · akimiojrPlan and create atomic Git commits for larger workspace changes. Use when Codex executes a multi-step plan, prepares commits, splits staged changes, or reviews whether each commit is independently coherent and buildable.
- ▌ Git Commit Message · akimiojrWrite or review Git commit messages for this workspace. Use when Codex needs to suggest, create, validate, or adjust commit messages for AutoFilm changes.
- ▌ Rust Modern Modules · akimiojr bundleEnforce modern Rust module file layout. Use when Codex creates, splits, moves, or refactors Rust modules, especially when deciding between `mod.rs` and `foo.rs` plus `foo/bar.rs` layouts.